Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 0 additions & 37 deletions website/docs/doc/outsourcing.md

This file was deleted.

7 changes: 1 addition & 6 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,19 +82,14 @@ const config = {
},
{
type: 'dropdown',
label: '商务',
label: '定价',
position: 'left',
items: [
{
type: 'doc',
docId: 'doc/GeneralSpacestation',
label: 'GeneralSpacestation',
},
{
type: 'doc',
docId: 'doc/outsourcing',
label: '软件外包服务',
},
],
},
{
Expand Down

This file was deleted.

10 changes: 3 additions & 7 deletions website/i18n/en/docusaurus-theme-classic/navbar.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"message": "Doc",
"description": "Navbar item with label Doc"
},
"item.label.商务": {
"message": "Business",
"description": "Navbar item with label 商务"
"item.label.定价": {
"message": "Pricing",
"description": "Navbar item with label 定价"
},
"item.label.GitHub": {
"message": "GitHub",
Expand All @@ -22,9 +22,5 @@
"item.label.GeneralSpacestation": {
"message": "GeneralSpacestation",
"description": "Navbar item with label GeneralSpacestation"
},
"item.label.软件外包服务": {
"message": "Software Outsourcing",
"description": "Navbar item with label 软件外包服务"
}
}

This file was deleted.

10 changes: 3 additions & 7 deletions website/i18n/zh-Hans/docusaurus-theme-classic/navbar.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"message": "文档",
"description": "Navbar item with label Doc"
},
"item.label.商务": {
"message": "商务",
"description": "Navbar item with label 商务"
"item.label.定价": {
"message": "定价",
"description": "Navbar item with label 定价"
},
"item.label.GitHub": {
"message": "GitHub",
Expand All @@ -22,9 +22,5 @@
"item.label.GeneralSpacestation": {
"message": "GeneralSpacestation",
"description": "Navbar item with label GeneralSpacestation"
},
"item.label.软件外包服务": {
"message": "软件外包服务",
"description": "Navbar item with label 软件外包服务"
}
}
Loading