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:
Shahed Nasser
2023-09-15 17:21:00 +02:00
committed by GitHub
parent 5bd7311393
commit beeb0d6154
7 changed files with 115 additions and 3 deletions
+11 -2
View File
@@ -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",