forked from doccano/doccano
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
45 lines (39 loc) · 1.12 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Project information
site_name: "doccano"
site_description: "A Text Annotation tool for Humans"
site_author: "Hiroki Nakayama"
site_url: "https://doccano.github.io/doccano/"
docs_dir: .
# Repository
repo_name: "doccano/doccano"
repo_url: "https://github.com/doccano/doccano"
# Copyright
copyright: "Copyright © 2018 - 2019 Hiroki Nakayama"
theme:
name: "material"
palette:
primary: "cyan"
accent: "cyan"
show_sidebar: true
extra:
social:
- icon: "fontawesome/brands/github"
link: "https://github.com/Hironsan"
- icon: "fontawesome/brands/twitter"
link: "https://twitter.com/Hironsan13"
plugins:
- same-dir
# Page tree
nav:
- Get started: index.md
- Install and upgrade doccano: install_and_upgrade_doccano.md
- Tutorial: tutorial.md
- Setup cloud storage: setup_cloud_storage.md
- Advanced:
- AWS HTTPS settings: advanced/aws_https_settings.md
- OAuth2 settings: advanced/oauth2_settings.md
- Auto Labeling settings: advanced/auto_labelling_config.md
- Developer Guide: developer_guide.md
- FAQ: faq.md
- Code of Conduct: CODE_OF_CONDUCT.md
- Roadmap: roadmap.md