Mirror of
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add logos

deploy

+8 -2
+6 -1
docs/astro.config.ts
··· 7 7 export default defineConfig({ 8 8 integrations: [ 9 9 starlight({ 10 + title: "Starlight Sidebar Topics Dropdown", 11 + logo: { 12 + light: "./src/assets/logo-white.png", 13 + dark: "./src/assets/logo-dark.png", 14 + replacesTitle: true, 15 + }, 10 16 customCss: ["./src/styles/custom.css"], 11 17 editLink: { 12 18 baseUrl: ··· 92 98 social: { 93 99 github: "https://github.com/trueberryless-org/starlight-sidebar-topics-dropdown", 94 100 }, 95 - title: "Starlight Sidebar Topics Dropdown", 96 101 }), 97 102 ], 98 103 });
docs/src/assets/big-logo-dark.png

This is a binary file and will not be displayed.

docs/src/assets/big-logo-white.png

This is a binary file and will not be displayed.

docs/src/assets/logo-dark.png

This is a binary file and will not be displayed.

docs/src/assets/logo-white.png

This is a binary file and will not be displayed.

+2 -1
docs/src/content/docs/index.mdx
··· 9 9 hero: 10 10 tagline: Starlight plugin to split your docs page into multiple subpages and switch between them with a dropdown menu in the sidebar. 11 11 image: 12 - html: "🔻" 12 + dark: ../../assets/big-logo-dark.png 13 + light: ../../assets/big-logo-white.png 13 14 actions: 14 15 - text: Get Started 15 16 link: /docs/getting-started/