Skip to content

Commit

Permalink
Merge pull request #15 from ExpTechTW/feat-status
Browse files Browse the repository at this point in the history
feat: status
  • Loading branch information
yayacat authored Jun 22, 2024
2 parents 267aefd + f962ef8 commit 9da60bc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ const config: Config = {
label: '隱私權聲明',
href: 'https://raw.githubusercontent.com/ExpTechTW/TREM/Release/terms/privacy_policy',
},
{
label: '狀態監測',
href: 'https://status.exptech.dev',
},
],
},
{
Expand Down
4 changes: 4 additions & 0 deletions i18n/en/docusaurus-theme-classic/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
"message": "Privacy Policy",
"description": "The label of footer link with label=隱私權聲明 linking to https://raw.githubusercontent.com/ExpTechTW/TREM/Release/terms/privacy_policy"
},
"link.item.label.狀態監測": {
"message": "ExpTech Status",
"description": "The label of footer link with label=狀態監測 linking to https://status.exptech.dev"
},
"link.item.label.Youtube": {
"message": "Youtube",
"description": "The label of footer link with label=Youtube linking to https://www.youtube.com/@exptechtw"
Expand Down
4 changes: 4 additions & 0 deletions i18n/ja/docusaurus-theme-classic/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
"message": "プライバシーポリシー",
"description": "The label of footer link with label=隱私權聲明 linking to https://raw.githubusercontent.com/ExpTechTW/TREM/Release/terms/privacy_policy"
},
"link.item.label.狀態監測": {
"message": "ExpTech ステータス",
"description": "The label of footer link with label=狀態監測 linking to https://status.exptech.dev"
},
"link.item.label.Youtube": {
"message": "Youtube",
"description": "The label of footer link with label=Youtube linking to https://www.youtube.com/@exptechtw"
Expand Down

0 comments on commit 9da60bc

Please sign in to comment.