docs(multi lang support): work on getting multi lang support working
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user