-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdocs-config.jsonc
More file actions
82 lines (82 loc) · 2.08 KB
/
docs-config.jsonc
File metadata and controls
82 lines (82 loc) · 2.08 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"site_name": "Taon Documentation",
"externalDocs": {
"mdfiles": [
{
"magicRenameRules": "tnp -> taon",
"packageNameWithPath": "tnp/ALL_COMMANDS.md",
"overrideTitle": "CLI",
},
],
"projects": [
{
"packageNameWithPath": "taon/TODO.md",
"overrideTitle": "TODO",
},
// {
// "packageNameWithPath": "taon/CHANGELOG.md",
// "overrideTitle": "CHANGELOG",
// },
{
"packageNameWithPath": "tnp/docs/PHILOSOPHY.md",
"overrideTitle": "Philosophy",
},
{
"packageNameWithPath": [
"taon/docs/FRAMEWORK.md",
"taon/docs/DATA-TRANSPORT-LAYER.md",
],
"overrideTitle": "FRAMEWORK",
},
{
"packageNameWithPath": "tnp/CI-CD.md",
"overrideTitle": "CI/CD",
},
{
"packageNameWithPath": "tnp/docs/CLOUD-SERVICE.md",
"overrideTitle": "Cloud-Service",
},
{
"packageNameWithPath": "tnp/docs/TAON-VS-OTHERS.md",
"overrideTitle": "Taon vs Others",
},
{
"packageNameWithPath": "tnp/docs/EXAMPLES.md",
"overrideTitle": "Examples",
},
// {
// "overrideTitle": "Examples",
// "packageNameWithPath": [
// "taon/projects/container-v18/examples-v18/circural-deps-ctx/README.md",
// "taon/projects/container-v18/examples-v18/crud/README.md",
// "taon/projects/container-v18/examples-v18/realtime-subscribers/README.md",
// ],
// },
{
"packageNameWithPath": [
"taon/README.md",
"taon/docs/BUILDING-DOCS.md"
],
"overrideTitle": "Start",
},
],
},
"omitFilesPatters": ["BUILD-INFO.md", "README.md","CHANGELOG.md"],
"mapTitlesNames": {
"FRAMEWORK.md": "Framework",
},
"priorityOrder": [
"Start",
"Philosophy",
"Framework",
"CLI",
"Cloud-Service",
"Taon vs Others",
"CI/CD",
"Examples",
"TODO",
// "CHANGELOG",
],
"customCssPath": "mkdocs.custom.css",
"customJsPath": "mkdocs.custom.js",
}