Skip to content

Commit 30937c6

Browse files
authored
Refactor docs-page to scs-0002-v2 (#57)
* adjust docs to scs-0002-v2 standard Signed-off-by: Max Wolfs <[email protected]> * add faq section Signed-off-by: Max Wolfs <[email protected]> * add client redirects Signed-off-by: Max Wolfs <[email protected]> * hide empty pages Signed-off-by: Max Wolfs <[email protected]> * add standards Signed-off-by: Max Wolfs <[email protected]> * add updated community files from docs Signed-off-by: Max Wolfs <[email protected]> * add metering section Signed-off-by: Max Wolfs <[email protected]> * fix intro Signed-off-by: Max Wolfs <[email protected]> --------- Signed-off-by: Max Wolfs <[email protected]>
1 parent a524c94 commit 30937c6

File tree

45 files changed

+2200
-351
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+2200
-351
lines changed

.gitignore

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
# Content Dependencies from docs.package.json
22
/repo_to_be_edited_
3-
/community/community
4-
/docs/openstack-image-manager
5-
/docs/operations
6-
/docs/release-notes
7-
/docs/testbed
8-
/docs/k8s-cluster-api-provider
9-
/docs/status-page-openapi
10-
/standards/*
11-
/docs/*.md
12-
!/standards/index.md
13-
3+
/docs/02-iaas/components
4+
/docs/03-container/components
5+
/docs/06-releases
6+
/standards
147

158
# Dependencies
169
node_modules

community/README.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

docs.package.json

Lines changed: 30 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,32 @@
11
[
2-
{
3-
"repo": "SovereignCloudStack/docs",
4-
"source": "community",
5-
"target": "community",
6-
"label": ""
7-
},
8-
{
9-
"repo": "SovereignCloudStack/docs",
10-
"source": "*.md",
11-
"target": "docs",
12-
"label": ""
13-
},
14-
{
15-
"repo": "SovereignCloudStack/docs",
16-
"source": "operations",
17-
"target": "docs",
18-
"label": ""
19-
},
20-
{
21-
"repo": "SovereignCloudStack/release-notes",
22-
"source": "*.md",
23-
"target": "docs",
24-
"label": "release-notes"
25-
},
26-
{
27-
"repo": "osism/openstack-image-manager",
28-
"source": "doc/*.md",
29-
"target": "docs",
30-
"label": "openstack-image-manager"
31-
},
32-
{
33-
"repo": "osism/testbed",
34-
"source": "doc",
35-
"target": "docs",
36-
"label": "testbed"
37-
},
38-
{
39-
"repo": "osism/cloud-in-a-box",
40-
"source": "doc",
41-
"target": "docs",
42-
"label": "testbed/cloud-in-a-box"
43-
},
44-
{
45-
"repo": "SovereignCloudStack/k8s-cluster-api-provider",
46-
"source": "doc",
47-
"target": "docs",
48-
"label": "k8s-cluster-api-provider"
49-
},
50-
{
51-
"repo": "SovereignCloudStack/status-page-openapi",
52-
"source": "docs",
53-
"target": "docs",
54-
"label": "status-page-openapi"
55-
},
56-
{
57-
"repo": "SovereignCloudStack/standards",
58-
"source": "Standards/*.md",
59-
"target": "standards",
60-
"label": ""
61-
}
2+
{
3+
"repo": "SovereignCloudStack/release-notes",
4+
"source": "*.md",
5+
"target": "docs",
6+
"label": "06-releases"
7+
},
8+
{
9+
"repo": "osism/openstack-image-manager",
10+
"source": "doc/*.md",
11+
"target": "docs/02-iaas/components",
12+
"label": "openstack-image-manager"
13+
},
14+
{
15+
"repo": "SovereignCloudStack/k8s-cluster-api-provider",
16+
"source": "doc",
17+
"target": "docs/03-container/components",
18+
"label": "k8s-cluster-api-provider"
19+
},
20+
{
21+
"repo": "SovereignCloudStack/status-page-openapi",
22+
"source": "docs",
23+
"target": "docs/04-operating-scs",
24+
"label": "status-page"
25+
},
26+
{
27+
"repo": "SovereignCloudStack/standards",
28+
"source": "Standards/*.md",
29+
"target": "standards",
30+
"label": "active"
31+
}
6232
]
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
sidebar: 3
3+
---
4+
5+
# Containerization
6+
7+
TODO
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
sidebar: 1
3+
---
4+
5+
# Overview
6+
7+
TODO
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
sidebar: 2
3+
---
4+
5+
# Virtualization
6+
7+
TODO
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Hardware Requirements
2+
3+
TODO
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Overview
2+
3+
TODO
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Software Requirements
2+
3+
TODO

docs/02-iaas/guides/guide1.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Guide 1
2+
3+
TODO

0 commit comments

Comments
 (0)