Skip to content

Commit

Permalink
Restore Develop Locally in left nav, reorder top and left nav to matc… (
Browse files Browse the repository at this point in the history
aptos-labs#5878)

* 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 <[email protected]>
  • Loading branch information
2 people authored and areshand committed Dec 17, 2022
1 parent 38a6e1e commit 82c70a8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
20 changes: 20 additions & 0 deletions developer-docs-site/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,23 @@ const config = {
type: "doc",
docId: "guides/getting-started",
},
{
label: "Integrate Aptos",
type: "doc",
docId: "guides/system-integrators-guide",
},
],
},
{
type: "dropdown",
label: "Build Apps",
position: "left",
items: [
{
type: "doc",
label: "Follow Standards",
docId: "concepts/coin-and-token/index",
},
{
type: "doc",
label: "Develop by Tutorial",
Expand Down Expand Up @@ -169,6 +179,11 @@ const config = {
type: "doc",
docId: "guides/move-guides/upgrading-move-code",
},
{
label: "Move References",
type: "doc",
docId: "reference/move",
},
],
},
{
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 3 additions & 1 deletion developer-docs-site/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ const sidebars = {
{
type: "category",
label: "Develop Locally",
link: { type: "doc", id: "nodes/local-testnet/index" },
collapsible: true,
collapsed: true,
items: [
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 82c70a8

Please sign in to comment.