Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upadd sections automatically for gitbook SUMMARY.md from *.md source files #10
Labels
Comments
Also, when adding questions inside a section, it seems that manual update is needed, such as re-upload travis? I'm not sure about that... |
Manual update for SUMMARY.md is necessary if you do not use Gitbook editor. |
get. |
check_summary.py will update SUMMARY.md extracting from *.md title. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add new sections by GitbookIO editor is quite simple, but sometimes you may forget to add sections in SUMMARY.md.
It is easy to parse the title of source .md files and add it to the appropriate chapter position. I will implement this feature with Python.