Skip to content

Commit

Permalink
fix sidebar (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
ma91n authored Jul 23, 2024
1 parent 80e4216 commit 37ec5d5
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@ meta:
content: AWS,命名規約,コーディング規約
---

<page-title/>
# AWSインフラ命名規約

本コーディング規約は、世の中のシステム開発プロジェクトのために無償で提供致します。
ただし、掲載内容および利用に際して発生した問題、それに伴う損害については、フューチャー株式会社は一切の責務を負わないものとします。
また、掲載している情報は予告なく変更することがございますので、あらかじめご了承下さい。

# はじめに

## 前提条件

- 開発チームが 3 ~ 30 名程度で構築する規模での利用を想定している
Expand Down
2 changes: 1 addition & 1 deletion documents/forGitBranch/Gitブランチフロー規約.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ meta:
content: Git
---

<page-title/>
# Gitブランチフロー規約

本コーディング規約は、世の中のシステム開発プロジェクトのために無償で提供致します。

Expand Down
8 changes: 5 additions & 3 deletions documents/forGitBranch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ pageClass: lang-home
footer: ©2015 - 2024 Future Enterprise Coding Standards - Future Corporation
---

# Resources
# Gitブランチフロー規約

[Gitブランチフローの規約] です
チーム開発する上で必要となるGitブランチフローの規約です

次のリンクから単一ファイルで作成されたコーディング規約を取得できます。
- [Gitブランチフローの規約](Gitブランチフロー規約.md)

次のリンクから単一ファイル版を取得できます。

- [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)
Expand Down
2 changes: 1 addition & 1 deletion documents/forGitBranch/commit_message_rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Gitブランチフロー規約 - コミットメッセージ規約
author: フューチャー株式会社
---

## コミットメッセージ規約
# コミットメッセージ規約

Gitのコミットメッセージにの書式についてルール化することで、コミットの目的がわかりやすくなる、履歴からのトラッキングの容易になる利点がある。

Expand Down
2 changes: 1 addition & 1 deletion documents/forGitBranch/each_branch.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Gitブランチフロー規約 - ブランチの整理
author: フューチャー株式会社
---

## ブランチの整理
# ブランチの整理

本ドキュメントで想定する、各ブランチの特徴を説明する。

Expand Down
2 changes: 1 addition & 1 deletion documents/forGitBranch/git_tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Gitブランチフロー規約 - タグ規則
author: フューチャー株式会社
---

## タグ規則
# タグ規則

Gitにはタグ機能があり、リリースポイントとしてタグを作成する運用とする。

Expand Down
2 changes: 1 addition & 1 deletion documents/forGitBranch/recommended_settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Gitブランチフロー規約 - 推奨設定
author: フューチャー株式会社
---

## 推奨設定
# 推奨設定

GitやGitHubの推奨設定をまとめる。本ドキュメントにあるGitブランチ運用はこの設定が行われている前提で説明する箇所がある。

Expand Down
2 changes: 1 addition & 1 deletion documents/forGitBranch/vscode_git_ope.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Gitブランチフロー規約 - VSCode上でのGit操作
author: フューチャー株式会社
---

## VSCode上でのGit操作
# VSCode上でのGit操作

利用頻度が高いとされるVS CodeでのGit操作を紹介する。

Expand Down

0 comments on commit 37ec5d5

Please sign in to comment.