-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs-manifest.json
More file actions
78 lines (78 loc) · 1.89 KB
/
docs-manifest.json
File metadata and controls
78 lines (78 loc) · 1.89 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
{
"$schema": "Stackbilt docs sync manifest — maps product repos to doc site pages",
"version": 1,
"contentDir": "src/content/docs",
"org": "Stackbilt-dev",
"sources": {
"charter": {
"repo": "charter",
"pages": {
"getting-started.md": {
"source": "docs/getting-started.md",
"fallback": "README.md",
"section": "charter",
"order": 1,
"color": "#2ea043",
"tag": "01"
},
}
},
"edgestack": {
"repo": "edgestack_v2",
"pages": {
"platform.md": {
"source": "docs/platform.md",
"section": "platform",
"order": 4,
"color": "#f472b6",
"tag": "04"
},
"mcp.md": {
"source": "docs/mcp.md",
"section": "platform",
"order": 5,
"color": "#22d3ee",
"tag": "05"
},
"api-reference.md": {
"source": "docs/api-reference.md",
"section": "platform",
"order": 7,
"color": "#c084fc",
"tag": "07"
},
"compass-governance-api.md": {
"source": "docs/compass-governance-api.md",
"section": "platform",
"order": 8,
"color": "#22d3ee",
"tag": "08"
}
}
},
"ecosystem": {
"repo": "edgestack_v2",
"pages": {
"ecosystem.md": {
"source": "docs/ecosystem.md",
"section": "ecosystem",
"order": 6,
"color": "#c084fc",
"tag": "06"
}
}
},
"img-forge": {
"repo": "img-forge",
"pages": {
"img-forge.md": {
"source": "docs/img-forge.md",
"section": "platform",
"order": 9,
"color": "#f472b6",
"tag": "09"
}
}
}
}
}