Skip to content

Commit 0f38432

Browse files
committed
docs: Standardize publisher names in English and Chinese documentation for consistency
1 parent 224518d commit 0f38432

22 files changed

+40
-40
lines changed

docs/.vitepress/config/en.ts

+10-10
Original file line numberDiff line numberDiff line change
@@ -66,19 +66,19 @@ function sidebarGuide(): DefaultTheme.SidebarItem[] {
6666
text: 'Publishers',
6767
collapsed: false,
6868
items: [
69-
{ text: 'appcenter', link: 'publishers/appcenter' },
70-
{ text: 'appstore', link: 'publishers/appstore' },
71-
{ text: 'fir', link: 'publishers/fir' },
69+
{ text: 'App Center', link: 'publishers/appcenter' },
70+
{ text: 'App Store', link: 'publishers/appstore' },
71+
{ text: 'fir.im', link: 'publishers/fir' },
7272
{
73-
text: 'firebase-hosting',
73+
text: 'Firebase Hosting',
7474
link: 'publishers/firebase-hosting',
7575
},
76-
{ text: 'firebase', link: 'publishers/firebase' },
77-
{ text: 'github', link: 'publishers/github' },
78-
{ text: 'pgyer', link: 'publishers/pgyer' },
79-
{ text: 'playstore', link: 'publishers/playstore' },
80-
{ text: 'qiniu', link: 'publishers/qiniu' },
81-
{ text: 'vercel', link: 'publishers/vercel' },
76+
{ text: 'Firebase', link: 'publishers/firebase' },
77+
{ text: 'GitHub', link: 'publishers/github' },
78+
{ text: 'Pgyer', link: 'publishers/pgyer' },
79+
{ text: 'Play Store', link: 'publishers/playstore' },
80+
{ text: 'Qiniu', link: 'publishers/qiniu' },
81+
{ text: 'Vercel', link: 'publishers/vercel' },
8282
],
8383
},
8484
{

docs/.vitepress/config/zh.ts

+10-10
Original file line numberDiff line numberDiff line change
@@ -91,19 +91,19 @@ function sidebarGuide(): DefaultTheme.SidebarItem[] {
9191
text: '发布器',
9292
collapsed: false,
9393
items: [
94-
{ text: 'appcenter', link: 'publishers/appcenter' },
95-
{ text: 'appstore', link: 'publishers/appstore' },
96-
{ text: 'fir', link: 'publishers/fir' },
94+
{ text: 'App Center', link: 'publishers/appcenter' },
95+
{ text: 'App Store', link: 'publishers/appstore' },
96+
{ text: 'fir.im', link: 'publishers/fir' },
9797
{
98-
text: 'firebase-hosting',
98+
text: 'Firebase Hosting',
9999
link: 'publishers/firebase-hosting',
100100
},
101-
{ text: 'firebase', link: 'publishers/firebase' },
102-
{ text: 'github', link: 'publishers/github' },
103-
{ text: 'pgyer', link: 'publishers/pgyer' },
104-
{ text: 'playstore', link: 'publishers/playstore' },
105-
{ text: 'qiniu', link: 'publishers/qiniu' },
106-
{ text: 'vercel', link: 'publishers/vercel' },
101+
{ text: 'Firebase', link: 'publishers/firebase' },
102+
{ text: 'GitHub', link: 'publishers/github' },
103+
{ text: 'Pgyer', link: 'publishers/pgyer' },
104+
{ text: 'Play Store', link: 'publishers/playstore' },
105+
{ text: 'Qiniu', link: 'publishers/qiniu' },
106+
{ text: 'Vercel', link: 'publishers/vercel' },
107107
],
108108
},
109109
{

docs/en/publishers/appcenter.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# appcenter
1+
# App Center
22

33
The appcenter target publishes your `.apk` or `.ipa` artifacts to the [appcenter](https://appcenter.ms).
44

docs/en/publishers/appstore.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# appstore
1+
# App Store
22

33
The appstore target publishes your package artifacts to the [App Store Connect](https://appstoreconnect.apple.com/apps).
44

docs/en/publishers/fir.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# fir
1+
# fir.im
22

33
The fir target publishes your `.apk` or `.ipa` artifacts to the [fir.im](https://betaqr.com).
44

docs/en/publishers/firebase-hosting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# firebase-hosting
1+
# Firebase Hosting
22

33
The firebase-hosting target publishes your web artifacts to the [firebase hosting](https://firebase.google.com/docs/hosting).
44

docs/en/publishers/firebase.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# firebase
1+
# Firebase
22

33
The firebase target publishes your package artifacts to the [firebase](https://console.firebase.google.com/project/_/appdistribution).
44

docs/en/publishers/github.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# github
1+
# GitHub
22

33
The github target publishes your package artifacts to the [github](https://github.com/fastforgedev/fastforge/releases) release.
44

docs/en/publishers/pgyer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# pgyer
1+
# Pgyer
22

33
The pgyer target publishes your `.apk` or `.ipa` artifacts to the [pgyer.com](https://pgyer.com).
44

docs/en/publishers/playstore.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# playstore
1+
# Play Store
22

33
The playstore target publishes your package artifacts to the [Google Play](https://play.google.com/store/apps).
44

docs/en/publishers/qiniu.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# qiniu
1+
# Qiniu
22

33
The qiniu target publishes your package artifacts to the [qiniu.com](https://qiniu.com).
44

docs/en/publishers/vercel.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# vercel
1+
# Vercel
22

33
The vercel target publishes your web artifacts to the [vercel.com](https://vercel.com).
44

docs/zh/publishers/appcenter.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# appcenter
1+
# App Center
22

33
The appcenter target publishes your `.apk` or `.ipa` artifacts to the [appcenter](https://appcenter.ms).
44

docs/zh/publishers/appstore.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# appstore
1+
# App Store
22

33
The appstore target publishes your package artifacts to the [App Store Connect](https://appstoreconnect.apple.com/apps).
44

docs/zh/publishers/fir.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# fir
1+
# fir.im
22

33
The fir target publishes your `.apk` or `.ipa` artifacts to the [fir.im](https://betaqr.com).
44

docs/zh/publishers/firebase-hosting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# firebase-hosting
1+
# Firebase hosting
22

33
The firebase-hosting target publishes your web artifacts to the [firebase hosting](https://firebase.google.com/docs/hosting).
44

docs/zh/publishers/firebase.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# firebase
1+
# Firebase
22

33
The firebase target publishes your package artifacts to the [firebase](https://console.firebase.google.com/project/_/appdistribution).
44

docs/zh/publishers/github.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# github
1+
# GitHub
22

33
The github target publishes your package artifacts to the [github](https://github.com/fastforgedev/fastforge/releases) release.
44

docs/zh/publishers/pgyer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# pgyer
1+
# Pgyer
22

33
The pgyer target publishes your `.apk` or `.ipa` artifacts to the [pgyer.com](https://pgyer.com).
44

docs/zh/publishers/playstore.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# playstore
1+
# Play Store
22

33
The playstore target publishes your package artifacts to the [Google Play](https://play.google.com/store/apps).
44

docs/zh/publishers/qiniu.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# qiniu
1+
# Qiniu
22

33
The qiniu target publishes your package artifacts to the [qiniu.com](https://qiniu.com).
44

docs/zh/publishers/vercel.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# vercel
1+
# Vercel
22

33
The vercel target publishes your web artifacts to the [vercel.com](https://vercel.com).
44

0 commit comments

Comments
 (0)