Skip to content

Commit

Permalink
単一ファイルHTML取得リンクの調整
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Dec 20, 2024
1 parent ececbc5 commit fb2cd90
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion documents/forAWSResource/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ hero:
次のリンクから単一ファイルで作成されたコーディング規約を取得できます。

- [Markdown](https://github.com/future-architect/coding-standards/blob/master/documents/forAWSResource/AWSインフラリソース命名規約.md)
- [HTML](https://github.com/future-architect/coding-standards/blob/gh-pages/resources/AWSインフラリソース命名規約.html)
- [HTML(Single File)](https://github.com/future-architect/coding-standards/blob/gh-pages/resources/AWSインフラリソース命名規約.html)[ブラウザで見る](https://future-architect.github.io/coding-standards/resources/AWSインフラリソース命名規約.html)
- [Word](https://github.com/future-architect/coding-standards/raw/gh-pages/resources/AWSインフラリソース命名規約.docx)

ファイルは[Pandoc]を利用して作成しています。
Expand Down
2 changes: 1 addition & 1 deletion documents/forGitBranch/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ hero:
次のリンクから単一ファイル版を取得できます。

- [Markdown](https://github.com/future-architect/coding-standards/blob/master/documents/forGitBranch/Gitブランチフロー規約.md)
- [HTML](https://github.com/future-architect/coding-standards/blob/gh-pages/resources/Gitブランチフロー規約.html)
- [HTML(Single File)](https://github.com/future-architect/coding-standards/blob/gh-pages/resources/Gitブランチフロー規約.html)[ブラウザで見る](https://future-architect.github.io/coding-standards/resources/Gitブランチフロー規約.html)
- [Word](https://github.com/future-architect/coding-standards/raw/gh-pages/resources/Gitブランチフロー規約.docx)

ファイルは[Pandoc]を利用して作成しています。
Expand Down
2 changes: 1 addition & 1 deletion documents/forJava/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Java17 向けのコーディング規約は[こちら](./Javaコーディング

- for Latest
- [Markdown](https://github.com/future-architect/coding-standards/blob/master/documents/forJava/Javaコーディング規約.md)
- [HTML](https://github.com/future-architect/coding-standards/blob/gh-pages/resources/Javaコーディング規約.html)
- [HTML(Single File)](https://github.com/future-architect/coding-standards/blob/gh-pages/resources/Javaコーディング規約.html)[ブラウザで見る](https://future-architect.github.io/coding-standards/resources/Javaコーディング規約.html)
- [Word](https://github.com/future-architect/coding-standards/raw/gh-pages/resources/Javaコーディング規約.docx)
- for Java11
- [Markdown](https://github.com/future-architect/coding-standards/blob/master/documents/forJava/Javaコーディング規約_for_11.md)
Expand Down
2 changes: 1 addition & 1 deletion documents/forMarkdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ I/F 定義書は、システム間の連携について定義と、その受信/
(これらのファイルは[Pandoc]を利用して作成しています。)

- [Markdown](https://github.com/future-architect/coding-standards/blob/master/documents/forMarkdown/xxx.md)
- [HTML](https://github.com/future-architect/coding-standards/blob/gh-pages/resources/xxx.html)
- [HTML(Single File)](https://github.com/future-architect/coding-standards/blob/gh-pages/resources/xxx.html)[ブラウザで見る](https://future-architect.github.io/coding-standards/resources/xxx.html)
- [Word](https://github.com/future-architect/coding-standards/raw/gh-pages/resources/xxx.docx)

[pandoc]: https://pandoc.org/
2 changes: 1 addition & 1 deletion documents/forOpenAPISpecification/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ OAS は次のように複数のバージョンが存在します。
(これらのファイルは[Pandoc]を利用して作成しています。)

- [Markdown](https://github.com/future-architect/coding-standards/blob/master/documents/forOpenAPISpecification/OpenAPI_Specification_2.0.md)
- [HTML](https://github.com/future-architect/coding-standards/blob/gh-pages/resources/OpenAPI_Specification_2.0.html)
- [HTML(Single File)](https://github.com/future-architect/coding-standards/blob/gh-pages/resources/OpenAPI_Specification_2.0.html)[ブラウザで見る](https://future-architect.github.io/coding-standards/resources/OpenAPI_Specification_2.0.html)
- [Word](https://github.com/future-architect/coding-standards/raw/gh-pages/resources/OpenAPI_Specification_2.0.docx)

[pandoc]: https://pandoc.org/
4 changes: 2 additions & 2 deletions documents/forSQL/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ hero:

- for PostgreSQL
- [Markdown](https://github.com/future-architect/coding-standards/blob/master/documents/forSQL/SQLコーディング規約(PostgreSQL).md)
- [HTML](https://github.com/future-architect/coding-standards/blob/gh-pages/resources/SQLコーディング規約(PostgreSQL).html)
- [HTML(Single File)](https://github.com/future-architect/coding-standards/blob/gh-pages/resources/SQLコーディング規約(PostgreSQL).html)[ブラウザで見る](https://future-architect.github.io/coding-standards/resources/SQLコーディング規約(PostgreSQL).html)
- [Word](https://github.com/future-architect/coding-standards/raw/gh-pages/resources/SQLコーディング規約(PostgreSQL).docx)
- for Oracle
- [Markdown](https://github.com/future-architect/coding-standards/blob/master/documents/forSQL/SQLコーディング規約(Oracle).md)
- [HTML](https://github.com/future-architect/coding-standards/blob/gh-pages/resources/SQLコーディング規約(Oracle).html)
- [HTML(Single File)](https://github.com/future-architect/coding-standards/blob/gh-pages/resources/SQLコーディング規約(Oracle).html)[ブラウザで見る](https://future-architect.github.io/coding-standards/resources/SQLコーディング規約(Oracle).html)
- [Word](https://github.com/future-architect/coding-standards/raw/gh-pages/resources/SQLコーディング規約(Oracle).docx)

[pandoc]: https://pandoc.org/
2 changes: 1 addition & 1 deletion documents/forSlack/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ hero:
次のリンクから単一ファイル版を取得できます。

- [Markdown](https://github.com/future-architect/coding-standards/blob/master/documents/forSlack/slack_usage_guidelines.md)
- [HTML](https://github.com/future-architect/coding-standards/blob/gh-pages/resources/slack_usage_guidelines.html)
- [HTML(Single File)](https://github.com/future-architect/coding-standards/blob/gh-pages/resources/slack_usage_guidelines.html)[ブラウザで見る](https://future-architect.github.io/coding-standards/resources/slack_usage_guidelines.html)

ファイルは[Pandoc]を利用して作成しています。

Expand Down

0 comments on commit fb2cd90

Please sign in to comment.