diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-12-13 09:50:47 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2025-12-13 09:53:10 +0000 |
| commit | b43444018ec99d33937ba66b320f62bc34d7c571 (patch) | |
| tree | a2b33de8d1dc8b4761bab6b5851327a4825f173a /docs/docusaurus.config.ts | |
| parent | 2bdba536c0f4a464d890d302d2ccada0e548b4f3 (diff) | |
| download | karakeep-b43444018ec99d33937ba66b320f62bc34d7c571.tar.zst | |
docs: restyle the docs
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 |
