This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
441 B

  1. site_name: Lark
  2. theme: readthedocs
  3. pages:
  4. - Main Page: index.md
  5. - Philosophy: philosophy.md
  6. - Features: features.md
  7. - Parsers: parsers.md
  8. - How To Use (Guide): how_to_use.md
  9. - How To Develop (Guide): how_to_develop.md
  10. - Grammar Reference: grammar.md
  11. - Tree Construction Reference: tree_construction.md
  12. - Visitors and Transformers: visitors.md
  13. - Classes Reference: classes.md
  14. - Recipes: recipes.md