mirror of
https://github.com/valitydev/atomic-threat-coverage.git
synced 2024-11-06 01:25:21 +00:00
a91f93e680
I found that the windmill theme is a very fast one. With the standard set of detection rule paths the complete build only needs ~20 seconds to build.
20 lines
365 B
YAML
20 lines
365 B
YAML
site_name: ATC
|
|
docs_dir: Atomic_Threat_Coverage
|
|
site_dir: site/
|
|
|
|
theme:
|
|
name: 'windmill'
|
|
|
|
repo_url: https://github.com/atc-project/atomic-threat-coverage
|
|
# edit_uri: blob/master/docs/
|
|
|
|
plugins:
|
|
- search
|
|
- awesome-pages
|
|
- exclude:
|
|
glob:
|
|
- "*DS_Store"
|
|
- "*.git"
|
|
- "*.idea"
|
|
- "thehive_templates"
|