mirror of
https://github.com/google/santa.git
synced 2026-01-15 01:08:12 -05:00
* Docs: Start of Santa Docs * Docs: /exec()/execve()/ * Docs: /sync-server/sync server/ * Docs: review updates
30 lines
779 B
YAML
30 lines
779 B
YAML
site_name: Santa
|
|
theme: readthedocs
|
|
|
|
docs_dir: Docs
|
|
extra_css:
|
|
- theme/Santa.css
|
|
|
|
pages:
|
|
- Introduction:
|
|
- Welcome to Santa: index.md
|
|
- Binary Whitelisting Overview: introduction/binary-whitelisting-overview.md
|
|
- Syncing Overview: introduction/syncing-overview.md
|
|
- Deployment:
|
|
- Configuration: deployment/configuration.md
|
|
- Development:
|
|
- Building: development/building.md
|
|
- Details:
|
|
- santa-driver: details/santa-driver.md
|
|
- santad: details/santad.md
|
|
- santactl: details/santactl.md
|
|
- santabs: details/santabs.md
|
|
- santa-gui: details/santa-gui.md
|
|
- mode: details/mode.md
|
|
- events: details/events.md
|
|
- rules: details/rules.md
|
|
- scopes: details/scopes.md
|
|
- syncing: introduction/syncing-overview.md
|
|
- ipc: details/ipc.md
|
|
- logs: details/logs.md
|