Skip to content

Commit

Permalink
docs: Build config docs dynamically (#281)
Browse files Browse the repository at this point in the history
* Docs: Build config docs dynamically

* tests: update deprecated fields snapshot
  • Loading branch information
pederhan authored Jan 7, 2025
1 parent bbc71e4 commit aea5be5
Show file tree
Hide file tree
Showing 11 changed files with 567 additions and 490 deletions.
6 changes: 3 additions & 3 deletions docs/.includes/config-locations.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
=== "Linux"

- `./zabbix-cli/zabbix-cli.toml`
- `./zabbix-cli.toml`
- `$XDG_CONFIG_HOME/zabbix-cli/zabbix-cli.toml`
- `$XDG_CONFIG_DIRS/zabbix-cli/zabbix-cli.toml`

=== "macOS"

- `./zabbix-cli/zabbix-cli.toml`
- `./zabbix-cli.toml`
- `~/Library/Application Support/zabbix-cli/zabbix-cli.toml`
- `~/Library/Preferences/zabbix-cli/zabbix-cli.toml`

=== "Windows"

- `.\zabbix-cli\zabbix-cli.toml`
- `.\zabbix-cli.toml`
- `%LOCALAPPDATA%\zabbix-cli\zabbix-cli.toml`
- `%APPDATA%\zabbix-cli\zabbix-cli.toml`
Loading

0 comments on commit aea5be5

Please sign in to comment.