Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
d0cd committed Feb 18, 2025
1 parent eeda2ba commit 7b132c8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 17 deletions.
17 changes: 1 addition & 16 deletions documentation/00_leo.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,7 @@ It abstracts the complexities of zero-knowledge cryptography, enabling developer
- Formal Verification: With a formally defined language structure, Leo enables developers to perform formal verification of their programs, ensuring correctness and security in application logic.


## Where to go from here?

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

### Roadmap

- If you're brand new to Leo, go to **Getting Started** and make your way through **Hello, Leo**.

- 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 **Concepts** and **Recipes**. Be sure to check out the **Core Aleo Concepts**.

- If you're deploying or running your programs, **CLI** will be helpful.


### Overview
## Overview

- **Getting Started.** Install, set up your development environment, and get familiar with Leo.

Expand Down
2 changes: 1 addition & 1 deletion documentation/01_new.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: new
title: Latest in Leo
sidebar_label: What's New
sidebar_label: What's New?
---

:::tip
Expand Down
19 changes: 19 additions & 0 deletions documentation/02_where.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
id: where
title: Where To Go From Here?
sidebar_label: Where To Go?
---

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

## Roadmap

- If you're brand new to Leo, go to **Getting Started** and make your way through **Hello, Leo**.

- 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 **Concepts** and **Recipes**. Be sure to check out the **Core Aleo Concepts**.

- If you're deploying or running your programs, **CLI** will be helpful.


0 comments on commit 7b132c8

Please sign in to comment.