Skip to content

Commit

Permalink
Merge pull request #72 from todogroup/toc-generator
Browse files Browse the repository at this point in the history
added appendix MD file to file list of toc generator
  • Loading branch information
misappi authored Sep 6, 2022
2 parents 4cd71fd + d2b7a24 commit f58981a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/generate_toc.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"01-introduction.md",
"02-contributions-to-existing-projects.md",
"03-starting-oss-projects.md",
"04-references.md"
"04-references.md",
"05-appendix.md"
]

toc = "# Outbound Open Source: Leveraging open source ecosystems\n\n"
Expand Down

0 comments on commit f58981a

Please sign in to comment.