forked from doorstop-dev/doorstop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
32 lines (29 loc) · 925 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
site_name: Doorstop
site_description: Requirements management using version control.
site_author: Jace Browning
repo_url: https://github.com/jacebrowning/doorstop
edit_uri: https://github.com/jacebrowning/doorstop/edit/develop/docs
theme: readthedocs
extra_css: []
extra_javascript: []
nav:
- Home: index.md
- Setup: setup.md
- Command-line Interface:
- Creating Documents: cli/creation.md
- Reordering Documents: cli/reordering.md
- Validating Requirements: cli/validation.md
- Publishing Documents: cli/publishing.md
- Importing and Exporting: cli/interchange.md
- Desktop Interface: gui/overview.md
- Web Interface: web.md
- Scripting Interface: api/scripting.md
- Reference:
- Tree: reference/tree.md
- Document: reference/document.md
- Item: reference/item.md
- Examples: examples.md
- About:
- Release Notes: about/changelog.md
- Contributing: about/contributing.md
- License: about/license.md