algorithm-exercise icon indicating copy to clipboard operation
algorithm-exercise copied to clipboard

add sections automatically for gitbook SUMMARY.md from *.md source files

Open billryan opened this issue 10 years ago • 4 comments

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.

billryan avatar May 09 '15 09:05 billryan

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

niangaotuantuan avatar May 09 '15 16:05 niangaotuantuan

Manual update for SUMMARY.md is necessary if you do not use Gitbook editor.

billryan avatar May 09 '15 23:05 billryan

get.

niangaotuantuan avatar May 10 '15 00:05 niangaotuantuan

check_summary.py will update SUMMARY.md extracting from *.md title.

billryan avatar May 10 '15 02:05 billryan