forked from SovereignCloudStack/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocs.package.json
75 lines (74 loc) · 1.93 KB
/
docs.package.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
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
[
{
"repo": "SovereignCloudStack/release-notes",
"source": "*.md",
"target": "docs",
"label": "06-releases"
},
{
"repo": "osism/osism.github.io",
"source": "docs/guides/operations-guide/openstack/tools/*",
"target": "docs/02-iaas/components",
"label": ""
},
{
"repo": "SovereignCloudStack/k8s-cluster-api-provider",
"source": "doc",
"target": "docs/03-container/components",
"label": "k8s-cluster-api-provider"
},
{
"repo": "SovereignCloudStack/cluster-stack-provider-openstack",
"source": "docs",
"target": "docs/03-container/components/cluster-stacks/components",
"label": "cluster-stack-provider-openstack"
},
{
"repo": "SovereignCloudStack/standards",
"source": ["Standards/*.md", "Tests/scs-*.yaml"],
"target": "standards",
"label": ""
},
{
"repo": "osism/osism.github.io",
"source": "docs/guides",
"target": "docs/02-iaas/",
"label": ""
},
{
"repo": "SovereignCloudStack/k8s-harbor",
"source": "docs",
"target": "docs/03-container/components",
"label": "container-registry"
},
{
"repo": "SovereignCloudStack/status-page-openapi",
"source": "docs",
"target": "docs/04-operating-scs/components",
"label": "status-page"
},
{
"repo": "SovereignCloudStack/k8s-observability",
"source": "docs",
"target": "docs/04-operating-scs/components",
"label": "monitoring"
},
{
"repo": "SovereignCloudStack/openstack-health-monitor",
"source": "docs/*.md",
"target": "docs/04-operating-scs/01-guides",
"label": "openstack-health-monitor"
},
{
"repo": "SovereignCloudStack/central-api",
"source": "docs/*.md",
"target": "docs/04-operating-scs/components",
"label": "central-api"
},
{
"repo": "SovereignCloudStack/security-infra-scan-pipeline",
"source": "docs/*.md",
"target": "docs/04-operating-scs/components",
"label": "automated-pentesting"
}
]