Skip to content

Commit 85128f9

Browse files
committed
update pandoc script
1 parent 2c2e7e1 commit 85128f9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed
2.23 MB
Binary file not shown.

run-pandoc.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
pandoc -f markdown --toc \
1111
-t docx \
1212
-o "cosmos-db-openai-python-dev-guide.docx" \
13-
# --resource-path $IMAGEFOLDERS \
14-
# -s $MARKDOWNFILES
15-
--resource-path "./00_Introduction":"./01_Azure_Overview":"./02_Overview_Cosmos_DB":"./03_Overview_Azure_OpenAI":"./04_Overview_AI_Concepts":"./05_Explore_OpenAI_models":"./06_Provision_Azure_Resources":"./07_Create_First_Cosmos_DB_Project":"./08_Load_Data":"./09_Vector_Search_Cosmos_DB":"./10_LangChain":"./11_Backend_API":"./12_User_Interface"
13+
--resource-path "./00_Introduction":"./01_Azure_Overview":"./02_Overview_Cosmos_DB":"./03_Overview_Azure_OpenAI":"./04_Overview_AI_Concepts":"./05_Explore_OpenAI_models":"./06_Provision_Azure_Resources":"./07_Create_First_Cosmos_DB_Project":"./08_Load_Data":"./09_Vector_Search_Cosmos_DB":"./10_LangChain":"./11_Backend_API":"./12_User_Interface" \
1614
-s "./00_Introduction/README.md" \
1715
"./01_Azure_Overview/README.md" \
1816
"./02_Overview_Cosmos_DB/README.md" \

0 commit comments

Comments
 (0)