Skip to content

Commit

Permalink
Factor "Quick Start" out into a standalone page
Browse files Browse the repository at this point in the history
  • Loading branch information
Savio-Sou committed Oct 9, 2024
1 parent 553ee7c commit b9801d0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/docs/getting_started/noir_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/getting_started/project_breakdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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`:

Expand Down
4 changes: 0 additions & 4 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ export default {
{
type: 'category',
label: 'Getting Started',
link: {
type: 'doc',
id: 'getting_started',
},
items: [
{
type: 'autogenerated',
Expand Down

0 comments on commit b9801d0

Please sign in to comment.