mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 20:27:32 +00:00
chore: make docs searchable (#3734)
* chore: make docs searchable * Update netlify.toml
This commit is contained in:
@@ -146,12 +146,9 @@ module.exports = {
|
|||||||
copyright: `Copyright © ${new Date().getFullYear()} ZITADEL Docs - Built with Docusaurus.`,
|
copyright: `Copyright © ${new Date().getFullYear()} ZITADEL Docs - Built with Docusaurus.`,
|
||||||
},
|
},
|
||||||
algolia: {
|
algolia: {
|
||||||
appId: "1FD5EU44EF",
|
appId: "8H6ZKXENLO",
|
||||||
apiKey: "2ddc6c35930ec608baf832bf07b5e150",
|
apiKey: "124fe1c102a184bc6fc70c75dc84f96f",
|
||||||
siteId: '13929a6d-0c07-4205-af9b-42121333ec5d',
|
indexName: 'zitadel',
|
||||||
branch: 'v2-alpha-readme',
|
|
||||||
indexName: 'netlify_13929a6d-0c07-4205-af9b-42121333ec5d_v2-alpha-readme_all',
|
|
||||||
contextualSearch: false,
|
|
||||||
selector: 'div#'
|
selector: 'div#'
|
||||||
},
|
},
|
||||||
prism: {
|
prism: {
|
||||||
|
@@ -1,13 +1,6 @@
|
|||||||
[build]
|
[build]
|
||||||
command = "npm run build"
|
command = "npm run build"
|
||||||
|
|
||||||
[[plugins]]
|
|
||||||
package = "@algolia/netlify-plugin-crawler"
|
|
||||||
[plugins.inputs]
|
|
||||||
branches = ['v2-alpha', 'v2', 'v2-alpha-readme']
|
|
||||||
renderJavaScript = false
|
|
||||||
template = "hierarchical"
|
|
||||||
|
|
||||||
[[redirects]]
|
[[redirects]]
|
||||||
from = "/proxy/js/script.js"
|
from = "/proxy/js/script.js"
|
||||||
to = "https://plausible.io/js/plausible.js"
|
to = "https://plausible.io/js/plausible.js"
|
||||||
|
Reference in New Issue
Block a user