hotdoc.json 463 B

1234567891011121314151617
  1. {
  2. "extra_assets": [
  3. "images/"
  4. ],
  5. "html_extra_theme": "theme/extra/",
  6. "include_paths": [
  7. "markdown/"
  8. ],
  9. "output": "built_docs/",
  10. "project_name": "Meson documentation",
  11. "project_version": "1.0",
  12. "default-license": "CC-BY-SAv4.0",
  13. "sitemap": "sitemap.txt",
  14. "git_upload_repository": "git@github.com:jpakkane/jpakkane.github.io.git",
  15. "edit_on_github_repository": "https://github.com/mesonbuild/meson/"
  16. }