mkdocs.yml 379 B

123456789101112
  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. - 'Stack Interaction': stack-interaction.md
  7. - 'Advanced Stack Interaction': advanced-stack-interaction.md
  8. - 'Wrapping': wrapping.md
  9. - 'User Types': user-types.md
  10. theme: readthedocs
  11. docs_dir: docs/mkdocs
  12. site_dir: docs/output