Skip to content

Commit

Permalink
chore: fix docs for 0.22.0 version (#3871)
Browse files Browse the repository at this point in the history
# Description

## Problem\*

Resolves <!-- Link to GitHub Issue -->

## Summary\*



## Additional Context



## Documentation\*

Check one:
- [ ] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[Exceptional Case]** Documentation to be submitted in a separate
PR.

# PR Checklist\*

- [ ] I have tested the changes locally.
- [ ] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
  • Loading branch information
TomAFrench authored Dec 19, 2023
1 parent d229963 commit a40269a
Show file tree
Hide file tree
Showing 95 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ contracts efficiently. While the current alpha version offers this as a direct f
to modularize this process for even greater ease of use.

Noir currently includes a command to create a Solidity contract which verifies your Noir program. This will be
modularised in the future; however, as of the alpha, you can use the
command to create a verifier contract.
modularised in the future; however, as of the alpha, you can use the `nargo codegen-verifier` command to create a verifier contract.

### Protocol Developers

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ contracts efficiently. While the current alpha version offers this as a direct f
to modularize this process for even greater ease of use.

Noir currently includes a command to create a Solidity contract which verifies your Noir program. This will be
modularised in the future; however, as of the alpha, you can use the
command to create a verifier contract.
modularised in the future; however, as of the alpha, you can use the `nargo codegen-verifier` command to create a verifier contract.

### Protocol Developers

Expand Down

0 comments on commit a40269a

Please sign in to comment.