Skip to content

Commit 2646ae0

Browse files
committed
website updates
1 parent 97551cc commit 2646ae0

File tree

7 files changed

+17
-53
lines changed

7 files changed

+17
-53
lines changed

website/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ draft: false
1313
unlisted: false
1414
---
1515

16-
![StackQL Deploy](/img/stackql-deploy-logo.png)
16+
![StackQL Deploy](/img/stackql-deploy-featured-image.png)
1717

1818
## Model Driven, Declarative, State File<i>-less</i>, Multi-Cloud IaC
1919

website/docusaurus.config.js

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ const config = {
3535
sidebarPath: './sidebars.js',
3636
// Remove this to remove the "edit this page" links.
3737
editUrl: 'https://github.com/stackql/stackql-deploy/tree/main/website/',
38+
routeBasePath: '/', // Set the docs to be the root of the site
3839
},
3940
// blog: {
4041
// showReadingTime: true,
@@ -64,18 +65,18 @@ const config = {
6465
image: 'img/stackql-cover.png',
6566
navbar: {
6667
logo: {
67-
alt: 'StackQL',
68+
alt: 'StackQL Deploy',
6869
href: '/',
6970
src: 'img/stackql-deploy-logo.svg',
7071
srcDark: 'img/stackql-deploy-logo-white.svg',
7172
},
7273
items: [
73-
{
74-
type: 'docSidebar',
75-
sidebarId: 'docsSidebar',
76-
position: 'left',
77-
label: 'Deploy Docs',
78-
},
74+
// {
75+
// type: 'docSidebar',
76+
// sidebarId: 'docsSidebar',
77+
// position: 'left',
78+
// label: 'Deploy Docs',
79+
// },
7980
{
8081
to: '/stackqldocs',
8182
position: 'left',
@@ -124,7 +125,12 @@ const config = {
124125
to: '/registry',
125126
},
126127
]
127-
},
128+
},
129+
{
130+
to: '/downloads',
131+
position: 'left',
132+
label: 'Downloads',
133+
},
128134
// {to: '/blog', label: 'Blog', position: 'left'},
129135
{
130136
href: 'https://github.com/stackql/stackql',
@@ -139,8 +145,8 @@ const config = {
139145
logo: {
140146
alt: 'StackQL',
141147
href: 'https://stackql.io/',
142-
src: 'img/logo-original.svg',
143-
srcDark: 'img/logo-white.svg',
148+
src: 'img/stackql-deploy-logo.svg',
149+
srcDark: 'img/stackql-deploy-logo-white.svg',
144150
},
145151
links: [
146152
{

website/src/pages/cookbooks.js

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

website/src/pages/index.js

Lines changed: 0 additions & 32 deletions
This file was deleted.
35.2 KB
Loading
-18.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)