forked from soliantconsulting/SimpleFM
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
26 lines (24 loc) · 835 Bytes
/
mkdocs.yml
File metadata and controls
26 lines (24 loc) · 835 Bytes
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
site_name: SimpleFM
repo_url: https://github.com/soliantconsulting/SimpleFM/
copyright: Copyright (c) 2007-2016 Soliant Consulting, Inc.
docs_dir: doc/src
site_dir: doc/html
theme: readthedocs
pages:
- index.md
- 'Getting Started' : getting-started.md
- 'Repositories' :
[
'Introduction' : repositories/introduction.md,
'Manual creation' : repositories/manual-creation.md,
'Automatic creation' : repositories/automatic-creation.md,
'Metadata' : repositories/metadata.md,
'Working with repositories' : repositories/working-with-repositories.md,
]
- 'Authentication' : authentication.md
- 'Debugging' : debugging.md
- 'Layout Information' : layout-information.md
markdown_extensions:
- admonition:
- def_list:
- footnotes: