Skip to content

Commit

Permalink
improve sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
significance committed Oct 5, 2020
1 parent 91ffd10 commit 2c2eb04
Showing 1 changed file with 45 additions and 19 deletions.
64 changes: 45 additions & 19 deletions sidebars.js
Original file line number Diff line number Diff line change
@@ -1,37 +1,63 @@
module.exports = {
someSidebar: {
"Welcome!": ['introduction'],
"Installation": [
Balls: [
'introduction',
{
type: 'category',
label: 'Installation',
items: [
'installation/quick-start',
'installation/configuration',
'installation/build-from-source',
'installation/docker'
// 'installation/windows'
],
"Getting Started": [
'installation/docker',
'installation/connectivity'
],
collapsed: false
},
{
type: 'category',
label: 'Getting Started',
items: [
'getting-started/start-your-node',
'getting-started/working-with-your-node',
'getting-started/upload-and-download',
'getting-started/upload-a-directory',
'getting-started/host-your-website-using-ens',
// 'get-started/keep-your-data-available',
'getting-started/store-with-encryption'
],
"Advanced Usage": [
],
collapsed: false,
},
{
type: 'category',
label: 'Advanced Usage',
items: [
'advanced/pss',
'advanced/tags',
'advanced/persistence',
'advanced/swap',
'advanced/starting-a-test-network',
],
"API Reference": [
'advanced/starting-a-test-network'
],
},
{
type: 'category',
label: 'API Reference',
items: [
'api-reference/api-reference'
],
"Bee Developers": [
],
},
{
type: 'category',
label: 'Bee Developers',
items: [
'bee-developers/useful-dev-info'
],
"Community": [
],
},
{
type: 'category',
label: 'Join Us',
items: [
'community/community'
]
},
],
collapsed: false
}
]
};

0 comments on commit 2c2eb04

Please sign in to comment.