Skip to content

Commit

Permalink
chore(docs): fix docs build (#3249)
Browse files Browse the repository at this point in the history
Please provide a paragraph or two giving a summary of the change,
including relevant motivation and context.

# Checklist:
Remove the checklist to signal you've completed it. Enable auto-merge if
the PR is ready to merge.
- [ ] If the pull request requires a cryptography review (e.g.
cryptographic algorithm implementations) I have added the 'crypto' tag.
- [ ] I have reviewed my diff in github, line by line and removed
unexpected formatting changes, testing logs, or commented-out code.
- [ ] Every change is related to the PR description.
- [ ] I have
[linked](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue)
this pull request to relevant issues (if any exist).
  • Loading branch information
catmcgee authored Nov 6, 2023
1 parent c5fc95d commit ec2c0cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/dev_docs/debugging/aztecnr-errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This error may also show if the `compute_note_hash_and_nullifier` function is no

#### `backend has encountered an error`

This is likely due to a version mismatch or bad install of barretenberg. Try [reinstalling nargo](../cli/updating.md) or uninstalling barretenberg:
This is likely due to a version mismatch or bad install of barretenberg. Try [reinstalling nargo](../updating.md) or uninstalling barretenberg:

```bash
nargo backend uninstall acvm-backend-barretenberg
Expand Down
1 change: 0 additions & 1 deletion docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,6 @@ const sidebars = {
type: "category",
items: [],
},*/
"dev_docs/sandbox_errors/main",
"dev_docs/privacy/main",
"dev_docs/limitations/main",

Expand Down

0 comments on commit ec2c0cf

Please sign in to comment.