-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathmkdocs.yml
More file actions
67 lines (55 loc) · 2.46 KB
/
mkdocs.yml
File metadata and controls
67 lines (55 loc) · 2.46 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
site_name: CATCH-A
site_description:
site_author: Justin Miranda
theme: readthedocs
repo_url: https://github.com/annotationsatharvard/catcha
include_search: true
#use_absolute_urls: true
use_directory_urls: true
copyright: Copyright © 2015, <a href="https://twitter.com/justinmiranda">CATCH-A</a>
google_analytics: ['UA-61763038-2', 'CATCH-A']
markdown_extensions: [toc, tables, fenced_code]
pages:
- ['index.md', 'Introduction']
# About
#- ['about/license.md', 'About', 'License']
#- ['about/release-notes.md', 'About', 'Release Notes']
#- ['about/changelog.md', 'About', 'Change Log']
#- ['about/contributing.md', 'About', 'Contributing']
# Admin Guide
#- ['admin-guide/index.md', 'Admin Guide', 'Overview']
- ['admin-guide/installation.md', 'Admin Guide', 'Installation']
- ['admin-guide/getting-started.md', 'Admin Guide', 'Getting Started']
#- ['admin-guide/configuration.md', 'Admin Guide', 'Configuration']
- ['admin-guide/upgrade.md', 'Admin Guide', 'Upgrading']
- ['admin-guide/getting-support.md', 'Admin Guide', 'Getting Support']
# HOWTO Guide
- ['admin-guide/mysql.md', 'HOWTO Guide', 'MySQL HOWTO']
- ['admin-guide/tomcat.md', 'HOWTO Guide', 'Tomcat HOWTO']
- ['admin-guide/ubuntu.md', 'HOWTO Guide', 'Ubuntu HOWTO']
# Deployment Guide
#- ['admin-guide/deployment/aws-ec2.md', 'Deployment Guide', 'AWS Elastic Compute Cloud']
#- ['admin-guide/deployment/aws-ebs.md', 'Deployment Guide', 'AWS Elastic Beanstalk']
#- ['admin-guide/deployment/digital-ocean.md', 'Deployment Guide', 'Digital Ocean']
#- ['admin-guide/deployment/docker.md', 'Deployment Guide', 'Docker']
# User Guide
#- ['user-guide/index.md', 'User Guide', 'Overview']
- ['user-guide/getting-started.md', 'User Guide', 'Getting Started']
- ['user-guide/api.md', 'User Guide', 'API Docs']
- ['user-guide/api-errors.md', 'User Guide', 'API Error Handling']
- ['user-guide/authentication.md', 'User Guide', 'Authentication']
- ['user-guide/annotatorjs.md', 'User Guide', 'AnnotatorJs']
# Developer Guide
#- ['developer-guide/index.md', 'Developer Guide', 'Overview']
- ['developer-guide/getting-started.md', 'Developer Guide', 'Getting Started']
# Deployment Guide
# Configuration
#- ['configuration.md', 'Configuration', 'Configuration']
# Installation Guide
#- ['installation/ubuntu.md', 'Installation', 'Ubuntu']
#- ['installation/mac.md', 'Installation', 'Mac OS X']
#- ['installation/windows.md', 'Installation', 'Windows']
# HowTo
# Continuous Integration
# Releases:
#- ['release-notes.md', 'Releases', 'Release Notes']