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.

41 lines
1.0 KiB

  1. # Project information
  2. site_name: 'doccano'
  3. site_description: 'A Text Annotation tool for Human'
  4. site_author: 'Hiroki Nakayama'
  5. site_url: 'https://chakki-works.github.io/doccano/'
  6. # Repository
  7. repo_name: 'chakki-works/doccano'
  8. repo_url: 'https://github.com/chakki-works/doccano'
  9. # Copyright
  10. copyright: 'Copyright © 2018 - 2019 Hiroki Nakayama'
  11. theme:
  12. name: 'material'
  13. palette:
  14. primary: 'cyan'
  15. accent: 'cyan'
  16. show_sidebar: true
  17. extra:
  18. social:
  19. - type: 'github'
  20. link: 'https://github.com/Hironsan'
  21. - type: 'twitter'
  22. link: 'https://twitter.com/Hironsan13'
  23. # Page tree
  24. nav:
  25. - Doccano: index.md
  26. - Getting started: getting-started.md
  27. - Tutorial: tutorial.md
  28. - Advanced:
  29. - AWS HTTPS settings: advanced/aws_https_settings.md
  30. - OAuth2 settings: advanced/oauth2_settings.md
  31. #- Release notes: release-notes.md
  32. #- Author's notes: authors-notes.md
  33. - FAQ: faq.md
  34. - Contributing: CONTRIBUTING.md
  35. - Code of Conduct: CODE_OF_CONDUCT.md
  36. - Roadmap: roadmap.md
  37. - License: LICENSE.md