scholarsmate commented on code in PR #897:
URL: https://github.com/apache/daffodil/pull/897#discussion_r1060699220


##########
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:
   @Shanedell, the portable document requirement stems from a need to have 
access to the documentation on an air-gapped SharePoint site.  PDF would be a 
fine alternative to DOCX.  We need to make sure that all of the content is 
self-contained in the file and that it is readable on SharePoint.



-- 
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]

Reply via email to