mirror of
https://github.com/zitadel/zitadel.git
synced 2025-02-28 20:57:24 +00:00
chore: make docs searchable (#3734)
* chore: make docs searchable * Update netlify.toml
This commit is contained in:
parent
992892a8bb
commit
e897422541
@ -146,12 +146,9 @@ module.exports = {
|
||||
copyright: `Copyright © ${new Date().getFullYear()} ZITADEL Docs - Built with Docusaurus.`,
|
||||
},
|
||||
algolia: {
|
||||
appId: "1FD5EU44EF",
|
||||
apiKey: "2ddc6c35930ec608baf832bf07b5e150",
|
||||
siteId: '13929a6d-0c07-4205-af9b-42121333ec5d',
|
||||
branch: 'v2-alpha-readme',
|
||||
indexName: 'netlify_13929a6d-0c07-4205-af9b-42121333ec5d_v2-alpha-readme_all',
|
||||
contextualSearch: false,
|
||||
appId: "8H6ZKXENLO",
|
||||
apiKey: "124fe1c102a184bc6fc70c75dc84f96f",
|
||||
indexName: 'zitadel',
|
||||
selector: 'div#'
|
||||
},
|
||||
prism: {
|
||||
|
@ -1,13 +1,6 @@
|
||||
[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]]
|
||||
from = "/proxy/js/script.js"
|
||||
to = "https://plausible.io/js/plausible.js"
|
||||
|
Loading…
x
Reference in New Issue
Block a user