feat: update styling
This commit is contained in:
@@ -20,12 +20,15 @@ export default defineConfig({
|
||||
integrations: [
|
||||
tailwindcss(),
|
||||
starlight({
|
||||
title: "My Docs",
|
||||
title: "Alex Lebens Docs",
|
||||
customCss: [
|
||||
'./src/styles/custom.css',
|
||||
],
|
||||
social: [
|
||||
{
|
||||
icon: "github",
|
||||
label: "GitHub",
|
||||
href: "https://github.com/withastro/starlight",
|
||||
icon: "external",
|
||||
label: "Homepage",
|
||||
href: "https://www.alexlebens.dev",
|
||||
},
|
||||
],
|
||||
plugins: [
|
||||
@@ -34,10 +37,7 @@ export default defineConfig({
|
||||
sidebar: [
|
||||
{
|
||||
label: "Guides",
|
||||
items: [
|
||||
// Each item here is one entry in the navigation menu.
|
||||
{ label: "Example Guide", slug: "guides/example" },
|
||||
],
|
||||
autogenerate: { directory: "guides" },
|
||||
},
|
||||
{
|
||||
label: "Reference",
|
||||
|
||||
Reference in New Issue
Block a user