mkdocs.yml 635 B

12345678910111213141516171819
  1. site_name: OLC Bioinformatics Azure Storage
  2. site_url: https://OLC-LOC-Bioinformatics.github.io/AzureStorage/
  3. site_description: Tools for manipulating files in Azure storage, including upload, download, SAS URL creation, move, delete
  4. repo_url: https://github.com/OLC-LOC-Bioinformatics/AzureStorage/
  5. edit_uri: edit/main/docs/
  6. theme: readthedocs
  7. nav:
  8. - Home: 'index.md'
  9. - Installation: 'install.md'
  10. - Credentials: 'credentials.md'
  11. - Upload: 'upload.md'
  12. - SAS URL: 'sas_url.md'
  13. - Move: 'move.md'
  14. - Download: 'download.md'
  15. - Set Tier: 'set_tier.md'
  16. - Delete: 'delete.md'
  17. - Automate: 'automate.md'
  18. - List: 'list.md'