Skip to content

Commit

Permalink
markdown design document (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
ma91n authored Nov 28, 2024
1 parent c33d8fa commit 1b4a2bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ footer: ©2015 - 2024 Future Enterprise Coding Standards - Future Corporation
| 3 | [AWS インフラリソース命名規約](./documents/forAWSResource/) | <page-info href="https://future-architect.github.io/coding-standards/documents/forAWSResource/AWSインフラリソース命名規約.html"></page-info> |
| 4 | [OpenAPI Specification 規約](./documents/forOpenAPISpecification/) | <page-info href="https://future-architect.github.io/coding-standards/documents/forOpenAPISpecification/OpenAPI_Specification規約.html"></page-info> |
| 5 | [Gitブランチフロー規約](./documents/forGitBranch/) | <page-info href="https://future-architect.github.io/coding-standards/documents/forGitBranch/git_branch_standards.html"></page-info> |
| 6 | [Markdown設計ドキュメント規約](./documents/forMarkdown/) | <page-info href="https://future-architect.github.io/coding-standards/documents/forMarkdown/markdown_design_document.html"></page-info> |

---

Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"install": "npm install --global mermaid-filter",
"lint": "eslint . .vuepress --ext .js,.vue",
"watch": "vuepress dev . --debug --no-cache",
"copy": "cp -r documents/forGitBranch/img docs/documents/forGitBranch/img",
"copy": "npm-run-all copy:*",
"copy:git": "cp -r documents/forGitBranch/img docs/documents/forGitBranch/img",
"copy:markdown": "cp -r documents/forMarkdnwo/docs/future_muscle_partner_abstract.png docs/documents/forMarkdown/docs/future_muscle_partner_abstract.png",
"build": "vuepress build .",
"format": "prettier . --write",
"pandoc": "npm-run-all pandoc:*",
Expand All @@ -20,7 +22,9 @@
"pandoc:swagger-html": "pandoc ./documents/forOpenAPISpecification/OpenAPI_Specification_2.0.md -s --self-contained --number-sections --toc -t html5 -F mermaid-filter.cmd -c ./documents/common/pandoc_styles/css/style.css -o ./documents/forOpenAPISpecification/OpenAPI_Specification_2.0規約.html",
"pandoc:swagger-word": "pandoc ./documents/forOpenAPISpecification/OpenAPI_Specification_2.0.md --toc --reference-doc=./documents/common/pandoc_styles/スタイル.docx -F mermaid-filter.cmd -s -o ./documents/forOpenAPISpecification/OpenAPI_Specification_2.0規約.docx",
"pandoc:gitbranch-html": "pandoc ./documents/forGitBranch/git_branch_standards.md -s --self-contained --number-sections --toc -t html5 -F mermaid-filter.cmd -c ./documents/common/pandoc_styles/css/style.css -o ./documents/forGitBranch/Gitブランチフロー.html",
"pandoc:gitbranch-word": "pandoc ./documents/forGitBranch/git_branch_standards.md --toc --reference-doc=./documents/common/pandoc_styles/スタイル.docx -F mermaid-filter.cmd -s -o ./documents/forGitBranch/Gitブランチフロー.docx"
"pandoc:gitbranch-word": "pandoc ./documents/forGitBranch/git_branch_standards.md --toc --reference-doc=./documents/common/pandoc_styles/スタイル.docx -F mermaid-filter.cmd -s -o ./documents/forGitBranch/Gitブランチフロー.docx",
"pandoc:markdown-html": "pandoc ./documents/forMarkdown/README.md -s --self-contained --number-sections --toc -t html5 -F mermaid-filter.cmd -c ./documents/common/pandoc_styles/css/style.css -o ./documents/forMarkdown/Markdown設計ドキュメント規約.html",
"pandoc:markdown-word": "pandoc ./documents/forMarkdown/README.md --toc --reference-doc=./documents/common/pandoc_styles/スタイル.docx -F mermaid-filter.cmd -s -o ./documents/forMarkdown/Markdown設計ドキュメント規約.docx"
},
"repository": {
"type": "git ",
Expand Down

0 comments on commit 1b4a2bc

Please sign in to comment.