-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathroster.json
More file actions
27 lines (27 loc) · 649 Bytes
/
roster.json
File metadata and controls
27 lines (27 loc) · 649 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
26
27
{
"prefer-source": false,
"with-version": "latest",
"templates": "doc-templates/roster-templates-mkdocs",
"mkdocs": {
"site-name": "Roster - Docs From The Source",
"site-url": "https://jordanrl.github.io/Roster/",
"repo-url": "https://github.com/JordanRL/Roster/",
"theme": "sphinx-rtd",
"auto-deploy": true,
"merge-nav": true,
"merge-nav-mode": "replace-nav-key",
"nav-key": "Source Reference"
},
"sources": [
{
"path": "./src",
"visibility": "protected",
"aliases": [
{
"namespace": "Samsara\\Roster\\",
"alias": "Roster\\"
}
]
}
]
}