Improve docs

This commit is contained in:
Fawad Mirzad
2021-02-14 07:25:55 +01:00
parent 1a83085a80
commit 43eca9dba7
10 changed files with 234 additions and 44 deletions

View File

@@ -47,30 +47,31 @@ module.exports = {
{
title: 'Getting started',
path: '/docs/',
sidebarDepth: 2,
sidebarDepth: 0,
collapsable: false,
children: [
'/docs/introduction',
'/docs/getting-started',
]
},
{
title: 'Components',
collapsable: false,
path: '/components/',
sidebarDepth: 2,
sidebarDepth: 0,
children: [
'/components/introduction',
'/components/map',
'/components/marker',
'/components/info-window',
'/components/cluster',
'/components/polygon',
'/components/rectangle',
]
},
{
title: 'Advanced',
collapsable: false,
path: '/advanced/',
sidebarDepth: 2,
sidebarDepth: 0,
children: [
'/advanced/introduction',
]