diff --git a/docs/docs/getting_started/noir_installation.md b/docs/docs/getting_started/noir_installation.md index 79757cc1b44..f92fd8dea38 100644 --- a/docs/docs/getting_started/noir_installation.md +++ b/docs/docs/getting_started/noir_installation.md @@ -14,7 +14,7 @@ keywords: [ Direnv Uninstalling Nargo ] -sidebar_position: 1 +sidebar_position: 2 --- Noirup is the endorsed method for installing Nargo, streamlining the process of fetching binaries or compiling from source. It supports a range of options to cater to your specific needs, from nightly builds and specific versions to compiling from various sources. diff --git a/docs/docs/getting_started/project_breakdown.md b/docs/docs/getting_started/project_breakdown.md index 72a7555bb1f..e442e377040 100644 --- a/docs/docs/getting_started/project_breakdown.md +++ b/docs/docs/getting_started/project_breakdown.md @@ -5,7 +5,7 @@ description: file, and how to prove and verify your program. keywords: [Nargo, Nargo project, Prover.toml, proof verification, private asset transfer] -sidebar_position: 0 +sidebar_position: 1 --- This section breaks down our hello world program from the previous section. diff --git a/docs/docs/getting_started.md b/docs/docs/getting_started/quick_start.md similarity index 98% rename from docs/docs/getting_started.md rename to docs/docs/getting_started/quick_start.md index 6e3d996b1cf..6f36007b080 100644 --- a/docs/docs/getting_started.md +++ b/docs/docs/getting_started/quick_start.md @@ -1,9 +1,10 @@ --- -title: Getting Started +title: Quick Start tags: [] +sidebar_position: 0 --- -## A Quick Start +## Installation The easiest way to use Noir is through `nargo` (inspired by Rust's `cargo`). You can use `noirup` to quickly install `nargo`: diff --git a/docs/sidebars.js b/docs/sidebars.js index 7c7e8bf161b..cf7e852fed5 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -8,10 +8,6 @@ export default { { type: 'category', label: 'Getting Started', - link: { - type: 'doc', - id: 'getting_started', - }, items: [ { type: 'autogenerated',