File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,18 @@ export PUPPETEER_EXECUTABLE_PATH="/usr/bin/chromium-browser"
4141# mermaid-filterのインストール
4242npm i -g mermaid-filter@1.4.7
4343
44+ # Web API
45+ cd ${ROOT_DIR} /documents/forWebAPI
46+
47+ pandoc ./web_api_guidelines.md -s --self-contained --number-sections --toc -t html5 -c ${CSS_PATH} -o ${RESOURCES_DIR} /Web API設計ガイドライン.html
48+ pandoc ./web_api_guidelines.md --toc --reference-doc=${STYLE_DOCX_PATH} -s -o ${RESOURCES_DIR} /Web API設計ガイドライン.docx
49+
50+ # PostgreSQL
51+ cd ${ROOT_DIR} /documents/forDB
52+
53+ pandoc ./postgresql_guidelines.md -s --self-contained --number-sections --toc -t html5 -c ${CSS_PATH} -o ${RESOURCES_DIR} /PostgreSQL設計ガイドライン.html
54+ pandoc ./postgresql_guidelines.md --toc --reference-doc=${STYLE_DOCX_PATH} -s -o ${RESOURCES_DIR} /PostgreSQL設計ガイドライン.docx
55+
4456# Markdown
4557cd ${ROOT_DIR} /documents/forMarkdown
4658
You can’t perform that action at this time.
0 commit comments