mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
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:
parent
f64afc2588
commit
626bc98bff
5 changed files with 91 additions and 10 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue