Shanedell commented on code in PR #897:
URL: https://github.com/apache/daffodil/pull/897#discussion_r1053814864
##########
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:
Yeah it can do a single HTML file as well. The snippet you sent would be
correct, I was thinking we wanted something to download but maybe it is better
to keep it as HTML instead of trying to use pdf or docx, that would be fine by
me. I will say though on the html instance some of the images are huge, that
would be the main thing that looks off. @scholarsmate It would be nice to here
your thoughts as I believe you made the portable document issue
(https://github.com/apache/daffodil-vscode/issues/380) for the vscode repo.
--
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]