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 346B

12345678910111213141516171819
  1. strict: true
  2. site_name: "Docs ⸬ BioTorrents.de"
  3. site_url: "https://docs.biotorrents.de"
  4. copyright: "© 2021 <a href='/dl/license'>GFDL 1.3</a>"
  5. repo_url: "https://github.com/biotorrents/gazelle"
  6. edit_uri: ""
  7. nav:
  8. - "index.md"
  9. - "torrents.md"
  10. - "users.md"
  11. - "forums.md"
  12. - "meta.md"
  13. - "install.md"
  14. markdown_extensions:
  15. - smarty