Skip to content

Commit 92ac6d3

Browse files
authored
Merge pull request #20 from stackql/feature/updates
site updates
2 parents d64eb1d + bbe93f7 commit 92ac6d3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

website/sidebars.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,14 @@ const sidebars = {
4949
description: 'stackql-deploy quick starts, how-tos, practical examples and use cases',
5050
slug: '/template-library',
5151
keywords: ['quickstarts', 'guides', 'how-tos', 'examples', 'use cases'],
52-
image: '/img/stackql-cover.png',
5352
},
5453
items: [
5554
{
5655
type: 'category',
5756
label: 'AWS',
5857
description: 'Practical examples and use cases specific to AWS',
5958
customProps: {
60-
icon: '/img/providers/aws/aws.png',
59+
icon: 'img/providers/aws/aws.png',
6160
},
6261
link: {
6362
type: 'generated-index',
@@ -72,7 +71,7 @@ const sidebars = {
7271
label: 'Microsoft Azure',
7372
description: 'Practical examples and use cases specific to Azure',
7473
customProps: {
75-
icon: '/img/providers/azure/azure.png',
74+
icon: 'img/providers/azure/azure.png',
7675
},
7776
link: {
7877
type: 'generated-index',
@@ -87,7 +86,7 @@ const sidebars = {
8786
label: 'Google Cloud Platform',
8887
description: 'Practical examples and use cases specific to Google Cloud',
8988
customProps: {
90-
icon: '/img/providers/google/google.png',
89+
icon: 'img/providers/google/google.png',
9190
},
9291
link: {
9392
type: 'generated-index',

0 commit comments

Comments
 (0)