More progress with docs

This commit is contained in:
Aria Minaei 2021-09-05 13:40:15 +02:00
parent 5d63ce4f3e
commit e201eeee5b
7 changed files with 335 additions and 129 deletions

View file

@ -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',