Site details
Set your site name, description, logo, favicon, and theme.
Use these docs.json settings to identify your documentation and add your
brand. All of them are optional.
Name and description#
name appears in the header beside your logo and in browser page titles.
description supplies the default meta description for any page that does not
define one in its frontmatter.
Individual pages can override the description:
Logo#
Set logo to an image path to use the same logo in light and dark mode. Put
the image in your project's public folder; /logo.svg refers to
public/logo.svg.
To use a different image for each color mode, provide light and dark
paths. Add href to choose where the logo sends visitors when they click it.
Without href, it links to the documentation home.
Favicon#
favicon sets the small icon shown in browser tabs and bookmarks. Use a path
to an image in the public folder.
Square PNG or SVG images work best. If you omit this setting, the browser uses its default icon.
Theme#
New Shiso sites include the following setting:
"shiso" is the available layout theme and is also the default, so you can
omit theme without changing the site.
Complete example#
To change colors, fonts, or color mode, continue to Appearance.