File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff 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 : [
Original file line number Diff line number Diff line change 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/
You can’t perform that action at this time.
0 commit comments