Skip to content

Commit 2f5b1ce

Browse files
authored
update additional resource on landing page (#264)
Signed-off-by: Max Wolfs <[email protected]>
1 parent 6ed445a commit 2f5b1ce

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

sidebarsUserDocs.js

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ const sidebars = {
77
{
88
type: 'category',
99
label: 'Application Examples',
10+
link: {
11+
type: 'generated-index'
12+
},
1013
items: [
1114
{
1215
type: 'category',

static/data/additionalResourcesData.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,13 @@
2020
{
2121
"title": "Deployment Examples",
2222
"body": "Get to know different ways to deploy SCS with cloud resources or on bare metal.",
23-
"url": "/docs/iaas/guides/deploy-guide/examples",
23+
"url": "/docs/category/deployment-examples",
24+
"buttonText": "Explore Cases"
25+
},
26+
{
27+
"title": "Application Examples",
28+
"body": "Discover best practices to make the most of your cloud, from introductions to specific applications to advanced use cases.",
29+
"url": "/user-docs/category/application-examples",
2430
"buttonText": "Explore Cases"
2531
}
2632
]

0 commit comments

Comments
 (0)