docs: added docs for multi-language support (#5026)
* docs: added docs for multi-language support * fix sidebar * fix sidebar ref * added config step
This commit is contained in:
+11
-2
@@ -440,13 +440,22 @@ module.exports = {
|
||||
className: "homepage-sidebar-item",
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "contribution-guidelines",
|
||||
type: "category",
|
||||
link: {
|
||||
type: "doc",
|
||||
id: "contribution/docs",
|
||||
},
|
||||
label: "Contribution Guidelines",
|
||||
customProps: {
|
||||
sidebar_icon: "document-text",
|
||||
},
|
||||
className: "homepage-sidebar-item",
|
||||
items: [
|
||||
{
|
||||
type: "autogenerated",
|
||||
dirName: "contribution",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
|
||||
Reference in New Issue
Block a user