mirror of
https://github.com/zitadel/zitadel.git
synced 2025-06-12 20:38:33 +00:00
docs: update docsearch and improve trailing slash handling (#2908)
* Update docusaurus.config.js * well, good morning * trial by error with pages
This commit is contained in:
parent
2553bb173e
commit
738a5821da
@ -1,6 +1,7 @@
|
|||||||
/** @type {import('@docusaurus/types').DocusaurusConfig} */
|
/** @type {import('@docusaurus/types').DocusaurusConfig} */
|
||||||
module.exports = {
|
module.exports = {
|
||||||
title: 'ZITADEL Docs',
|
title: 'ZITADEL Docs',
|
||||||
|
trailingSlash: false,
|
||||||
url: 'https://docs.zitadel.ch',
|
url: 'https://docs.zitadel.ch',
|
||||||
baseUrl: '/',
|
baseUrl: '/',
|
||||||
onBrokenLinks: 'throw',
|
onBrokenLinks: 'throw',
|
||||||
@ -117,7 +118,8 @@ module.exports = {
|
|||||||
copyright: `Copyright © ${new Date().getFullYear()} CAOS Ltd. Built with Docusaurus.`,
|
copyright: `Copyright © ${new Date().getFullYear()} CAOS Ltd. Built with Docusaurus.`,
|
||||||
},
|
},
|
||||||
algolia: {
|
algolia: {
|
||||||
apiKey: 'bff480bce03126c2d348345647854e91',
|
appId: '8H6ZKXENLO',
|
||||||
|
apiKey: 'c3899716db098111f5e89c8987b9c427',
|
||||||
indexName: 'zitadel',
|
indexName: 'zitadel',
|
||||||
},
|
},
|
||||||
prism: {
|
prism: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user