stevedlawrence commented on code in PR #897:
URL: https://github.com/apache/daffodil/pull/897#discussion_r1054801902
##########
containers/release-candidate/src/daffodil-release-candidate:
##########
@@ -300,6 +301,17 @@ case $PROJECT_REPO in
yarn package
cp *.vsix $DAFFODIL_RELEASE_DIR/bin/
+ echo "Building Extension Docs..."
+ doc_name="Apache-Daffodil-Extension-for-Visual-Studio-Code-$VERSION.docx"
+ git clone https://github.com/apache/daffodil-vscode.wiki.git .wiki
+ pandoc -t docx -f markdown -o .wiki/$doc_name .wiki/*.md
Review Comment:
Another thing to consider with doc/pdf is there are animated gifs in our
wiki. I'm not sure how well that translates to document formats. It might be
worth considering if those gifs provide value and if the documentation could be
made to work with static images, but that's another issue.
--
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]