Configuration
Atlas reads project-level settings from config.json.
config.json fields
{
"site_title": "Atlas",
"logo_path": "/logo.svg",
"hide_made_with_atlas": true
}site_title(required): name shown in page titles and sidebar headerlogo_path(optional): path to a logo inpublic/used in the desktop sidebarhide_made_with_atlas(optional): hides the footer credit in the sidebar whentrue
hide_made_with_eolas is still accepted as a legacy alias, but hide_made_with_atlas is the canonical key.