Skip to content

Commit

Permalink
doc: add some downstream apps in user doc (#29)
Browse files Browse the repository at this point in the history
Signed-off-by: frank-zsy <[email protected]>
  • Loading branch information
frank-zsy authored Jul 18, 2024
1 parent 1751e2c commit 421e67f
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 1 deletion.
12 changes: 12 additions & 0 deletions i18n/en/docusaurus-plugin-content-docs/current.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@
"message": "OpenRank",
"description": "The label for category openrank in sidebar docSidebar"
},
"sidebar.userDocSidebar.category.downstream": {
"message": "Downstream Apps",
"description": "The label for category downstream in sidebar userDocSidebar"
},
"sidebar.userDocSidebar.link.PolarDBDashboard": {
"message": "PolarDB Dashboard",
"description": "The label for link PolarDBDashboard in sidebar userDocSidebar"
},
"sidebar.userDocSidebar.link.OpenAtomDashboard": {
"message": "OpenAtom Dashboard",
"description": "The label for link OpenAtomDashboard in sidebar userDocSidebar"
},
"sidebar.developerDocSidebar.category.jupyter_notebook": {
"message": "Jupyter Notebook",
"description": "The label for category jupyter_notebook in sidebar developerDocSidebar"
Expand Down
12 changes: 12 additions & 0 deletions i18n/zh/docusaurus-plugin-content-docs/current.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@
"message": "标签数据",
"description": "The label for category metrics in sidebar userDocSidebar"
},
"sidebar.userDocSidebar.category.downstream": {
"message": "下游应用",
"description": "The label for category downstream in sidebar userDocSidebar"
},
"sidebar.userDocSidebar.link.PolarDBDashboard": {
"message": "PolarDB 社区大屏",
"description": "The label for link PolarDBDashboard in sidebar userDocSidebar"
},
"sidebar.userDocSidebar.link.OpenAtomDashboard": {
"message": "开放原子全球协作大屏",
"description": "The label for link OpenAtomDashboard in sidebar userDocSidebar"
},
"sidebar.userDocSidebar.category.openrank": {
"message": "OpenRank",
"description": "The label for category openrank in sidebar userDocSidebar"
Expand Down
29 changes: 28 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const sidebars = {
{
type: 'category',
label: 'data_sources',
collapsed: false,
collapsed: true,
items: [
'user_docs/data_sources/github',
'user_docs/data_sources/gitee'
Expand All @@ -45,6 +45,33 @@ const sidebars = {
'user_docs/metrics/bus_factor',
],
},
{
type: 'category',
label: 'downstream',
collapsed: false,
items: [
{
type: 'link',
label: 'HyperCRX',
href: 'https://github.com/hypertrons/hypertrons-crx',
},
{
type: 'link',
label: 'OpenGalaxy',
href: 'https://open-galaxy.x-lab.info/',
},
{
type: 'link',
label: 'OpenAtomDashboard',
href: 'https://openatom-dashboard.x-lab.info/',
},
{
type: 'link',
label: 'PolarDBDashboard',
href: 'https://dataease.x-lab.info/link/RyaY6hry',
},
]
},
'user_docs/FAQ'
],
developerDocSidebar: [
Expand Down

0 comments on commit 421e67f

Please sign in to comment.