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.

45 lines
1.1 KiB

  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/twitter"
  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. - Tutorial: tutorial.md
  31. - Setup cloud storage: setup_cloud_storage.md
  32. - Advanced:
  33. - AWS HTTPS settings: advanced/aws_https_settings.md
  34. - OAuth2 settings: advanced/oauth2_settings.md
  35. - Auto labeling settings: advanced/auto_labelling_config.md
  36. - Developer guide: developer_guide.md
  37. - FAQ: faq.md
  38. - Code of conduct: CODE_OF_CONDUCT.md
  39. - Roadmap: roadmap.md