Skip to content

Commit 0a889d8

Browse files
committed
Remove 'Developer Docs' section
It will be replaced by the 'Showcase' sectin which will interact with a live Aggregator
1 parent 02f3c63 commit 0a889d8

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

docs/docusaurus.config.js

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -86,37 +86,6 @@ const config = {
8686
label: 'About Mithril',
8787
position: 'left',
8888
},
89-
{
90-
type: 'dropdown',
91-
label: 'Developer Docs',
92-
position: 'left',
93-
items: [
94-
{
95-
to: '/aggregator-api',
96-
label: 'Aggregator Node - API Reference'
97-
},
98-
{
99-
href: 'https://mithril.network/mithril-aggregator/doc/mithril_aggregator/index.html',
100-
label: 'Aggregator Node - Rust documentation'
101-
},
102-
{
103-
href: 'https://mithril.network/mithril-signer/doc/mithril_signer/index.html',
104-
label: 'Signer Node - Rust documentation'
105-
},
106-
{
107-
href: 'https://mithril.network/mithril-client/doc/mithril_client/index.html',
108-
label: 'Client Node - Rust documentation'
109-
},
110-
{
111-
href: 'https://mithril.network/mithril-core/doc/mithril/index.html',
112-
label: 'Cryptographic Core Library - Rust documentation'
113-
},
114-
{
115-
href: 'https://mithril.network/mithril-common/doc/mithril_common/index.html',
116-
label: 'Common Node Library - Rust documentation'
117-
},
118-
]
119-
},
12089
{
12190
to: '/glossary',
12291
label: 'Glossary',

0 commit comments

Comments
 (0)