Skip to content

Commit

Permalink
Merge pull request #118 from Anti-Pattern-Inc/fix/api_gateway_index
Browse files Browse the repository at this point in the history
サイドバーを日本語化
  • Loading branch information
silent-bayline authored Dec 16, 2024
2 parents a292d27 + e58a4e7 commit 50d23a7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions i18n/ja/docusaurus-plugin-content-docs/current.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@
"message": "補足",
"description": "The label for category Supplementary in sidebar guideSidebar"
},
"sidebar.guideSidebar.category.Smart API Gateway Function": {
"message": "Smart API Gateway 機能",
"sidebar.guideSidebar.category.Smart API Gateway Function(beta)": {
"message": "Smart API Gateway 機能(β版)",
"description": "The label for category Smart API Gateway Function sidebar guideSidebar"
},
"sidebar.changelogSidebar.doc.2024/03/13": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hidden: false

以下の機能についてリリースを行いました。

- Smart API Gateway機能のβリリース
- Smart API Gateway機能のβリリース
生成AIを使用してAPI定義を自動生成し、APIエンドポイントとAPI公開に必要な認証機能などを提供します。
API公開に必要なインフラや認証機能なども自動で提供され、簡単にセキュアなAPIを外部公開することが可能です。
既存のアプリケーションのSaaS化を図りつつ、外部SaaSとの連携までも実現できるようになります。
Expand Down
2 changes: 1 addition & 1 deletion i18n/ja/docusaurus-plugin-content-docs/version-1.11.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"message": "補足",
"description": "The label for category Supplementary in sidebar guideSidebar"
},
"sidebar.guideSidebar.category.Smart API Gateway Function": {
"sidebar.guideSidebar.category.Smart API Gateway Function(beta)": {
"message": "Smart API Gateway 機能(β版)",
"description": "The label for category Smart API Gateway Function sidebar guideSidebar"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hidden: false

以下の機能についてリリースを行いました。

- Smart API Gateway機能のβリリース
- Smart API Gateway機能のβリリース
生成AIを使用してAPI定義を自動生成し、APIエンドポイントとAPI公開に必要な認証機能などを提供します。
API公開に必要なインフラや認証機能なども自動で提供され、簡単にセキュアなAPIを外部公開することが可能です。
既存のアプリケーションのSaaS化を図りつつ、外部SaaSとの連携までも実現できるようになります。
Expand Down
2 changes: 1 addition & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ const sidebars = {
},
{
type: "category",
label: "Smart API Gateway Function",
label: "Smart API Gateway Function(beta)",
link: {
type: "doc",
id: "api-gateway-function/overview",
Expand Down

0 comments on commit 50d23a7

Please sign in to comment.