Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): Recommend yarn instead of for cutting doc versions #3293

Merged
merged 1 commit into from
Oct 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
While the versioning is intended to be managed by the core maintainers, we feel it's important for external contributors to understand why and how is it maintained. To bump to a new version, run the following command, replacing with the intended version:

```bash
npm run docusaurus docs:version <new_version_tag>
yarn docusaurus docs:version <new_version_tag>
```

This should create a new version by copying the docs folder and the sidebars.js file to the relevant folders, as well as adding this version to versions.json.
Expand Down Expand Up @@ -229,4 +229,4 @@
* **optimizer:** Compile Boolean to u1
```

[^1]: Currently, @critesjosh, @catmcgee and @signorecello. For Noir documentation, it is recommended to tag @signorecello

Check warning on line 232 in CONTRIBUTING.md

View workflow job for this annotation

GitHub Actions / Spellcheck / Spellcheck

Unknown word (critesjosh)

Check warning on line 232 in CONTRIBUTING.md

View workflow job for this annotation

GitHub Actions / Spellcheck / Spellcheck

Unknown word (catmcgee)

Check warning on line 232 in CONTRIBUTING.md

View workflow job for this annotation

GitHub Actions / Spellcheck / Spellcheck

Unknown word (signorecello)

Check warning on line 232 in CONTRIBUTING.md

View workflow job for this annotation

GitHub Actions / Spellcheck / Spellcheck

Unknown word (signorecello)
Loading