Shanedell commented on code in PR #897:
URL: https://github.com/apache/daffodil/pull/897#discussion_r1053671120
##########
containers/release-candidate/src/daffodil-release-candidate:
##########
@@ -300,6 +301,23 @@ case $PROJECT_REPO in
yarn package
cp *.vsix $DAFFODIL_RELEASE_DIR/bin/
+ echo "Building Extension Docs..."
+ git clone https://github.com/apache/daffodil-vscode.wiki.git .wiki
+ for markdown_file in $(echo "\
+ Apache-Daffodilâ„¢-Extension-for-Visual-Studio-Code \
+ Apache-Daffodilâ„¢-Extension-for-Visual-Studio-Code:-Development \
+ Apache-Daffodilâ„¢-Extension-for-Visual-Studio-Code:-Roadmap \
+ Home"
+ ); do
+ pandoc -t html -f markdown -o "${markdown_file}.html"
".wiki/${markdown_file}.md"
Review Comment:
Oh if that is what we want it makes sense to me. I am not sure if I can
combine into one single page. From the code I made it from it seemed like it
was doing page by page so that is what I did. But I can try testing what you
mention here. @scholarsmate Are you able to better explain what was desired for
saving off the documentation from the wiki?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]