Skip to content

Commit ffecec0

Browse files
committed
Configuration updates
1 parent 318dc59 commit ffecec0

File tree

13 files changed

+173
-3
lines changed

13 files changed

+173
-3
lines changed

astro.config.mjs

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,31 @@ export default defineConfig({
3434

3535
integrations: [
3636
starlight({
37-
title: 'LocalStack Docs',
37+
title: 'Docs',
38+
favicon: '/images/favicons/favicon.ico',
3839
customCss: ['./src/styles/global.css'],
3940
social: [
4041
{
4142
icon: 'github',
4243
label: 'GitHub',
43-
href: 'https://github.com/withastro/starlight',
44+
href: 'https://github.com/localstack/localstack',
45+
},
46+
{
47+
icon: 'linkedin',
48+
label: 'LinkedIn',
49+
href: 'https://www.linkedin.com/company/localstack-cloud/',
50+
},
51+
{
52+
icon: 'youtube',
53+
label: 'YouTube',
54+
href: 'https://www.youtube.com/@localstack',
4455
},
4556
],
57+
logo: {
58+
light: './src/assets/Logo_Light.svg',
59+
dark: './src/assets/Logo_Dark.svg',
60+
alt: 'LocalStack',
61+
},
4662
plugins: [
4763
starlightUtils({
4864
multiSidebar: {

public/favicon.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.
7.38 KB
Loading
24.2 KB
Loading
4.67 KB
Loading
1.27 KB
Loading
1.42 KB
Loading

public/images/favicons/favicon.ico

14.7 KB
Binary file not shown.

public/images/favicons/favicon.png

1.27 KB
Loading
Lines changed: 26 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)