More progress with docs
This commit is contained in:
parent
5d63ce4f3e
commit
e201eeee5b
7 changed files with 335 additions and 129 deletions
|
@ -56,6 +56,7 @@ module.exports = {
|
|||
],
|
||||
},
|
||||
],
|
||||
|
||||
sidebar: [
|
||||
{
|
||||
title: 'Guide',
|
||||
|
@ -64,8 +65,28 @@ module.exports = {
|
|||
{
|
||||
title: 'API',
|
||||
path: '/api',
|
||||
// sidebarDepth: 2,
|
||||
children: ['/api/core/', '/api/studio/'],
|
||||
sidebarDepth: 2,
|
||||
children: [
|
||||
{
|
||||
title: '@theatre/core',
|
||||
path: '/api/core/',
|
||||
children: [
|
||||
{
|
||||
title: 'Main exports',
|
||||
path: '/api/core/',
|
||||
},
|
||||
{
|
||||
title: 'types',
|
||||
path: '/api/core/modules/types',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
{
|
||||
title: '@theatre/studio',
|
||||
path: '/api/studio/',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Support',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue