-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathroster.json
47 lines (47 loc) · 1.19 KB
/
roster.json
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
{
"prefer-source": false,
"with-version": "latest",
"templates": "doc-templates/roster-templates-mkdocs",
"mkdocs": {
"site-name": "Fermat - PHP Math Library",
"site-url": "https://jordanrl.github.io/Fermat/",
"repo-url": "https://github.com/JordanRL/Fermat/",
"theme": "md",
"auto-deploy": true,
"merge-nav": true,
"merge-nav-mode": "replace-nav-key",
"nav-key": "Source Reference"
},
"sources": [
{
"path": "./src",
"visibility": "public",
"aliases": [
{
"namespace": "Samsara\\Fermat\\Core",
"alias": "Fermat Core\\"
},
{
"namespace": "Samsara\\Fermat\\Complex",
"alias": "Fermat Complex\\"
},
{
"namespace": "Samsara\\Fermat\\Coordinates",
"alias": "Fermat Coordinates\\"
},
{
"namespace": "Samsara\\Fermat\\Expressions",
"alias": "Fermat Expressions\\"
},
{
"namespace": "Samsara\\Fermat\\LinearAlgebra",
"alias": "Fermat Linear Algebra\\"
},
{
"namespace": "Samsara\\Fermat\\Stats",
"alias": "Fermat Statistics\\"
}
]
}
]
}