Skip to content

Commit

Permalink
chore: generate TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
jeluard committed Mar 25, 2024
1 parent 0c2bebb commit 652422a
Show file tree
Hide file tree
Showing 6 changed files with 609 additions and 142 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ packages/api/oapi-schemas
# Autogenerated docs
packages/**/docs
packages/**/typedocs
docs/pages/**/*-cli.md
docs/pages/**/*-cli.mdx
docs/pages/assets
docs/pages/images
docs/pages/security.md
Expand Down
11 changes: 6 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,20 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "3.1.1",
"@docusaurus/preset-classic": "3.1.1",
"@docusaurus/theme-mermaid": "^3.1.1",
"@docusaurus/core": "0.0.0-5872",
"@docusaurus/preset-classic": "0.0.0-5872",
"@docusaurus/theme-mermaid": "0.0.0-5872",
"@easyops-cn/docusaurus-search-local": "^0.40.1",
"@lodestar/light-client": "^1.17.0",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"prism-react-renderer": "^2.3.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.1.1",
"@docusaurus/types": "3.1.1"
"@docusaurus/module-type-aliases": "0.0.0-5872",
"@docusaurus/types": "0.0.0-5872"
},
"browserslist": {
"production": [
Expand Down
10 changes: 5 additions & 5 deletions docs/pages/reference/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

_**Welcome! This page has been moved. Please checkout our new docs layout from the Table of Contents! Below are some helpful links to the CLI pages that were split out from this original document**_

- [Beacon Node CLI](../beacon-management/beacon-cli.md)
- [Validator CLI](../validator-management/validator-cli.md)
- [Bootnode CLI](../bootnode/bootnode-cli.md)
- [Light Client CLI](../lightclient-prover/lightclient-cli.md)
- [Dev CLI](../contribution/dev-cli.md)
- [Beacon Node CLI](../beacon-management/beacon-cli)
- [Validator CLI](../validator-management/validator-cli)
- [Bootnode CLI](../bootnode/bootnode-cli)
- [Light Client CLI](../lightclient-prover/lightclient-cli)
- [Dev CLI](../contribution/dev-cli)

0 comments on commit 652422a

Please sign in to comment.