Skip to content

Commit 37602d0

Browse files
committed
Terraform設計ガイドラインの導線追加
1 parent 85d2c7d commit 37602d0

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.vitepress/config.mjs

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const links = {
3333
{ text: "Introduction", link: "/documents/forTerraform/" },
3434
{
3535
text: "Terraform設計ガイドライン",
36-
link: "/documents/forTerraform/postgresql_guidelines.html",
36+
link: "/documents/forTerraform/terraform_guidelines.html",
3737
},
3838
],
3939
"/documents/forGitBranch/": [
@@ -160,6 +160,19 @@ export default defineConfig({
160160
},
161161
],
162162
},
163+
{
164+
text: "Terraform",
165+
items: [
166+
{
167+
text: "Introduction",
168+
link: "/documents/forTerraform/",
169+
},
170+
{
171+
text: "Terraform設計ガイドライン",
172+
link: "/documents/forTerraform/terraform_guidelines.html",
173+
},
174+
],
175+
},
163176
{
164177
text: "Git",
165178
items: [

index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ hero:
1111
- theme: brand
1212
text: DB設計ガイドライン
1313
link: ./documents/forDB/
14+
- theme: brand
15+
text: Terraform設計ガイドライン
16+
link: ./documents/forTerraform/
1417
- theme: alt
1518
text: Gitブランチフロー規約
1619
link: ./documents/forGitBranch/

0 commit comments

Comments
 (0)