From 88c8c58c13386f2a725619c9dcee594ae41df0c6 Mon Sep 17 00:00:00 2001 From: Kelvin Fichter Date: Mon, 27 Nov 2023 14:08:14 -0500 Subject: [PATCH] fix: move tutorials under overview always Puts the "tutorials" section underneath the "overview" section everywhere. More consistent and easier to find. --- pages/builders/chain-operators/_meta.json | 2 +- pages/builders/dapp-developers/_meta.json | 2 +- pages/builders/node-operators/_meta.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/builders/chain-operators/_meta.json b/pages/builders/chain-operators/_meta.json index 1833feee9..29caa64ac 100644 --- a/pages/builders/chain-operators/_meta.json +++ b/pages/builders/chain-operators/_meta.json @@ -1,8 +1,8 @@ { "chain-operator-overview": "Overview", + "tutorials": "Tutorials", "configuration": "Chain Configuration", "operations": "Rollup Operations", - "tutorials": "Tutorials", "hacks": "OP Stack Hacks", "explorer": "Explorer and Indexer", "chain-troubleshooting": "Chain Troubleshooting" diff --git a/pages/builders/dapp-developers/_meta.json b/pages/builders/dapp-developers/_meta.json index a8ff9b640..9cc4023ca 100644 --- a/pages/builders/dapp-developers/_meta.json +++ b/pages/builders/dapp-developers/_meta.json @@ -1,9 +1,9 @@ { "dapp-developer-overview": "Overview", + "tutorials": "Tutorials", "bridging": "Bridging Domains", "contracts": "Contracts", "creating-a-nft": "Creating an NFT", - "tutorials": "Tutorials", "testing": "Testing Your Dapp", "troubleshooting": "Troubleshooting Transactions" } \ No newline at end of file diff --git a/pages/builders/node-operators/_meta.json b/pages/builders/node-operators/_meta.json index e6f6aa324..59ce10f1d 100644 --- a/pages/builders/node-operators/_meta.json +++ b/pages/builders/node-operators/_meta.json @@ -1,9 +1,9 @@ { "node-operator-overview": "Overview", + "tutorials": "Tutorials", "configuration": "Node Configuration", "data-directories": "Data Directories", "json-rpc": "JSON-RPC", "metrics": "Node Monitoring", - "tutorials": "Tutorials", "node-troubleshooting": "Node Troubleshooting" } \ No newline at end of file