forked from your-tools/tsrc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
49 lines (38 loc) · 1.21 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
strict: true
site_name: tsrc documentation
repo_url: https://github.com/dmerejkowsky/tsrc/
theme:
name: material
custom_dir: custom_theme
favicon: img/tsrc-logo.png
markdown_extensions:
- codehilite
- markdown.extensions.admonition #for !!! notice
- markdown.extensions.def_list
- pymdownx.superfences
- toc:
permalink: True
separator: "_"
nav:
- Home: index.md
- Getting Started: getting-started.md
- Guides:
- Editing the manifest safely: guide/manifest.md
- Editing workspace configuration: guide/workspace-config.md
- Using groups: guide/groups.md
- Using several remotes: guide/remotes.md
- Using fixed git references: guide/fixed-refs.md
- Performing file system operations: guide/fs.md
- Running a command for each repo in the workspace: guide/foreach.md
- Using tsrc with continuous integration: guide/ci.md
- Reference:
- Command line usage: ref/cli.md
- Sync algorithm: ref/sync.md
- Manifest configuration: ref/manifest-config.md
- Workspace configuration: ref/workspace-config.md
- Contributing:
- Using the issue tracker: contrib/issues.md
- Suggesting changes: contrib/dev.md
- Code manifesto: code-manifesto.md
- FAQ: faq.md
- Changelog: changelog.md