From 7ec95be3ca9e22de1f3d1dafde6ef299442ff46d Mon Sep 17 00:00:00 2001 From: Not Jeremy Liu <31809888+NotJeremyLiu@users.noreply.github.com> Date: Wed, 13 Aug 2025 18:37:02 -0400 Subject: [PATCH] Revert "remove the docs/ in the url" This reverts commit 4f68ae073ca197beb6b60c03c7fe000df4bf9476. --- docs.json | 110 +++++++++++++++++++++++++++--------------------------- 1 file changed, 55 insertions(+), 55 deletions(-) diff --git a/docs.json b/docs.json index 4287b984..8d2b80bb 100644 --- a/docs.json +++ b/docs.json @@ -30,23 +30,23 @@ { "group": "Documentation", "pages": [ - "documentation/overview", + "docs/documentation/overview", { "group": "Getting Started", "pages": [ - "documentation/getting-started/index", - "documentation/getting-started/faq", - "documentation/getting-started/development-environment", + "docs/documentation/getting-started/index", + "docs/documentation/getting-started/faq", + "docs/documentation/getting-started/development-environment", { "group": "Tooling and Resources", "pages": [ - "documentation/getting-started/tooling-and-resources/overview", - "documentation/getting-started/tooling-and-resources/block-explorers", - "documentation/getting-started/tooling-and-resources/foundry", - "documentation/getting-started/tooling-and-resources/hardhat", - "documentation/getting-started/tooling-and-resources/remix", - "documentation/getting-started/tooling-and-resources/testing-and-fuzzing", - "documentation/getting-started/tooling-and-resources/wallet-integration" + "docs/documentation/getting-started/tooling-and-resources/overview", + "docs/documentation/getting-started/tooling-and-resources/block-explorers", + "docs/documentation/getting-started/tooling-and-resources/foundry", + "docs/documentation/getting-started/tooling-and-resources/hardhat", + "docs/documentation/getting-started/tooling-and-resources/remix", + "docs/documentation/getting-started/tooling-and-resources/testing-and-fuzzing", + "docs/documentation/getting-started/tooling-and-resources/wallet-integration" ] } ] @@ -54,36 +54,36 @@ { "group": "Concepts", "pages": [ - "documentation/concepts/index", - "documentation/concepts/accounts", - "documentation/concepts/chain-id", - "documentation/concepts/encoding", - "documentation/concepts/gas-and-fees", - "documentation/concepts/ibc", - "documentation/concepts/mempool", - "documentation/concepts/migrations", - "documentation/concepts/pending-state", - "documentation/concepts/replay-protection", - "documentation/concepts/signing", - "documentation/concepts/single-token-representation", - "documentation/concepts/tokens", - "documentation/concepts/transactions" + "docs/documentation/concepts/index", + "docs/documentation/concepts/accounts", + "docs/documentation/concepts/chain-id", + "docs/documentation/concepts/encoding", + "docs/documentation/concepts/gas-and-fees", + "docs/documentation/concepts/ibc", + "docs/documentation/concepts/mempool", + "docs/documentation/concepts/migrations", + "docs/documentation/concepts/pending-state", + "docs/documentation/concepts/replay-protection", + "docs/documentation/concepts/signing", + "docs/documentation/concepts/single-token-representation", + "docs/documentation/concepts/tokens", + "docs/documentation/concepts/transactions" ] }, { "group": "Cosmos SDK", "pages": [ - "documentation/cosmos-sdk/overview", - "documentation/cosmos-sdk/cli", - "documentation/cosmos-sdk/integrate", - "documentation/cosmos-sdk/protocol", + "docs/documentation/cosmos-sdk/overview", + "docs/documentation/cosmos-sdk/cli", + "docs/documentation/cosmos-sdk/integrate", + "docs/documentation/cosmos-sdk/protocol", { "group": "Modules", "pages": [ - "documentation/cosmos-sdk/modules/epochs", - "documentation/cosmos-sdk/modules/erc20", - "documentation/cosmos-sdk/modules/feemarket", - "documentation/cosmos-sdk/modules/vm" + "docs/documentation/cosmos-sdk/modules/epochs", + "docs/documentation/cosmos-sdk/modules/erc20", + "docs/documentation/cosmos-sdk/modules/feemarket", + "docs/documentation/cosmos-sdk/modules/vm" ] } ] @@ -91,36 +91,36 @@ { "group": "Smart Contracts", "pages": [ - "documentation/smart-contracts/introduction", - "documentation/smart-contracts/custom-improvement-proposals", + "docs/documentation/smart-contracts/introduction", + "docs/documentation/smart-contracts/custom-improvement-proposals", { "group": "Precompiles", "pages": [ - "documentation/smart-contracts/precompiles/index", - "documentation/smart-contracts/precompiles/overview", - "documentation/smart-contracts/precompiles/bank", - "documentation/smart-contracts/precompiles/bech32", - "documentation/smart-contracts/precompiles/callbacks", - "documentation/smart-contracts/precompiles/distribution", - "documentation/smart-contracts/precompiles/erc20", - "documentation/smart-contracts/precompiles/governance", - "documentation/smart-contracts/precompiles/ics20", - "documentation/smart-contracts/precompiles/p256", - "documentation/smart-contracts/precompiles/slashing", - "documentation/smart-contracts/precompiles/staking", - "documentation/smart-contracts/precompiles/werc20" + "docs/documentation/smart-contracts/precompiles/index", + "docs/documentation/smart-contracts/precompiles/overview", + "docs/documentation/smart-contracts/precompiles/bank", + "docs/documentation/smart-contracts/precompiles/bech32", + "docs/documentation/smart-contracts/precompiles/callbacks", + "docs/documentation/smart-contracts/precompiles/distribution", + "docs/documentation/smart-contracts/precompiles/erc20", + "docs/documentation/smart-contracts/precompiles/governance", + "docs/documentation/smart-contracts/precompiles/ics20", + "docs/documentation/smart-contracts/precompiles/p256", + "docs/documentation/smart-contracts/precompiles/slashing", + "docs/documentation/smart-contracts/precompiles/staking", + "docs/documentation/smart-contracts/precompiles/werc20" ] }, { "group": "Predeployed Contracts", "pages": [ - "documentation/smart-contracts/predeployed-contracts/index" + "docs/documentation/smart-contracts/predeployed-contracts/index" ] } ] }, - "documentation/differences", - "documentation/eip-compatibility" + "docs/documentation/differences", + "docs/documentation/eip-compatibility" ] } ] @@ -128,15 +128,15 @@ { "tab": "API Reference", "pages": [ - "api-reference/ethereum-json-rpc/index", - "api-reference/ethereum-json-rpc/methods", - "api-reference/ethereum-json-rpc/rpc-explorer" + "docs/api-reference/ethereum-json-rpc/index", + "docs/api-reference/ethereum-json-rpc/methods", + "docs/api-reference/ethereum-json-rpc/rpc-explorer" ] }, { "tab": "Release Notes", "pages": [ - "changelog/release-notes" + "docs/changelog/release-notes" ] } ]