forked from jacebrowning/gitman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
34 lines (30 loc) · 1.08 KB
/
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
34
site_name: GitMan
site_description: A language-agnostic dependency manager using Git.
site_author: Jace Browning
repo_url: https://github.com/jacebrowning/gitman
edit_uri: https://github.com/jacebrowning/gitman/edit/develop/docs
theme: readthedocs
markdown_extensions:
- codehilite
nav:
- Home: index.md
- Setup:
- Git: setup/git.md
- Git SVN: setup/git-svn.md
- Environment: setup/environment.md
- Interfaces:
- Command Line: interfaces/cli.md
- Git Plugin: interfaces/plugin.md
- Package API: interfaces/api.md
- Use Cases:
- Replacing Submodules: use-cases/submodules.md
- Tracking Branches: use-cases/branch-tracking.md
- Linking Feature Branches: use-cases/linked-features.md
- Build System Integration: use-cases/build-integration.md
- Self contained GitMan: use-cases/self-contained-gitman.md
- Sparse Checkouts: use-cases/sparse-checkouts.md
- Git SVN: use-cases/git-svn.md
- About:
- Release Notes: about/changelog.md
- Contributing: about/contributing.md
- License: about/license.md