JSON API documentation static site https://docs.biotorrents.de
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

mkdocs.yml 290B

123456789101112131415161718
  1. strict: true
  2. site_name: "Docs βΈ¬ BioTorrents.de"
  3. site_url: "https://docs.biotorrents.de"
  4. repo_url: "https://github.com/biotorrents/gazelle"
  5. edit_uri: ""
  6. nav:
  7. - "index.md"
  8. - "torrents.md"
  9. - "users.md"
  10. - "forums.md"
  11. - "meta.md"
  12. - "install.md"
  13. markdown_extensions:
  14. - smarty