-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmkdocs.yml
More file actions
40 lines (40 loc) · 1.2 KB
/
mkdocs.yml
File metadata and controls
40 lines (40 loc) · 1.2 KB
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
site_name: CorA User Documentation
site_author: Marcel Bollmann
copyright: © 2015-2017 by Marcel Bollmann
repo_url: https://github.com/comphist/cora/
theme: readthedocs
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- sane_lists
- smarty
pages:
- Home: index.md
- Introduction: intro.md
- Installation and Configuration:
- 'Installation': setup-install.md
- 'Server-Side Configuration': setup-config.md
- Administrative Tasks:
- 'User Accounts': admin-users.md
- 'Projects': admin-projects.md
- 'Tagsets': admin-tagsets.md
- 'External Annotation Tools': admin-taggers.md
- 'Server Notifications': admin-notices.md
- Working on Documents:
- 'Managing Documents': doc-manage.md
- 'Using the Editor': doc-annotate.md
- 'Customizing the Editor': doc-customize.md
- 'Searching in a Document': doc-search.md
- 'Calling External Annotators': doc-taggers.md
- 'Editing Tokens': doc-edit.md
- Further Information:
- 'Annotation Layers': layers.md
- 'Document Model': document-model.md
- 'CorA-XML File Format': coraxml.md
docs_dir: doc/user/
extra_css:
- custom.css
strict: true