Skip to content

Commit

Permalink
Add description and logo config
Browse files Browse the repository at this point in the history
The logo changes make the docs page a bit cleaner
because the "Docs" headline is hidden and only
the logo is shown.
  • Loading branch information
mre committed Aug 19, 2024
1 parent 2ceb38e commit b591ff2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@ export default defineConfig({
integrations: [
starlight({
title: "Docs",
description: "Official documentation for lychee - a fast, asynchronous link checker",
editLink: {
baseUrl:
"https://github.com/lycheeverse/lycheeverse.github.io/edit/master/",
},
logo: {
alt: "lychee Logo",
replacesTitle: true,
src: "./public/logo.svg",
},
social: {
Expand Down

0 comments on commit b591ff2

Please sign in to comment.