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.

44 lines
1.1 KiB

4 years ago
  1. # Project information
  2. site_name: 'doccano'
  3. site_description: 'A Text Annotation tool for Humans'
  4. site_author: 'Hiroki Nakayama'
  5. site_url: 'https://doccano.github.io/doccano/'
  6. docs_dir: .
  7. # Repository
  8. repo_name: 'doccano/doccano'
  9. repo_url: 'https://github.com/doccano/doccano'
  10. # Copyright
  11. copyright: 'Copyright © 2018 - 2019 Hiroki Nakayama'
  12. theme:
  13. name: 'material'
  14. palette:
  15. primary: 'cyan'
  16. accent: 'cyan'
  17. show_sidebar: true
  18. extra:
  19. social:
  20. - icon: 'fontawesome/brands/github'
  21. link: 'https://github.com/Hironsan'
  22. - icon: 'fontawesome/brands/github'
  23. link: 'https://twitter.com/Hironsan13'
  24. plugins:
  25. - same-dir
  26. # Page tree
  27. nav:
  28. - Get started: index.md
  29. - Install and upgrade doccano: install-and-upgrade-doccano.md
  30. - Setup cloud storage: setup_cloud_storage.md
  31. - Tutorial: tutorial.md
  32. - Project Structure: project_structure.md
  33. - Advanced:
  34. - AWS HTTPS settings: advanced/aws_https_settings.md
  35. - OAuth2 settings: advanced/oauth2_settings.md
  36. - FAQ: faq.md
  37. - Code of Conduct: CODE_OF_CONDUCT.md
  38. - Roadmap: roadmap.md