Skip to content

Commit

Permalink
Docs: update documentation (#2450)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtripg6666tdr authored Jun 28, 2024
1 parent 5fcdbb4 commit 519bbcc
Show file tree
Hide file tree
Showing 7 changed files with 53 additions and 41 deletions.
2 changes: 1 addition & 1 deletion docs/docs/setup/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 2
# 動作環境
本ボットの安定した動作に必要な環境については以下の表を参考にしてください。

なお、以下の表はあくまで開発者の経験からの目安であり、推奨環境を満たしてなくても、ボットが正常に動作する可能性は十分にあります。ご自分の環境でも使えるかを確認したい場合には、実際にホストして試すことをお勧めします。
なお、以下の表はあくまで開発者の経験からの目安であり、推奨環境を満たしていなくても、ボットが正常に動作する可能性は十分にあります。ご自分の環境でも使えるかを確認したい場合には、実際にホストして試すことをお勧めします。

||最低動作確認環境|最小推奨環境|推奨環境|
|:----:|:----:|:----:|:----:|
Expand Down
36 changes: 34 additions & 2 deletions docs/i18n/ja/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"theme.ErrorPageContent.tryAgain": {
"message": "もう一度やり直してみてください",
"description": "The label of the button to try again when the page crashed"
"description": "The label of the button to try again rendering when the React error boundary captures an error"
},
"theme.NotFound.title": {
"message": "ページが見つかりません",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"theme.admonition.caution": {
"message": "警告",
"description": "The default label used for the Caution admonition (:::warning)"
"description": "The default label used for the Caution admonition (:::caution)"
},
"theme.BackToTopButton.buttonAriaLabel": {
"message": "最上部に戻る",
Expand Down Expand Up @@ -261,5 +261,37 @@
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": {
"message": "ナビゲーションバーを開く",
"description": "The ARIA label for hamburger menu button of mobile navigation"
},
"theme.docs.DocCard.categoryDescription.plurals": {
"message": "{count}項目",
"description": "The default description for a category card in the generated index about how many items this category includes"
},
"theme.admonition.warning": {
"message": "警告",
"description": "The default label used for the Warning admonition (:::warning)"
},
"theme.DocSidebarItem.expandCategoryAriaLabel": {
"message": "'{label}'の目次を開く",
"description": "The ARIA label to expand the sidebar category"
},
"theme.DocSidebarItem.collapseCategoryAriaLabel": {
"message": "'{label}'の目次を隠す",
"description": "The ARIA label to collapse the sidebar category"
},
"theme.NavBar.navAriaLabel": {
"message": "ナビゲーション",
"description": "The ARIA label for the main navigation"
},
"theme.docs.sidebar.navAriaLabel": {
"message": "ドキュメントのサイドバー",
"description": "The ARIA label for the sidebar navigation"
},
"theme.unlistedContent.title": {
"message": "非公開のページ",
"description": "The unlisted content banner title"
},
"theme.unlistedContent.message": {
"message": "このページは非公開です。 検索対象外となり、このページのリンクに直接アクセスできるユーザーのみに公開されます。",
"description": "The unlisted content banner message"
}
}
1 change: 1 addition & 0 deletions docs/i18n/ja/docusaurus-plugin-content-docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
version-*.json
12 changes: 8 additions & 4 deletions docs/i18n/ja/docusaurus-plugin-content-docs/current.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,16 @@
"message": "バックアップ",
"description": "The label for category バックアップ in sidebar docsSidebar"
},
"sidebar.commandsSidebar.category.コマンド一覧": {
"message": "コマンド一覧",
"description": "The label for category コマンド一覧 in sidebar commandsSidebar"
},
"sidebar.docsSidebar.category.ボットの各種機能": {
"message": "ボットの各種機能",
"description": "The label for category ボットの各種機能 in sidebar docsSidebar"
},
"sidebar.guideSidebar.category.各種機能ガイド": {
"message": "各種機能ガイド",
"description": "The label for category 各種機能ガイド in sidebar guideSidebar"
},
"sidebar.guideSidebar.category.コマンド一覧": {
"message": "コマンド一覧",
"description": "The label for category コマンド一覧 in sidebar guideSidebar"
}
}
1 change: 1 addition & 0 deletions docs/i18n/ja/docusaurus-theme-classic/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
footer.json
34 changes: 0 additions & 34 deletions docs/i18n/ja/docusaurus-theme-classic/footer.json

This file was deleted.

8 changes: 8 additions & 0 deletions docs/i18n/ja/docusaurus-theme-classic/navbar.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,13 @@
"item.label.機能ガイド": {
"message": "機能ガイド",
"description": "Navbar item with label 機能ガイド"
},
"logo.alt": {
"message": "Logo",
"description": "The alt text of navbar logo"
},
"item.label.使い方/ガイド": {
"message": "使い方/ガイド",
"description": "Navbar item with label 使い方/ガイド"
}
}

0 comments on commit 519bbcc

Please sign in to comment.