Skip to content

Commit 85dd308

Browse files
authored
Merge pull request #9 from status-im/fix/css
css fixes
2 parents 24a3023 + 231c577 commit 85dd308

File tree

14 files changed

+56
-133
lines changed

14 files changed

+56
-133
lines changed

docs/tools/data-indexers.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/tools/general-tooling.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/tools/interoperability.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/tools/multisig-wallets.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/tools/node-operators.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/tools/oracles.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/tools/randomness.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/tools/rpc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# RPCs
1+
# RPC

docusaurus.config.ts

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ const config: Config = {
7373
label: '🔌 RPC',
7474
to: '/tools/rpc',
7575
},
76-
{
77-
label: '👥 Multisig Wallets',
78-
to: '/tools/multisig-wallets',
79-
},
8076
{
8177
label: '🌉 Bridge',
8278
to: '/tools/bridge',
@@ -89,30 +85,6 @@ const config: Config = {
8985
label: '🔎 Block Explorers',
9086
to: '/tools/block-explorers',
9187
},
92-
{
93-
label: '📊 Data Indexers',
94-
to: '/tools/data-indexers',
95-
},
96-
{
97-
label: '🔮 Oracles',
98-
to: '/tools/oracles',
99-
},
100-
{
101-
label: '🔗 Interoperability',
102-
to: '/tools/interoperability',
103-
},
104-
{
105-
label: '🎲 Randomness',
106-
to: '/tools/randomness',
107-
},
108-
{
109-
label: '🛠️ General Tooling',
110-
to: '/tools/general-tooling',
111-
},
112-
{
113-
label: '🖥️ Node Operators',
114-
to: '/tools/node-operators',
115-
},
11688
],
11789
},
11890
{

sidebars.ts

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,6 @@ const sidebars: SidebarsConfig = {
101101
id: 'tools/rpc',
102102
label: '🔌 RPC',
103103
},
104-
{
105-
type: 'doc',
106-
id: 'tools/multisig-wallets',
107-
label: '👥 Multisig Wallets',
108-
},
109104
{
110105
type: 'doc',
111106
id: 'tools/bridge',
@@ -121,36 +116,6 @@ const sidebars: SidebarsConfig = {
121116
id: 'tools/block-explorers',
122117
label: '🔎 Block Explorers',
123118
},
124-
{
125-
type: 'doc',
126-
id: 'tools/data-indexers',
127-
label: '📊 Data Indexers',
128-
},
129-
{
130-
type: 'doc',
131-
id: 'tools/oracles',
132-
label: '🔮 Oracles',
133-
},
134-
{
135-
type: 'doc',
136-
id: 'tools/interoperability',
137-
label: '🔗 Interoperability',
138-
},
139-
{
140-
type: 'doc',
141-
id: 'tools/randomness',
142-
label: '🎲 Randomness',
143-
},
144-
{
145-
type: 'doc',
146-
id: 'tools/general-tooling',
147-
label: '🛠️ General Tooling',
148-
},
149-
{
150-
type: 'doc',
151-
id: 'tools/node-operators',
152-
label: '🖥️ Node Operators',
153-
},
154119
],
155120
},
156121
{

0 commit comments

Comments
 (0)