mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
docusearch (#19289)
This commit is contained in:
@@ -35,10 +35,8 @@ const config = {
|
||||
favicon: 'img/favicon.ico',
|
||||
organizationName: 'apache', // Usually your GitHub org/user name.
|
||||
projectName: 'superset', // Usually your repo name.
|
||||
themes: [
|
||||
'@saucelabs/theme-github-codeblock'
|
||||
],
|
||||
plugins: [
|
||||
themes: ['@saucelabs/theme-github-codeblock'],
|
||||
plugins: [
|
||||
[
|
||||
'@docusaurus/plugin-client-redirects',
|
||||
{
|
||||
@@ -159,6 +157,11 @@ const config = {
|
||||
defaultMode: 'light',
|
||||
disableSwitch: true,
|
||||
},
|
||||
algolia: {
|
||||
appId: 'WR5FASX5ED',
|
||||
apiKey: '299e4601d2fc5d0031bf9a0223c7f0c5',
|
||||
indexName: 'superset-apache',
|
||||
},
|
||||
navbar: {
|
||||
logo: {
|
||||
alt: 'Superset Logo',
|
||||
@@ -237,8 +240,6 @@ const config = {
|
||||
darkTheme: darkCodeTheme,
|
||||
},
|
||||
}),
|
||||
|
||||
|
||||
};
|
||||
|
||||
module.exports = config;
|
||||
|
||||
Reference in New Issue
Block a user