Skip to content

Commit 2c2e7e1

Browse files
committed
Update run-pandoc.sh
1 parent b61b2f8 commit 2c2e7e1

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

run-pandoc.sh

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
1+
# MARKDOWNFILES="$(printf './%s ' */*.md)"
2+
# IMAGEFOLDERS="$(for dir in */; do echo "\"./$(basename "./$dir")\":"; done)"
3+
# pandoc -f markdown --toc \
4+
# -t docx \
5+
# -o "cosmos-db-openai-python-dev-guide.docx" \
6+
# --resource-path $IMAGEFOLDERS \
7+
# -s $MARKDOWNFILES
18

2-
#MARKDOWNFILES="$(printf '"./%s" ' */*.md)"
3-
#pandoc -f markdown -o "output/cosmos-db-openai-python-dev-guide.docx" -s $MARKDOWNFILES
49

510
pandoc -f markdown --toc \
6-
-o "cosmos-db-openai-python-dev-guide.docx" -s \
7-
"./00_Introduction/README.md" \
11+
-t docx \
12+
-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"
16+
-s "./00_Introduction/README.md" \
817
"./01_Azure_Overview/README.md" \
918
"./02_Overview_Cosmos_DB/README.md" \
1019
"./03_Overview_Azure_OpenAI/README.md" \
@@ -16,4 +25,4 @@ pandoc -f markdown --toc \
1625
"./09_Vector_Search_Cosmos_DB/README.md" \
1726
"./10_LangChain/README.md" \
1827
"./11_Backend_API/README.md" \
19-
"./12_User_Interface/README.md"
28+
"./12_User_Interface/README.md"

0 commit comments

Comments
 (0)