Skip to content

Commit 1c8ff09

Browse files
JusterZhuclaude
andauthored
fix: rename 商务→定价, remove outsourcing page (#83)
- Rename navbar dropdown 商务→定价 (Business→Pricing) - Remove software outsourcing page (3 langs) - Update navbar i18n translations Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent f5fe43d commit 1c8ff09

6 files changed

Lines changed: 7 additions & 131 deletions

File tree

website/docs/doc/outsourcing.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

website/docusaurus.config.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,19 +82,14 @@ const config = {
8282
},
8383
{
8484
type: 'dropdown',
85-
label: '商务',
85+
label: '定价',
8686
position: 'left',
8787
items: [
8888
{
8989
type: 'doc',
9090
docId: 'doc/GeneralSpacestation',
9191
label: 'GeneralSpacestation',
9292
},
93-
{
94-
type: 'doc',
95-
docId: 'doc/outsourcing',
96-
label: '软件外包服务',
97-
},
9893
],
9994
},
10095
{

website/i18n/en/docusaurus-plugin-content-docs/current/doc/outsourcing.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

website/i18n/en/docusaurus-theme-classic/navbar.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"message": "Doc",
1212
"description": "Navbar item with label Doc"
1313
},
14-
"item.label.商务": {
15-
"message": "Business",
16-
"description": "Navbar item with label 商务"
14+
"item.label.定价": {
15+
"message": "Pricing",
16+
"description": "Navbar item with label 定价"
1717
},
1818
"item.label.GitHub": {
1919
"message": "GitHub",
@@ -22,9 +22,5 @@
2222
"item.label.GeneralSpacestation": {
2323
"message": "GeneralSpacestation",
2424
"description": "Navbar item with label GeneralSpacestation"
25-
},
26-
"item.label.软件外包服务": {
27-
"message": "Software Outsourcing",
28-
"description": "Navbar item with label 软件外包服务"
2925
}
3026
}

website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/doc/outsourcing.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

website/i18n/zh-Hans/docusaurus-theme-classic/navbar.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"message": "文档",
1212
"description": "Navbar item with label Doc"
1313
},
14-
"item.label.商务": {
15-
"message": "商务",
16-
"description": "Navbar item with label 商务"
14+
"item.label.定价": {
15+
"message": "定价",
16+
"description": "Navbar item with label 定价"
1717
},
1818
"item.label.GitHub": {
1919
"message": "GitHub",
@@ -22,9 +22,5 @@
2222
"item.label.GeneralSpacestation": {
2323
"message": "GeneralSpacestation",
2424
"description": "Navbar item with label GeneralSpacestation"
25-
},
26-
"item.label.软件外包服务": {
27-
"message": "软件外包服务",
28-
"description": "Navbar item with label 软件外包服务"
2925
}
3026
}

0 commit comments

Comments
 (0)