aboutsummaryrefslogtreecommitdiffstats
path: root/docs/docusaurus.config.ts
diff options
context:
space:
mode:
Diffstat (limited to '')
-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",