forked from openboxes/openboxes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
35 lines (27 loc) · 814 Bytes
/
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
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 © 2015, OpenBoxes
google_analytics: ['UA-37396941-2', 'OpenBoxes']
pages:
# About:
- ['index.md', 'About', 'OpenBoxes']
# Installation
- ['installation/index.md', 'Installation', 'Installation']
- ['installation/ubuntu.md', 'Installation', 'Ubuntu']
#- ['installation/mac.md', 'Installation', 'Mac OS X']
#- ['installation/windows.md', 'Installation', 'Windows']
# Configuration
- ['configuration.md', 'Configuration', 'Configuration']
# Developer Guide
# Continuous Integration
# User Guide
# HowTo
# Cloud
# Releases:
- ['release-notes.md', 'Releases', 'Release Notes']