add glossary tocgen

pull/1/head
an 2018-12-29 21:09:11 -05:00
parent 8c8588f8a4
commit b3393b6e0f
7 changed files with 10 additions and 5 deletions

View File

@ -1,10 +1,14 @@
# Glossary
* [Classes](glossary-classes.md)
* [Concepts](glossary-concepts.md)
* [Examples](glossary-examples.md)
* [Structures](glossary-structures.md)
* [Versions](glossary-versions.md)
<!-- toc glossary -->
* [Classes](glossary-Classes.md)
* [Concepts](glossary-Concepts.md)
* [Examples](glossary-Examples.md)
* [Structures](glossary-Structures.md)
* [Versions](glossary-Versions.md)
<!-- toc end -->
Miscallaneous information about ZScript, including code examples and version differences.

View File

@ -42,5 +42,6 @@ def rewrite fnam
end
rewrite "2-api.md" do |f| filter_toc_areas f do |a| /api-#{a}-(\w+).md/ end end
rewrite "9-glossary.md" do |f| filter_toc_areas f do |a| /glossary-(\w+).md/ end end
## EOF