File tree Expand file tree Collapse file tree 2 files changed +2
-54
lines changed
Expand file tree Collapse file tree 2 files changed +2
-54
lines changed Original file line number Diff line number Diff line change @@ -64,29 +64,6 @@ const config: Config = {
6464 src : 'img/sn_logo.svg' ,
6565 } ,
6666 items : [
67- {
68- type : 'dropdown' ,
69- label : 'Tools' ,
70- position : 'left' ,
71- items : [
72- {
73- label : '🔌 RPC' ,
74- to : '/tools/rpc' ,
75- } ,
76- {
77- label : '🌉 Bridge' ,
78- to : '/tools/bridge' ,
79- } ,
80- {
81- label : '🚰 Testnet Faucets' ,
82- to : '/tools/testnet-faucets' ,
83- } ,
84- {
85- label : '🔎 Block Explorers' ,
86- to : '/tools/block-explorers' ,
87- } ,
88- ] ,
89- } ,
9067 {
9168 type : 'localeDropdown' ,
9269 position : 'right' ,
Original file line number Diff line number Diff line change @@ -73,16 +73,6 @@ const sidebars: SidebarsConfig = {
7373 label : '🌉 Bridge' ,
7474 collapsed : false ,
7575 items : [
76- {
77- type : 'doc' ,
78- id : 'general-info/bridge/bridge-to-status' ,
79- label : '➡️ Bridge to Status' ,
80- } ,
81- {
82- type : 'doc' ,
83- id : 'general-info/bridge/bridge-from-status' ,
84- label : '⬅️ Bridge from Status' ,
85- } ,
8676 {
8777 type : 'doc' ,
8878 id : 'general-info/bridge/bridging-testnet' ,
@@ -95,6 +85,7 @@ const sidebars: SidebarsConfig = {
9585 {
9686 type : 'category' ,
9787 label : 'TOOLS' ,
88+ collapsed : false ,
9889 items : [
9990 {
10091 type : 'doc' ,
@@ -173,31 +164,11 @@ const sidebars: SidebarsConfig = {
173164 } ,
174165 ] ,
175166 } ,
176- {
177- type : 'category' ,
178- label : 'SECURITY' ,
179- items : [
180- {
181- type : 'doc' ,
182- id : 'security/security-model' ,
183- label : '🛡️ Security Model' ,
184- } ,
185- {
186- type : 'doc' ,
187- id : 'security/security-upgrades' ,
188- label : '⬆️ Security Upgrades' ,
189- } ,
190- ] ,
191- } ,
192167 {
193168 type : 'category' ,
194169 label : 'OTHER DOCS' ,
170+ collapsed : false ,
195171 items : [
196- {
197- type : 'doc' ,
198- id : 'other/audits' ,
199- label : '🔒 Audits' ,
200- } ,
201172 {
202173 type : 'doc' ,
203174 id : 'other/official-links' ,
You can’t perform that action at this time.
0 commit comments