From 144b70c479e3e9ad50f09bf4db533511c3d3ddc0 Mon Sep 17 00:00:00 2001 From: ota-meshi Date: Sat, 21 Dec 2024 11:18:27 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=96=E3=83=AD=E3=82=B0=E8=A8=98=E4=BA=8B?= =?UTF-8?q?=E3=81=AE=E3=83=AA=E3=83=B3=E3=82=AF=E3=82=92=E8=BF=BD=E8=A8=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- documents/forGitBranch/index.md | 4 ++++ documents/forJava/index.md | 5 +++++ documents/forOpenAPISpecification/index.md | 5 +++++ documents/forSQL/index.md | 4 ++++ 4 files changed, 18 insertions(+) diff --git a/documents/forGitBranch/index.md b/documents/forGitBranch/index.md index d205961c..28120cee 100644 --- a/documents/forGitBranch/index.md +++ b/documents/forGitBranch/index.md @@ -26,3 +26,7 @@ hero: ファイルは[Pandoc]を利用して作成しています。 [pandoc]: https://pandoc.org/ + +# Articles + +- 2024.12.14 [Gitブランチフロー規約の紹介](https://future-architect.github.io/articles/20241214a/) diff --git a/documents/forJava/index.md b/documents/forJava/index.md index f0633951..30b9c981 100644 --- a/documents/forJava/index.md +++ b/documents/forJava/index.md @@ -40,3 +40,8 @@ Java17 向けのコーディング規約は[こちら](./Javaコーディング - [Markdown](https://github.com/future-architect/coding-standards/blob/master/documents/forJava/Javaコーディング規約_for_8.md) [pandoc]: https://pandoc.org/ + +# Articles + +- 2021.10.07 [Java17対応版!Javaコーディング規約の紹介](https://future-architect.github.io/articles/20211007a/) +- 2016.09.02 [システム屋さんがうれしいJava8対応のコーディング規約を公開します!!](https://future-architect.github.io/articles/20160902/) diff --git a/documents/forOpenAPISpecification/index.md b/documents/forOpenAPISpecification/index.md index 54bfd9fc..29c8857a 100644 --- a/documents/forOpenAPISpecification/index.md +++ b/documents/forOpenAPISpecification/index.md @@ -59,3 +59,8 @@ OAS は次のように複数のバージョンが存在します。 - [Word](https://github.com/future-architect/coding-standards/raw/gh-pages/resources/OpenAPI_Specification_2.0.docx) [pandoc]: https://pandoc.org/ + +# Articles + +- 2024.07.02 [OpenAPI Specification v3.0.3のコーディング規約を公開しました](https://future-architect.github.io/articles/20240702a/) +- 2023.07.25 [フューチャーのSwagger(OpenAPI 2.0)規約の紹介](https://future-architect.github.io/articles/20230725a/) diff --git a/documents/forSQL/index.md b/documents/forSQL/index.md index 003f5f40..797e4abc 100644 --- a/documents/forSQL/index.md +++ b/documents/forSQL/index.md @@ -38,3 +38,7 @@ hero: - [Word](https://github.com/future-architect/coding-standards/raw/gh-pages/resources/SQLコーディング規約(Oracle).docx) [pandoc]: https://pandoc.org/ + +# Articles + +- 2023.11.20 [新しいSQLフォーマッターであるuroboroSQL-fmtをリリースしました](https://future-architect.github.io/articles/20231120a/)