docs: improve Flutter quickstart (#1936)

Signed-off-by: Christoph Bühler <cbuehler@rootd.ch>
This commit is contained in:
Christoph Bühler
2021-06-25 13:49:37 +02:00
committed by GitHub
parent 4ecbb932e8
commit 04b84d2c7b
3 changed files with 2267 additions and 2206 deletions

View File

@@ -21,37 +21,37 @@ module.exports = {
type: 'doc',
docId: 'manuals/introduction',
label: 'Manuals',
position: 'left'
position: 'left',
},
{
type: 'doc',
label: 'Quickstarts',
docId: 'quickstarts/introduction',
position: 'left'
position: 'left',
},
{
type: 'doc',
label: 'Guides',
docId: 'guides/introduction',
position: 'left'
position: 'left',
},
{
type: 'doc',
label: 'APIs',
docId: 'apis/introduction',
position: 'left'
position: 'left',
},
{
type: 'doc',
docId: 'concepts/introduction',
label: 'Concepts',
position: 'left'
position: 'left',
},
{
type: 'doc',
docId: 'legal/introduction',
label: 'Legal',
position: 'left'
position: 'left',
},
{
href: 'https://github.com/caos/zitadel',
@@ -118,10 +118,10 @@ module.exports = {
},
algolia: {
apiKey: 'bff480bce03126c2d348345647854e91',
indexName: 'zitadel'
indexName: 'zitadel',
},
prism: {
additionalLanguages: ['csharp'],
additionalLanguages: ['csharp', 'dart', 'groovy'],
},
},
presets: [
@@ -130,8 +130,7 @@ module.exports = {
{
docs: {
sidebarPath: require.resolve('./sidebars.js'),
editUrl:
'https://github.com/caos/zitadel/edit/main/docs/',
editUrl: 'https://github.com/caos/zitadel/edit/main/docs/',
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
@@ -145,6 +144,6 @@ module.exports = {
{
domain: 'docs.zitadel.ch',
},
]
],
],
};