Improve documentation (#349)

* Improve documentation content
* Improve documentation style
This commit is contained in:
Félix Malfait
2023-06-21 16:23:31 -07:00
committed by GitHub
parent e679f45615
commit a65853dc2e
31 changed files with 15592 additions and 2194 deletions

View File

@ -38,8 +38,7 @@ const config = {
sidebarPath: require.resolve('./sidebars.js'),
sidebarCollapsible: false,
routeBasePath: '/',
editUrl:
'https://github.com/twentyhq/twenty/edit/main/docs/docs/',
editUrl: 'https://github.com/twentyhq/twenty/edit/main/docs/docs/',
},
blog: false,
theme: {
@ -67,18 +66,6 @@ const config = {
type: 'search',
position: 'left',
},
{
type: 'docSidebar',
sidebarId: 'docsSidebar',
position: 'right',
label: 'Developer Docs',
},
{
type: 'docSidebar',
sidebarId: 'userGuideSidebar',
position: 'right',
label: 'User guide',
},
{
to: '/graphql/',
label: 'GraphQL Playground',
@ -89,11 +76,6 @@ const config = {
label: 'Releases',
position: 'right'
}
/*{
href: 'https://github.com/twentyhq/twenty',
label: 'GitHub',
position: 'right',
}*/,
],
},
algolia: {