mirror of https://github.com/lark-parser/lark.git
Added list of pages to yml (docs)
This commit is contained in:
parent
17da44146a
commit
dd856995a3
|
@ -1,3 +1,10 @@
|
||||||
site_name: Lark
|
site_name: Lark
|
||||||
theme: readthedocs
|
theme: readthedocs
|
||||||
|
pages:
|
||||||
|
- Main Page: index.md
|
||||||
|
- Philosophy: philosophy.md
|
||||||
|
- Features: features.md
|
||||||
|
- How To Use (Guide): how_to_use.md
|
||||||
|
- Grammar Reference: grammar.md
|
||||||
|
- Tree Construction Reference: tree_construction.md
|
||||||
|
- Classes Reference: classes.md
|
||||||
|
|
Loading…
Reference in New Issue