docserver/docs/settings.md
Jesús Pérez 96a6fd6d98
Some checks are pending
Install / Cargo install on ubuntu-latest (push) Waiting to run
chore: fix content
2024-08-14 18:28:25 +01:00

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