Merge pull request #1193 from quantified-uncertainty/develop
Disable algolia search on master
This commit is contained in:
commit
54d52e4d91
|
@ -52,29 +52,30 @@ const config = {
|
||||||
themeConfig:
|
themeConfig:
|
||||||
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
|
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
|
||||||
({
|
({
|
||||||
algolia: {
|
// TODO - disabled until we fix algolia search
|
||||||
// The application ID provided by Algolia
|
// algolia: {
|
||||||
appId: "KBED3M1CMD",
|
// // The application ID provided by Algolia
|
||||||
|
// appId: "KBED3M1CMD",
|
||||||
|
|
||||||
// Public API key: it is safe to commit it
|
// // Public API key: it is safe to commit it
|
||||||
apiKey: "c61bc7603893cf287ed6971983af8bad",
|
// apiKey: "c61bc7603893cf287ed6971983af8bad",
|
||||||
|
|
||||||
indexName: "squiggle_docs",
|
// indexName: "squiggle_docs",
|
||||||
|
|
||||||
// Optional: see doc section below
|
// // Optional: see doc section below
|
||||||
contextualSearch: true,
|
// contextualSearch: true,
|
||||||
|
|
||||||
// Optional: Specify domains where the navigation should occur through window.location instead on history.push. Useful when our Algolia config crawls multiple documentation sites and we want to navigate with window.location.href to them.
|
// // Optional: Specify domains where the navigation should occur through window.location instead on history.push. Useful when our Algolia config crawls multiple documentation sites and we want to navigate with window.location.href to them.
|
||||||
// externalUrlRegex: 'external\\.com|domain\\.com',
|
// // externalUrlRegex: 'external\\.com|domain\\.com',
|
||||||
|
|
||||||
// Optional: Algolia search parameters
|
// // Optional: Algolia search parameters
|
||||||
searchParameters: {},
|
// searchParameters: {},
|
||||||
|
|
||||||
// Optional: path for search page that enabled by default (`false` to disable it)
|
// // Optional: path for search page that enabled by default (`false` to disable it)
|
||||||
searchPagePath: "search",
|
// searchPagePath: "search",
|
||||||
|
|
||||||
//... other Algolia params
|
// //... other Algolia params
|
||||||
},
|
// },
|
||||||
navbar: {
|
navbar: {
|
||||||
title: "Squiggle",
|
title: "Squiggle",
|
||||||
hideOnScroll: true,
|
hideOnScroll: true,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user