Skip to content

Commit

Permalink
feat: status
Browse files Browse the repository at this point in the history
  • Loading branch information
yayacat committed Jun 21, 2024
1 parent 5cc5d8f commit d297c78
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 d297c78

Please sign in to comment.