forked from openboxes/openboxes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
56 lines (45 loc) · 1.69 KB
/
mkdocs.yml
File metadata and controls
56 lines (45 loc) · 1.69 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
site_name: OpenBoxes
site_description:
site_author: Justin Miranda
theme: readthedocs
repo_url: https://github.com/openboxes/openboxes
include_search: true
#use_absolute_urls: true
use_directory_urls: true
copyright: Copyright © 2017, OpenBoxes
google_analytics: ['UA-37396941-2', 'OpenBoxes']
pages:
- Home: 'index.md'
- About:
- 'Benefits': 'about/benefits.md'
- 'Considerations': 'about/considerations.md'
- 'Release Notes': 'about/release-notes.md'
- API Guide:
- 'Overview': 'api-guide/index.md'
- 'Generic': 'api-guide/generic.md'
- 'Category': 'api-guide/category.md'
- 'Identifier': 'api-guide/identifier.md'
- 'Location': 'api-guide/location.md'
- 'Lookup': 'api-guide/lookup.md'
- 'Product': 'api-guide/product.md'
- 'Stock Movement': 'api-guide/stockMovement.md'
- Deployment Guide:
- 'Installation': 'installation/index.md'
- 'Install on Ubuntu 14.04': 'installation/ubuntu.md'
- 'Install on Mac OS': 'installation/macos.md'
- 'Install on Windows': 'installation/windows.md'
- 'Upgrading': 'upgrading/index.md'
- Configuration Guide:
- 'General': 'configuration/configuration.md'
- 'Database': 'configuration/database.md'
- 'Email': 'configuration/email.md'
- 'Application': 'configuration/application.md'
- 'Example': 'configuration/example.md'
- User Guide: 'user-guide/index.md'
- Developer Guide:
- 'Introduction': 'developer-guide/index.md'
- 'Getting Started': 'developer-guide/getting-started.md'
- 'Contributing': 'developer-guide/contributing.md'
- 'Syncing a Fork': 'developer-guide/syncing-a-fork.md'
- 'Tagging a Release': 'developer-guide/tagging.md'
- Support: 'support/index.md'