Site title and description - Configuration
How to set site title and site description in LibDoc
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"
}
siteTileis always displayed as title link at the top of the primary navigation.siteDescriptionis 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.