-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.wiki-config.json
More file actions
56 lines (56 loc) · 1.59 KB
/
Copy path.wiki-config.json
File metadata and controls
56 lines (56 loc) · 1.59 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
{
"wiki": {
"repository": "https://github.com/jonmatum/react-mfe-shell.wiki.git",
"branch": "master",
"sync": {
"enabled": true,
"auto_sync_on_push": true,
"include_sidebar": true,
"include_footer": false
},
"file_mappings": {
"README.md": "Home.md",
"docs/design-tokens.md": "Design-Tokens.md",
"docs/implementation-guide.md": "Implementation-Guide.md",
"docs/github-pages-setup.md": "GitHub-Pages-Setup.md"
},
"generated_files": {
"Documentation-Index.md": {
"type": "index",
"title": "Documentation Index",
"description": "Comprehensive guide index for the React MFE Shell"
},
"_Sidebar.md": {
"type": "sidebar",
"sections": [
{
"title": "Getting Started",
"links": [
{"name": "Home", "file": "Home"},
{"name": "Implementation Guide", "file": "Implementation-Guide"}
]
},
{
"title": "Design System",
"links": [
{"name": "Design Tokens", "file": "Design-Tokens"},
{"name": "Live Demo", "url": "https://jonmatum.github.io/react-mfe-shell/"}
]
},
{
"title": "Deployment",
"links": [
{"name": "GitHub Pages Setup", "file": "GitHub-Pages-Setup"}
]
},
{
"title": "Reference",
"links": [
{"name": "Documentation Index", "file": "Documentation-Index"}
]
}
]
}
}
}
}