Skip to content

Commit

Permalink
update additional resource on landing page (#264)
Browse files Browse the repository at this point in the history
Signed-off-by: Max Wolfs <mail@maxwolfs.com>
  • Loading branch information
maxwolfs authored Oct 21, 2024
1 parent 6ed445a commit 2f5b1ce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions sidebarsUserDocs.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ const sidebars = {
{
type: 'category',
label: 'Application Examples',
link: {
type: 'generated-index'
},
items: [
{
type: 'category',
Expand Down
8 changes: 7 additions & 1 deletion static/data/additionalResourcesData.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@
{
"title": "Deployment Examples",
"body": "Get to know different ways to deploy SCS with cloud resources or on bare metal.",
"url": "/docs/iaas/guides/deploy-guide/examples",
"url": "/docs/category/deployment-examples",
"buttonText": "Explore Cases"
},
{
"title": "Application Examples",
"body": "Discover best practices to make the most of your cloud, from introductions to specific applications to advanced use cases.",
"url": "/user-docs/category/application-examples",
"buttonText": "Explore Cases"
}
]

0 comments on commit 2f5b1ce

Please sign in to comment.