Files
santa/mkdocs.yml
Russell Hancox abdd6c319a Project: Update docs for switch to bazel (#330)
* Project: Update docs for switch to bazel

I also made it so the santactl compilation won't include debug-only commands in release builds and the release rule will fail on a non-opt build.
2019-01-04 19:45:00 -05:00

29 lines
733 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
- ipc: details/ipc.md
- logs: details/logs.md