Skip to content

Commit da43334

Browse files
authored
Gitブランチ規約: arch-guidelinesリポジトリへ引っ越し (#233)
* Gitブランチフロー規約を、arch-guidelinesリポジトリに引っ越し * npm run format
1 parent 2bdccb8 commit da43334

File tree

44 files changed

+36
-1887
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+36
-1887
lines changed

.vitepress/config.mjs

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,6 @@ const links = {
5959
link: "/documents/forOpenAPISpecification/OpenAPI_Specification_3.0.3.html",
6060
},
6161
],
62-
"/documents/forGitBranch/": [
63-
{ text: "Introduction", link: "/documents/forGitBranch/" },
64-
{
65-
text: "Gitブランチフロー規約",
66-
link: "/documents/forGitBranch/git_branch_standards.html",
67-
},
68-
],
6962
};
7063

7164
/**
@@ -204,19 +197,6 @@ export default defineConfig({
204197
},
205198
],
206199
},
207-
{
208-
text: "Git",
209-
items: [
210-
{
211-
text: "Introduction",
212-
link: "/documents/forGitBranch/",
213-
},
214-
{
215-
text: "Gitブランチフロー規約",
216-
link: "/documents/forGitBranch/git_branch_standards.html",
217-
},
218-
],
219-
},
220200
],
221201
},
222202
{

build-resources-with-pandoc.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,3 @@ cd ${ROOT_DIR}/documents/forOpenAPISpecification
6666

6767
pandoc ./OpenAPI_Specification_3.0.3.md -s --self-contained --number-sections --toc -t html5 -c ${CSS_PATH} --filter mermaid-filter -o ${RESOURCES_DIR}/OpenAPI_Specification_3.0.3.html
6868
pandoc ./OpenAPI_Specification_3.0.3.md --toc --reference-doc=${STYLE_DOCX_PATH} -s --filter mermaid-filter -o ${RESOURCES_DIR}/OpenAPI_Specification_3.0.3.docx
69-
70-
# Git
71-
cd ${ROOT_DIR}/documents/forGitBranch
72-
73-
pandoc ./git_branch_standards.md -s --self-contained --number-sections --toc -t html5 -c ${CSS_PATH} -o ${RESOURCES_DIR}/Gitブランチフロー規約.html
74-
pandoc ./git_branch_standards.md --toc --reference-doc=${STYLE_DOCX_PATH} -s -o ${RESOURCES_DIR}/Gitブランチフロー規約.docx

documents/forGitBranch/git_branch_standards.md

Lines changed: 0 additions & 1064 deletions
This file was deleted.
-15.5 KB
Binary file not shown.
-15.4 KB
Binary file not shown.
-24.2 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
-24.8 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)