docserver/docs/settings.md

830 B

Config settings

Most of settings have default values to "/" for paths or "" for text or false for boolean, if are not set properly DocServer config loadd will dispplay ain error an will not abort running.

Attributes order does not matter, in case of file path attributes relative path (the ones ending with path") is tried and finally root_path valued as root path for values. Pay attention to cert and key paths

Base layout for example below as config:

├── site.toml
├── menu_items.toml
├── serv_paths.toml
└── locales.toml

site.toml

Site settings

menu_items.toml

Menu Items settings

serv_paths.toml

Serv Paths settings

locales.toml

Locales settings