Skip to content

Commit

Permalink
preparing to finish...
Browse files Browse the repository at this point in the history
  • Loading branch information
signorecello committed Oct 28, 2023
1 parent 5363ba9 commit cd9883a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 0 additions & 2 deletions docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,3 @@ Some libraries that are available today include:
- [Fraction](https://github.com/resurgencelabs/fraction) - a library for accessing fractional number data type in Noir, allowing results that aren't whole numbers

See the section on [dependencies](./modules_packages_crates/dependencies) for more information.

I'm test1
6 changes: 6 additions & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ const config = {
routeBasePath: '/',
remarkPlugins: [math],
rehypePlugins: [katex],
versions: {
current: {
label: 'dev',
path: 'dev',
},
},
editUrl: ({ versionDocsDirPath, docPath }) =>
`https://github.com/noir-lang/noir/edit/master/docs/${versionDocsDirPath}/${docPath}`,
},
Expand Down
1 change: 0 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"@mdx-js/react": "^1.6.22",
"axios": "^1.4.0",
"clsx": "^1.2.1",
"dotenv": "^16.3.1",
"hast-util-is-element": "^1.1.0",
"prism-react-renderer": "^1.3.5",
"react": "^17.0.2",
Expand Down
2 changes: 0 additions & 2 deletions docs/versioned_docs/version-0.17.0/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,3 @@ Some libraries that are available today include:
- [Fraction](https://github.com/resurgencelabs/fraction) - a library for accessing fractional number data type in Noir, allowing results that aren't whole numbers

See the section on [dependencies](./modules_packages_crates/dependencies) for more information.

I'm stable

0 comments on commit cd9883a

Please sign in to comment.