Skip to content

Commit

Permalink
sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
hotlong committed Apr 25, 2024
1 parent f8ed129 commit 3e9fb43
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions i18n/zh-CN/docusaurus-plugin-content-docs/current.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,5 +298,13 @@
"sidebar.steedos-platform.category.Steedos Platform": {
"message": "Steedos 平台",
"description": "The label for category Steedos Platform in sidebar steedos-platform"
},
"sidebar.platform.category.Steedos Docs": {
"message": "Steedos 文档",
"description": "The label for category Steedos Docs in sidebar platform"
},
"sidebar.developer.category.Steedos Developer": {
"message": "Steedos 开发文档",
"description": "The label for category Steedos Developer in sidebar developer"
}
}
4 changes: 2 additions & 2 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const sidebars = {
{
//getting started section start
type: 'category',
label: 'Getting Started',
label: 'Steedos Docs',
collapsed: false,
items: [
{type: 'autogenerated', dirName: 'getting-started'},
Expand Down Expand Up @@ -57,7 +57,7 @@ const sidebars = {
{
//getting started section start
type: 'category',
label: 'Getting Started',
label: 'Steedos Developer',
collapsed: false,
items: [
'developer',
Expand Down

0 comments on commit 3e9fb43

Please sign in to comment.