Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions .vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,6 @@ const links = {
link: "/documents/forOpenAPISpecification/OpenAPI_Specification_3.0.3.html",
},
],
"/documents/forGitBranch/": [
{ text: "Introduction", link: "/documents/forGitBranch/" },
{
text: "Gitブランチフロー規約",
link: "/documents/forGitBranch/git_branch_standards.html",
},
],
};

/**
Expand Down Expand Up @@ -204,19 +197,6 @@ export default defineConfig({
},
],
},
{
text: "Git",
items: [
{
text: "Introduction",
link: "/documents/forGitBranch/",
},
{
text: "Gitブランチフロー規約",
link: "/documents/forGitBranch/git_branch_standards.html",
},
],
},
],
},
{
Expand Down
6 changes: 0 additions & 6 deletions build-resources-with-pandoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,3 @@ cd ${ROOT_DIR}/documents/forOpenAPISpecification

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
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

# Git
cd ${ROOT_DIR}/documents/forGitBranch

pandoc ./git_branch_standards.md -s --self-contained --number-sections --toc -t html5 -c ${CSS_PATH} -o ${RESOURCES_DIR}/Gitブランチフロー規約.html
pandoc ./git_branch_standards.md --toc --reference-doc=${STYLE_DOCX_PATH} -s -o ${RESOURCES_DIR}/Gitブランチフロー規約.docx
1,064 changes: 0 additions & 1,064 deletions documents/forGitBranch/git_branch_standards.md

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed documents/forGitBranch/img/create_new_tag.png
Binary file not shown.
Binary file removed documents/forGitBranch/img/create_new_tag_title.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed documents/forGitBranch/img/vscode_git_branch1.png
Binary file not shown.
Binary file removed documents/forGitBranch/img/vscode_git_branch2.png
Binary file not shown.
Binary file removed documents/forGitBranch/img/vscode_git_clone1.png
Binary file not shown.
Binary file removed documents/forGitBranch/img/vscode_git_clone2.png
Binary file not shown.
Binary file removed documents/forGitBranch/img/vscode_git_commit.png
Diff not rendered.
Binary file removed documents/forGitBranch/img/vscode_git_fetch1.png
Diff not rendered.
Binary file removed documents/forGitBranch/img/vscode_git_fetch2.png
Diff not rendered.
Binary file removed documents/forGitBranch/img/vscode_git_graph1.png
Diff not rendered.
Binary file removed documents/forGitBranch/img/vscode_git_graph2.png
Diff not rendered.
Binary file removed documents/forGitBranch/img/vscode_git_push1.png
Diff not rendered.
Binary file removed documents/forGitBranch/img/vscode_git_push2.png
Diff not rendered.
Binary file removed documents/forGitBranch/img/vscode_git_push3.png
Diff not rendered.
Binary file removed documents/forGitBranch/img/vscode_git_stage.png
Diff not rendered.
32 changes: 0 additions & 32 deletions documents/forGitBranch/index.md

This file was deleted.

Binary file removed documents/forGitBranch/no_diff.png
Diff not rendered.
333 changes: 0 additions & 333 deletions documents/forGitBranch/outline_gitflow.drawio.svg
Diff not rendered.
3 changes: 0 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ hero:
- theme: alt
text: OpenAPI Specification 規約
link: ./documents/forOpenAPISpecification
- theme: alt
text: Gitブランチフロー規約
link: ./documents/forGitBranch/
features:
- title: Readability
details: ソースコードの可読性を高く保つことで、保守性・拡張性の高いソフトウェアを作ることができます。 しかし、可読性の指標は複数あり、デベロッパーごとに判断がブレ、それぞれのスタイルで記述すると、ソフトウェア全体で見たときの可読性が下がってしまいます。 本コーディング規約は、コーディング時の判断のブレを防ぎます。
Expand Down
18 changes: 18 additions & 0 deletions public/documents/forGitBranch/git_branch_standards.html
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

移行用ファイル1

Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!doctype html>
<html>
<head>
<title>Redirecting...</title>
<link
rel="canonical"
href="https://future-architect.github.io/arch-guidelines/documents/forGitBranch/git_branch_standards.html"
/>
<meta charset="utf-8" />
<meta
http-equiv="refresh"
content="0; url=https://future-architect.github.io/arch-guidelines/documents/forGitBranch/git_branch_standards.html"
/>
</head>
<body>
<p>Redirecting...</p>
</body>
</html>
18 changes: 18 additions & 0 deletions public/documents/forGitBranch/index.html
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

移行用ファイル2

Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!doctype html>
<html>
<head>
<title>Redirecting...</title>
<link
rel="canonical"
href="https://future-architect.github.io/arch-guidelines/documents/forGitBranch/index.html"
/>
<meta charset="utf-8" />
<meta
http-equiv="refresh"
content="0; url=https://future-architect.github.io/arch-guidelines/documents/forGitBranch/index.html"
/>
</head>
<body>
<p>Redirecting...</p>
</body>
</html>
Loading