docs(multi lang support): work on getting multi lang support working

This commit is contained in:
2025-09-06 11:58:40 -05:00
parent 1508fb2fa7
commit 945048f43e
39 changed files with 259 additions and 93 deletions

View File

@@ -14,6 +14,11 @@ import type { SidebarsConfig } from "@docusaurus/plugin-content-docs";
*/
const sidebars: SidebarsConfig = {
// By default, Docusaurus generates a sidebar from the docs folder structure
// docsSidebar: [
// { type: "doc", id: "intro" },
// { type: "doc", id: "install" },
// { type: "doc", id: "ocp/ocp" },
// ],
docsSidebar: [{ type: "autogenerated", dirName: "." }],
// But you can create a sidebar manually