@@ -16,7 +16,7 @@ const repoUrl = pkg.repository.url
1616/** @type {import("vitepress").DefaultTheme.Sidebar } */
1717const links = {
1818 "/documents/forJava/" : [
19- { text : "Home " , link : "/documents/forJava/" } ,
19+ { text : "Introduction " , link : "/documents/forJava/" } ,
2020 {
2121 text : "Javaコーディング規約" ,
2222 link : "/documents/forJava/Javaコーディング規約.html" ,
@@ -31,7 +31,7 @@ const links = {
3131 } ,
3232 ] ,
3333 "/documents/forSQL/" : [
34- { text : "Home " , link : "/documents/forSQL/" } ,
34+ { text : "Introduction " , link : "/documents/forSQL/" } ,
3535 {
3636 text : "SQLコーディング規約(PostgreSQL)" ,
3737 link : "/documents/forSQL/SQLコーディング規約(PostgreSQL).html" ,
@@ -42,14 +42,14 @@ const links = {
4242 } ,
4343 ] ,
4444 "/documents/forAWSResource/" : [
45- { text : "Home " , link : "/documents/forAWSResource/" } ,
45+ { text : "Introduction " , link : "/documents/forAWSResource/" } ,
4646 {
4747 text : "AWSインフラ命名規約" ,
4848 link : "/documents/forAWSResource/AWSインフラリソース命名規約.html" ,
4949 } ,
5050 ] ,
5151 "/documents/forOpenAPISpecification/" : [
52- { text : "Home " , link : "/documents/forOpenAPISpecification/" } ,
52+ { text : "Introduction " , link : "/documents/forOpenAPISpecification/" } ,
5353 {
5454 text : "OpenAPI Specification 2.0規約" ,
5555 link : "/documents/forOpenAPISpecification/OpenAPI_Specification_2.0.html" ,
@@ -60,7 +60,7 @@ const links = {
6060 } ,
6161 ] ,
6262 "/documents/forGitBranch/" : [
63- { text : "Home " , link : "/documents/forGitBranch/" } ,
63+ { text : "Introduction " , link : "/documents/forGitBranch/" } ,
6464 {
6565 text : "Gitブランチフロー規約" ,
6666 link : "/documents/forGitBranch/git_branch_standards.html" ,
@@ -83,7 +83,7 @@ const links = {
8383 } ,
8484 ] ,
8585 "/documents/forSlack/" : [
86- { text : "Home " , link : "/documents/forSlack/" } ,
86+ { text : "Introduction " , link : "/documents/forSlack/" } ,
8787 {
8888 text : "Slack利用ガイドライン" ,
8989 link : "/documents/forSlack/slack_usage_guidelines.html" ,
@@ -152,7 +152,7 @@ export default defineConfig({
152152 text : "Java" ,
153153 items : [
154154 {
155- text : "Home " ,
155+ text : "Introduction " ,
156156 link : "/documents/forJava/" ,
157157 } ,
158158 {
@@ -173,7 +173,7 @@ export default defineConfig({
173173 text : "SQL" ,
174174 items : [
175175 {
176- text : "Home " ,
176+ text : "Introduction " ,
177177 link : "/documents/forSQL/" ,
178178 } ,
179179 {
@@ -193,7 +193,7 @@ export default defineConfig({
193193 text : "AWS インフラリソース" ,
194194 items : [
195195 {
196- text : "Home " ,
196+ text : "Introduction " ,
197197 link : "/documents/forAWSResource/" ,
198198 } ,
199199 {
@@ -206,7 +206,7 @@ export default defineConfig({
206206 text : "OpenAPI Specification規約" ,
207207 items : [
208208 {
209- text : "Home " ,
209+ text : "Introduction " ,
210210 link : "/documents/forOpenAPISpecification/" ,
211211 } ,
212212 {
@@ -223,7 +223,7 @@ export default defineConfig({
223223 text : "Gitブランチフロー規約" ,
224224 items : [
225225 {
226- text : "Home " ,
226+ text : "Introduction " ,
227227 link : "/documents/forGitBranch/" ,
228228 } ,
229229 {
@@ -236,7 +236,7 @@ export default defineConfig({
236236 text : "Markdown設計ドキュメント規約" ,
237237 items : [
238238 {
239- text : "Home " ,
239+ text : "Introduction " ,
240240 link : "/documents/forMarkdown/" ,
241241 } ,
242242 {
@@ -249,7 +249,7 @@ export default defineConfig({
249249 text : "Slack利用ガイドライン" ,
250250 items : [
251251 {
252- text : "Home " ,
252+ text : "Introduction " ,
253253 link : "/documents/forSlack/" ,
254254 } ,
255255 {
0 commit comments