Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
e344507
Fixed Pedersen128::commit_to_DESTINATION example
AleoAlexander Aug 20, 2025
8771457
Remove unused recipes tab
AleoAlexander Aug 20, 2025
ca62653
Adding leo devnet to CLI documentation
AleoAlexander Aug 20, 2025
0f6333e
Began refactor of CLI tab
AleoAlexander Aug 20, 2025
bb16d45
Fixing typos
AleoAlexander Aug 20, 2025
893681c
Overhaul and updating of CLI and Getting Started docs
AleoAlexander Aug 24, 2025
083c3b5
Consolidated guides and testing tabs, updated and rewrote the Testing…
AleoAlexander Aug 24, 2025
c8603b8
Minor corrections and spellchecks
AleoAlexander Aug 24, 2025
04f55dc
Fixing broken links
AleoAlexander Aug 25, 2025
a4c1040
Fixing more broken links
AleoAlexander Aug 25, 2025
bcffb86
Splitting out CLI docs into multiple tabs, moving unused docs to a de…
AleoAlexander Aug 25, 2025
940baf3
Fixing program upgradability typos
AleoAlexander Aug 26, 2025
c09584a
Splitting out devnet guide, fixing minor changes
AleoAlexander Sep 5, 2025
8411244
Fixing broken links, adding descriptions and missing items to guides …
AleoAlexander Sep 5, 2025
6380abb
Merge branch 'master' into zkkim/update-8-19-25
AleoAlexander Sep 5, 2025
3806f24
Added general tags to each page
AleoAlexander Sep 5, 2025
3e8aaad
Fixing changes to Executing guide
AleoAlexander Sep 10, 2025
f8e3af8
Adding missing tags for the intro files
AleoAlexander Sep 10, 2025
512140e
Merge branch 'zkkim/update-8-19-25' into feat/general-tags
AleoAlexander Sep 10, 2025
b94a375
Merge pull request #513 from ProvableHQ/feat/general-tags
AleoAlexander Sep 10, 2025
7b2201e
Fixing broken link
AleoAlexander Sep 10, 2025
e4cbb3f
Added docs for Leo modules, Leo update specific versions, and minor t…
AleoAlexander Sep 15, 2025
bc90056
Fixing typo
AleoAlexander Sep 15, 2025
31568b1
Merge pull request #515 from ProvableHQ/update-leo3.2.0
d0cd Sep 16, 2025
1e76c10
Minor fixes to devnet guide
AleoAlexander Sep 16, 2025
75c1815
Removed deprecated files and changing header names in prep for merge
AleoAlexander Sep 29, 2025
1039921
Removed deprecated files and changing header names in prep for merge
AleoAlexander Sep 29, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions documentation/00_leo.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ id: leo
title: The Leo Programming Language
sidebar_label: Leo
---
[general tags]: # (overview, leo)

Leo is an open-source, statically-typed, imperative programming language designed for building private applications on the Aleo blockchain.
It abstracts the complexities of zero-knowledge cryptography, enabling developers to create secure, privacy-preserving applications while abstracting technical complexities.
Expand Down
7 changes: 4 additions & 3 deletions documentation/01_new.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ id: new
title: What's new on Leo?
sidebar_label: What's new?
---
[general tags]: # (whats_new, leo)

:::tip
### [**📦 Releases**](https://github.com/ProvableHQ/leo/releases) - Stay up to date with the latest Leo releases.
// Use uparrao emoji
### [**🚀 Upgrade Guide**](./guides/03_program_upgradability.md) - Learn how to upgrade your Leo programs.
### [**⚛️ Create Leo App**](./sdk/create-leo-app/01_create_leo_app.md) - A full stack application written in Typescript using Leo and React.
### [**🚀 Upgrade Guide**](./guides/10_program_upgradability.md) - Learn how to upgrade your Leo programs.
### [**🤝 Core Developers Call**]( https://developer.aleo.org/guides/how_to_get_help) - Collaborate with the Leo development team and ecosystem on the future of Leo.
### [**⚛️ Create Leo App**](https://developer.aleo.org/category/create-leo-app) - A full stack application written in Typescript using Leo and React.
:::

3 changes: 2 additions & 1 deletion documentation/02_where.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ id: where
title: Where to go?
sidebar_label: Where to go?
---
[general tags]: # (roadmap, leo)

While a deep dive through the Leo documentation is a useful exercise, we realize that it may not be very practical. To help you along your journey, we've provided a "map" to help you find your way.

Expand All @@ -12,7 +13,7 @@ While a deep dive through the Leo documentation is a useful exercise, we realize

- If you're designing a dApp, we recommend checking out **Leo By Example** for a reference.

- If you're interested in advanced concepts, check out [**Guides**](./guides/00_overview.md) and [**Recipes**](./recipes/00_overview.md). Also be sure to check out the [**Core Aleo Concepts**](https://developer.aleo.org/references/faqs).
- If you're interested in tutorials, check out [**Guides**](./guides/00_overview.md). Also be sure to check out the [**Core Aleo Concepts**](https://developer.aleo.org/guides/faqs).

- If you're deploying or running your programs, [**CLI**](./cli/00_overview.md) will be helpful.

Expand Down
Loading