Skip to content

Commit

Permalink
Remove QRNG
Browse files Browse the repository at this point in the history
  • Loading branch information
dcroote committed Jan 7, 2025
1 parent 542bb6e commit a8ef6c1
Show file tree
Hide file tree
Showing 46 changed files with 341 additions and 2,256 deletions.
3 changes: 1 addition & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pnpm-lock.yaml
/docs/dev/using-metamask/src/HelloWorld.sol

# The flexsearch files can be huge, skip them.
# These are auto genereated anyway.
# These are auto generated anyway.
/indexes
/docs/public/indexes
/docs/public/img
Expand All @@ -29,6 +29,5 @@ pnpm-lock.yaml
/docs/reference/dao-members/assets
/docs/reference/dapis/assets
/docs/reference/chainapi/assets
/docs/reference/qrng/assets
/docs/guides/assets
/docs/explore/assets
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"moonriver",
"composability",
"xpub",
"qrng",
"dapi",
"dapis",
"avax",
Expand Down
6 changes: 2 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,8 @@ pnpm docs:dev
The API3 Docs repository is structured as follows:

- `/docs/explore`: Explore section within the API3 Docs.
- `/docs/guides`: All the guides that demonstrate the use of Airnode, QRNG and
dAPIs.
- `/docs/reference`: Contains the core documentation for Airnode, QRNG and
dAPIs.
- `/docs/guides`: All the guides that demonstrate the use of Airnode.
- `/docs/reference`: Contains the core documentation for Airnode.

Each section will have a `sidebar.js` file that contains the sidebar structure
for that section.
Expand Down
2 changes: 0 additions & 2 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ export default {
'/reference/ois/2.2/': require('../reference/ois/2.2/sidebar.js'),
'/reference/ois/2.1/': require('../reference/ois/2.1/sidebar.js'),
'/reference/ois/2.0/': require('../reference/ois/2.0/sidebar.js'),
'/reference/qrng/': require('../reference/qrng/sidebar.js'),
'/guides/': require('../guides/sidebar.js'),
'/dev/': require('../dev/sidebar.js'),
},
Expand All @@ -86,7 +85,6 @@ function nav() {
link: '/reference/airnode/latest/understand/',
},
{ text: 'OIS', link: '/reference/ois/latest/' },
{ text: 'QRNG', link: '/reference/qrng/' },
{
text: 'Guides',
link: '/guides/',
Expand Down
Loading

0 comments on commit a8ef6c1

Please sign in to comment.