mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 20:17:32 +00:00
docs: improve Flutter quickstart (#1936)
Signed-off-by: Christoph Bühler <cbuehler@rootd.ch>
This commit is contained in:
@@ -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',
|
||||
},
|
||||
]
|
||||
],
|
||||
],
|
||||
};
|
||||
|
Reference in New Issue
Block a user