chore: add docs
Some checks are pending
Install / Cargo install on ubuntu-latest (push) Waiting to run
Some checks are pending
Install / Cargo install on ubuntu-latest (push) Waiting to run
This commit is contained in:
parent
8ba9afbce3
commit
41501e3d12
1
docs/auths.md
Normal file
1
docs/auths.md
Normal file
@ -0,0 +1 @@
|
||||
# Users authentication and authorizations
|
33
docs/settings.md
Normal file
33
docs/settings.md
Normal file
@ -0,0 +1,33 @@
|
||||
# Config settings
|
||||
|
||||
This is an example of [configuration file]({{urlbase}}/connfiguration.md)
|
||||
|
||||
Most of settings have default values to "/" for paths or "" for text or false for boolean, if are not set properly {{#include ../globaldefs.md:3}} 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**:
|
||||
|
||||
```text
|
||||
├── site.toml
|
||||
├── menu_items.toml
|
||||
├── serv_paths.toml
|
||||
└── locales.toml
|
||||
```
|
||||
|
||||
## site.toml
|
||||
|
||||
[Site settings]({{urlbase}}/site_settings.md)
|
||||
|
||||
## menu_items.toml
|
||||
|
||||
[Menu Items settings]({{urlbase}}/menu_items_settings.md)
|
||||
|
||||
## serv_paths.toml
|
||||
|
||||
[Serv Paths settings]({{urlbase}}/serv_paths_settings.md)
|
||||
|
||||
## locales.toml
|
||||
|
||||
[Locales settings]({{urlbase}}/locales_settings.md)
|
||||
|
1
docs/static_content.md
Normal file
1
docs/static_content.md
Normal file
@ -0,0 +1 @@
|
||||
# Static contents
|
Loading…
Reference in New Issue
Block a user