- /
-
- Configuration /
- Site title and description - Configuration
Site title and description - Configuration
How to set site title and site description in LibDoc
2025-05-23
ITADS
Just like faviconUrl and author, site title and site description are important text strings to enter when project starts. Set it into settings.json
:
{
"siteTitle": "My Documentation",
"siteDescription": "The description of my documentation website"
}
siteTile
is always displayed as title link at the top of the primary navigation.siteDescription
is displayed as metadata description on the page withpermalink: index.html
(home page) and as title attribute on home page link.
Site title and description are also involved in SEO.