Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
d0cd committed Aug 1, 2024
2 parents 07ecd3a + 5f14a32 commit 31c7e49
Show file tree
Hide file tree
Showing 14 changed files with 13 additions and 178 deletions.
10 changes: 5 additions & 5 deletions documentation/00_getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ to compile, execute, and finalize its state autonomously.

:::tip
# What's new on Aleo?
### [**🔧 Getting Ready for Testnet Beta**](./leo/17_testnet_beta.md) - A guide on updating your Leo applications for Testnet Beta.
### [**🤝 Leo Core Developers Call**](./leo/16_core_devs_call.md) - Collaborate with the Leo development team and ecosystem on the future of Leo.
### [**⚛️ Create Leo App**](./sdk/create-leo-app/01_create_leo_app.md) - A full stack application written in Typescript using Leo and React.
### [**🔧 Getting Ready for Testnet Beta**](./leo/16_testnet_beta.md) - A guide on updating your Leo applications for Testnet Beta.
### [**🤝 Leo Core Developers Call**](./leo/15_core_devs_call.md) - Collaborate with the Leo development team and ecosystem on the future of Leo.
### [**⚛️ Create Aleo App**](./sdk/create-aleo-app/01_create_aleo_app.md) - A full stack application written in Typescript using Leo and React.
### [**🧰 Leo Developer Toolkit**](./testnet/getting_started/04_developer_toolkit.md) - A zero to one tutorial for the Leo programming language.
:::

Expand Down Expand Up @@ -82,8 +82,8 @@ If you're interested in learning more about Aleo:

🎮 | Leo Playground ~ **https://play.leo-lang.org/**

🔎 | Aleo Block Explorer ~ **https://www.aleo.network/**
🔎 | Aleo Block Explorer ~ **https://explorer.aleo.org/**

✍️ | Community Blog ~ **https://medium.com/@AleoHQ**

### Looking for [**Developer Resources?**](./leo/08_resources.md)
### Looking for [**Developer Resources?**](./leo/07_resources.md)
10 changes: 5 additions & 5 deletions documentation/00_leo_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To learn the core concepts and syntax of Leo, start with the [**Layout of a Leo

To view the full list of supported operators in Leo, see [**Operators**](./leo/04_operators.md).

For a quick reference of Leo syntax, see the [**Leo Cheat Sheet**](./leo/09_cheatsheet.md).
For a quick reference of Leo syntax, see the [**Leo Cheat Sheet**](./leo/08_cheatsheet.md).

## Formal Language Documentation

Expand All @@ -51,13 +51,13 @@ The Leo CLI provides a suite of commands to make programming in Leo easy.
## Additional Material
Install Leo for your favorite code [**editor**](./leo/06_tooling.md).

For additional developer resources such as examples and community projects, see [**Developer Resources**](./leo/08_resources.md).
For additional developer resources such as examples and community projects, see [**Developer Resources**](./leo/07_resources.md).

Is your Leo code formatted correctly? Check out the [**Style Guide**](./leo/08_resources.md#style-guide) and [**Common Patterns**](./leo/08_resources.md#common-patterns) for the official guidelines.
Is your Leo code formatted correctly? Check out the [**Style Guide**](./leo/07_resources.md#style-guide) and [**Common Patterns**](./leo/07_resources.md#common-patterns) for the official guidelines.

Found a bug? Have an idea for a feature? File an issue on the [**Leo GitHub**](https://github.com/AleoHQ/leo/issues/new/choose).

See the [**Contributing Guide**](./leo/08_resources.md#contributing) for more information.
See the [**Contributing Guide**](./leo/07_resources.md#contributing) for more information.

## Examples
- [Private Auction](./leo/10_auction.md)
- [Private Auction](./leo/09_auction.md)
6 changes: 3 additions & 3 deletions documentation/00_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ An index of all pages available in this documentation.
- [Leo Command Line Interface](./leo/05_commands.md)
- [Leo Code Editor Plugins](./leo/06_tooling.md)
- [Leo Examples, Guides, and Developer Resources](./leo/07_resources.md)
- [Leo Cheatsheet](./leo/09_cheatsheet.md)
- [Leo Core Developers Call](./leo/16_core_devs_call.md)
- [Leo Cheatsheet](./leo/08_cheatsheet.md)
- [Leo Core Developers Call](./leo/15_core_devs_call.md)

### Chapter 2: Leo by Example

- [Auction](./leo/08_auction.md)
- [Auction](./leo/09_auction.md)
- [Basic Bank](https://github.com/AleoHQ/workshop/tree/master/basic_bank)
- [Vote](https://github.com/AleoHQ/workshop/tree/master/vote)
- [Token](https://github.com/AleoHQ/workshop/tree/master/token)
Expand Down
165 changes: 0 additions & 165 deletions documentation/leo/07_leo_playground.md

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 31c7e49

Please sign in to comment.