kubeshop / botkube-docs

Docs for botkube.io
https://botkube.io
MIT License
8 stars 24 forks source link

Reorganize docs around configuration and usage #332

Closed pkosiec closed 2 months ago

pkosiec commented 2 months ago

Description

Changes proposed in this pull request:

Preview

https://reorganize-docs.botkube-docs-dcb.pages.dev/next/ Compare with the previous docs: https://docs.botkube.io

pkosiec commented 2 months ago

Once it is approved, I'll synchronize the docs to the latest stable version + add the redirects:

     {
-      to: "/configuration/source/kubernetes",
+      to: "/plugins/kubernetes",
       from: "/filters",
     },
+    {
+      to: "/",
+      from: "/configuration",
+    },
+    {
+      to: "/features",
+      from: "/usage",
+    },