Skip to content

Commit c77aebc

Browse files
authored
Update build-resources-with-pandoc.sh
1 parent 17e450b commit c77aebc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build-resources-with-pandoc.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ pandoc ./AWSインフラリソース命名規約.md --toc --reference-doc=${STYL
2626
# OpenAPISpecification
2727
cd ${ROOT_DIR}/documents/forOpenAPISpecification
2828

29-
# OpenAPI規約はmeramid.jsによるUML表示を行うため、フィルターを追加
30-
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
31-
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
29+
pandoc ./OpenAPI_Specification_3.0.3.md -s --self-contained --number-sections --toc -t html5 -c ${CSS_PATH} -o ${RESOURCES_DIR}/OpenAPI_Specification_3.0.3.html
30+
pandoc ./OpenAPI_Specification_3.0.3.md --toc --reference-doc=${STYLE_DOCX_PATH} -s -o ${RESOURCES_DIR}/OpenAPI_Specification_3.0.3.docx
3231

3332
# Git
3433
cd ${ROOT_DIR}/documents/forGitBranch

0 commit comments

Comments
 (0)