-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reformat the list at the top of each page to be an asterisk list and to make the labels bold. Add the RFC and Title headers and tweak the names of the others. Add an h2 line for the title to the template and make all other headers h2. Remove the redundant anchor IDs. Teach `generate-book.py` to read the title from the files and use it in the TOC. Fall back on the file name if no title can be found.
- Loading branch information
Showing
4 changed files
with
38 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
src/SUMMARY.md: README.md text/*.md | ||
src/SUMMARY.md: generate-book.py README.md text/*.md | ||
@./generate-book.py | ||
|
||
run: src/SUMMARY.md | ||
@mdbook serve --open | ||
|
||
clean: src book | ||
rm -rf $^ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters