mkdocs.yml 231 B

123456789
  1. site_name: Luwra
  2. site_description: Minimal-overhead Lua wrapper for C++
  3. repo_url: https://github.com/vapourismo/luwra
  4. pages:
  5. - 'Home': index.md
  6. - 'Usage': usage.md
  7. theme: readthedocs
  8. docs_dir: docs/mkdocs
  9. site_dir: docs/output