docs: Add trust doc (#118)

* docs: Add trust doc

* Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Abhisek Datta <abhisek.datta@gmail.com>

---------

Signed-off-by: Abhisek Datta <abhisek.datta@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Abhisek Datta
2026-01-14 15:02:08 +05:30
committed by GitHub
co-authored by Copilot
parent f1b7e3f403
commit b97a4c2ee5
4 changed files with 168 additions and 4 deletions
+15
View File
@@ -0,0 +1,15 @@
# Configuration
PMG supports local configuration through a configuration file. To create the default configuration file, run:
```bash
pmg setup install
```
To see the configuration file path and activated configuration, run:
```bash
pmg setup info
```
See [config template](../config/config.template.yml) for the configuration schema.