mirror of
https://github.com/zitadel/zitadel.git
synced 2025-06-11 10:58:34 +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} */
|
||||
module.exports = {
|
||||
title: 'ZITADEL Docs',
|
||||
trailingSlash: false,
|
||||
url: 'https://docs.zitadel.ch',
|
||||
baseUrl: '/',
|
||||
onBrokenLinks: 'throw',
|
||||
@ -117,7 +118,8 @@ module.exports = {
|
||||
copyright: `Copyright © ${new Date().getFullYear()} CAOS Ltd. Built with Docusaurus.`,
|
||||
},
|
||||
algolia: {
|
||||
apiKey: 'bff480bce03126c2d348345647854e91',
|
||||
appId: '8H6ZKXENLO',
|
||||
apiKey: 'c3899716db098111f5e89c8987b9c427',
|
||||
indexName: 'zitadel',
|
||||
},
|
||||
prism: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user