aboutsummaryrefslogtreecommitdiffstats
path: root/docs/docusaurus.config.ts
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2026-01-01 10:58:22 +0000
committerMohamed Bassem <me@mbassem.com>2026-01-01 10:58:22 +0000
commit4b54eeec0ebdd60d28ce865d56e079c4d11384ae (patch)
tree8180003c92358d74a9796b48d3fd341fae8f8338 /docs/docusaurus.config.ts
parentd472a3a1c428bad8ce2ddc0822fb5b327e9465d4 (diff)
downloadkarakeep-4b54eeec0ebdd60d28ce865d56e079c4d11384ae.tar.zst
release(docs): release the 0.30 docs
Diffstat (limited to 'docs/docusaurus.config.ts')
-rw-r--r--docs/docusaurus.config.ts77
1 files changed, 1 insertions, 76 deletions
diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts
index 34a99bb3..4bbc208d 100644
--- a/docs/docusaurus.config.ts
+++ b/docs/docusaurus.config.ts
@@ -59,82 +59,7 @@ const config: Config = {
plugins: [
[
"@docusaurus/plugin-client-redirects",
- {
- // redirects: [
- // {
- // to: "/getting-started/intro",
- // from: "/intro",
- // },
- // {
- // to: "/getting-started/screenshots",
- // from: "/screenshots",
- // },
- // {
- // to: "/configuration/environment-variables",
- // from: "/configuration",
- // },
- // {
- // to: "/using-karakeep/quick-sharing",
- // from: "/quick-sharing",
- // },
- // {
- // to: "/using-karakeep/import",
- // from: "/import",
- // },
- // {
- // to: "/using-karakeep/search-query-language",
- // from: "/guides/search-query-language",
- // },
- // {
- // to: "/integrations/openai",
- // from: "/openai",
- // },
- // {
- // to: "/integrations/command-line",
- // from: "/command-line",
- // },
- // {
- // to: "/integrations/mcp",
- // from: "/mcp",
- // },
- // {
- // to: "/integrations/different-ai-providers",
- // from: "/guides/different-ai-providers",
- // },
- // {
- // to: "/integrations/singlefile",
- // from: "/guides/singlefile",
- // },
- // {
- // to: "/administration/security-considerations",
- // from: "/security-considerations",
- // },
- // {
- // to: "/administration/FAQ",
- // from: "/FAQ",
- // },
- // {
- // to: "/administration/troubleshooting",
- // from: "/troubleshooting",
- // },
- // {
- // to: "/administration/server-migration",
- // from: "/guides/server-migration",
- // },
- // {
- // to: "/administration/legacy-container-upgrade",
- // from: "/guides/legacy-container-upgrade",
- // },
- // {
- // to: "/administration/hoarder-to-karakeep-migration",
- // from: "/guides/hoarder-to-karakeep-migration",
- // },
- // {
- // to: "/community/community-projects",
- // from: "/community-projects",
- // },
- // ],
- },
+ {},
],
[
"docusaurus-plugin-openapi-docs",