Docs: Cosmetic changes (#7059)

Co-authored-by: Olivier Goffart <olivier.goffart@slint.dev>
Co-authored-by: Nigel Breslaw <nigel.breslaw@slint.dev>
This commit is contained in:
Aurindam Jana 2024-12-11 12:44:10 +01:00 committed by GitHub
parent f64afc2588
commit 626bc98bff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 91 additions and 10 deletions

View file

@ -34,12 +34,13 @@ export default defineConfig({
},
integrations: [
starlight({
title: "Docs",
title: "Slint Docs",
logo: {
light: "./src/assets/slint-logo-simple-light.webp",
dark: "./src/assets/slint-logo-simple-dark.webp",
replacesTitle: true,
},
customCss: ["./src/styles/custom.css"],
customCss: ["./src/styles/custom.css", "./src/styles/theme.css"],
components: {
Footer: "./src/components/Footer.astro",