Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ All values must be hex codes starting with `#`.
}
```

`logo.href` accepts an absolute URL or a relative path starting with `/` (for example, `/quickstart`). If omitted, the logo links to the homepage (or the current locale's first page).

## Favicon

Single file or light/dark variants:
Expand Down Expand Up @@ -290,6 +292,8 @@ Link types: omit `type` for standard text link, `"github"` for repo with star co

Primary button types: `"button"`, `"github"`, `"discord"`.

Link and button `href` values accept an absolute URL or a relative path starting with `/`. For `github`, use a GitHub repository URL. For `discord`, use a Discord invite URL.

## Footer

```json
Expand Down
Loading