diff options
Diffstat (limited to 'docs/docusaurus.config.ts')
| -rw-r--r-- | docs/docusaurus.config.ts | 42 |
1 files changed, 1 insertions, 41 deletions
diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 5ed957fe..9de88d45 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -108,47 +108,7 @@ const config: Config = { }, ], }, - footer: { - style: "dark", - links: [ - { - title: "Docs", - items: [ - { - label: "Introduction", - to: "/", - }, - ], - }, - { - title: "Community", - items: [ - { - label: "GitHub", - href: "https://github.com/karakeep-app/karakeep", - }, - ], - }, - { - title: "More", - items: [ - { - label: "Homepage", - href: "https://karakeep.app", - }, - { - label: "GitHub", - href: "https://github.com/karakeep-app/karakeep", - }, - { - label: "Demo", - href: "https://try.karakeep.app", - }, - ], - }, - ], - copyright: `Copyright © ${new Date().getFullYear()} Karakeep App. Built with Docusaurus.`, - }, + algolia: { appId: 'V93C1M14G6', // Public API key: it is safe to commit it |
