diff --git a/docs/super-proof-docs/run-a-node/index.mdx b/docs/super-proof-docs/deployment/index.mdx similarity index 100% rename from docs/super-proof-docs/run-a-node/index.mdx rename to docs/super-proof-docs/deployment/index.mdx diff --git a/docs/super-proof-docs/run-a-node/use_docker.md b/docs/super-proof-docs/deployment/use_docker.md similarity index 100% rename from docs/super-proof-docs/run-a-node/use_docker.md rename to docs/super-proof-docs/deployment/use_docker.md diff --git a/docs/super-proof-docs/index.md b/docs/super-proof-docs/index.md index 8b76b90..4850bb1 100644 --- a/docs/super-proof-docs/index.md +++ b/docs/super-proof-docs/index.md @@ -1,3 +1,3 @@ -# Dispute-explorer +# Super-proof -[Dispute-explorer](https://github.com/optimism-java/dispute-explorer) This is a dispute explorer backend for collecting dispute games information who use [OP stack](https://stack.optimism.io/) +[Super-proof](https://github.com/optimism-java/dispute-explorer) This is a Super-proof backend for collecting dispute games information who use [OP stack](https://stack.optimism.io/) diff --git a/sidebars.js b/sidebars.js index 8c81147..cb36314 100644 --- a/sidebars.js +++ b/sidebars.js @@ -52,13 +52,13 @@ const sidebars = { { type: "category", collapsed: true, - label: "run a node", + label: "deployment", link: { type: "doc", - id: "super-proof-docs/run-a-node/index", + id: "super-proof-docs/deployment/index", }, items: [ - "super-proof-docs/run-a-node/use_docker", + "super-proof-docs/deployment/use_docker", ], }, ],