From 82c70a832b6a8734df41083bad3953ff622cfbd9 Mon Sep 17 00:00:00 2001 From: Clay Murphy <114445310+clay-aptos@users.noreply.github.com> Date: Wed, 14 Dec 2022 16:03:31 -0600 Subject: [PATCH] =?UTF-8?q?Restore=20Develop=20Locally=20in=20left=20nav,?= =?UTF-8?q?=20reorder=20top=20and=20left=20nav=20to=20matc=E2=80=A6=20(#58?= =?UTF-8?q?78)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Restore Develop Locally in left nav, reorder top and left nav to match recent changes * Update docusaurus.config.js * Update sidebars.js Co-authored-by: Clay Murphy --- developer-docs-site/docusaurus.config.js | 20 ++++++++++++++++++++ developer-docs-site/sidebars.js | 4 +++- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/developer-docs-site/docusaurus.config.js b/developer-docs-site/docusaurus.config.js index b0fdc8ca0dde0..c1cd5ff126146 100644 --- a/developer-docs-site/docusaurus.config.js +++ b/developer-docs-site/docusaurus.config.js @@ -115,6 +115,11 @@ const config = { type: "doc", docId: "guides/getting-started", }, + { + label: "Integrate Aptos", + type: "doc", + docId: "guides/system-integrators-guide", + }, ], }, { @@ -122,6 +127,11 @@ const config = { label: "Build Apps", position: "left", items: [ + { + type: "doc", + label: "Follow Standards", + docId: "concepts/coin-and-token/index", + }, { type: "doc", label: "Develop by Tutorial", @@ -169,6 +179,11 @@ const config = { type: "doc", docId: "guides/move-guides/upgrading-move-code", }, + { + label: "Move References", + type: "doc", + docId: "reference/move", + }, ], }, { @@ -221,6 +236,11 @@ const config = { type: "doc", docId: "sdks/rust-sdk", }, + { + label: "Move References", + type: "doc", + docId: "reference/move", + }, { label: "Aptos Glossary", type: "doc", diff --git a/developer-docs-site/sidebars.js b/developer-docs-site/sidebars.js index ca58e286fadae..6b60c633d4d72 100644 --- a/developer-docs-site/sidebars.js +++ b/developer-docs-site/sidebars.js @@ -114,6 +114,7 @@ const sidebars = { { type: "category", label: "Develop Locally", + link: { type: "doc", id: "nodes/local-testnet/index" }, collapsible: true, collapsed: true, items: [ @@ -141,9 +142,10 @@ const sidebars = { { type: "category", label: "Aptos Wallet Adapter", + link: { type: "doc", id: "concepts/wallet-adapter-concept" }, collapsible: true, collapsed: true, - items: ["concepts/wallet-adapter-concept", "guides/wallet-adapter-for-dapp", "guides/wallet-adapter-for-wallets"], + items: ["guides/wallet-adapter-for-dapp", "guides/wallet-adapter-for-wallets"], }, { type: "html",