-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
134 lines (124 loc) · 3.83 KB
/
Copy pathmkdocs.yml
File metadata and controls
134 lines (124 loc) · 3.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
site_name: Whitelist Manager for Splunk
site_url: https://relativisticjet.github.io/wl_manager/
site_description: >-
Manage Splunk detection-rule CSV whitelists through a web UI with approval
workflows, version control, and a full diff-based audit trail.
site_author: Oleh Bezsonov
repo_url: https://github.com/RelativisticJet/wl_manager
repo_name: RelativisticJet/wl_manager
edit_uri: edit/main/docs/
copyright: >-
Copyright © 2026 Oleh Bezsonov —
released under the Apache License, Version 2.0.
Splunk, Splunk Enterprise, and Splunk Enterprise Security are
registered trademarks of Splunk LLC.
theme:
name: material
language: en
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- navigation.instant
- navigation.tracking
- navigation.sections
- navigation.expand
- navigation.top
- navigation.indexes
- toc.follow
- search.suggest
- search.highlight
- content.code.copy
- content.code.annotate
- content.action.edit
icon:
repo: fontawesome/brands/github
plugins:
- search:
lang: en
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- tables
- toc:
permalink: true
permalink_title: Anchor link to this section
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
# Strict mode catches broken links and missing nav entries at build
# time so contributors get fast feedback. Wired in
# .github/workflows/docs.yml as `mkdocs build --strict`.
strict: false
nav:
- Home: index.md
- User Guide:
- Overview: Whitelist_Manager_Documentation.md
- Operations:
- Splunk Admin Installation: Splunk_Admin_Installation_Guide.md
- Runbooks: RUNBOOKS.md
- Backup & Restore: BACKUP_AND_RESTORE.md
- Splunk Quirks: SPLUNK_QUIRKS.md
- Example SPL Queries: example_spl_queries.md
- Security:
- Architecture: SECURITY_ARCHITECTURE.md
- SBOM & Signing: SBOM.md
- Reference:
- Audit Volume Forecast: AUDIT_VOLUME_FORECAST.md
- REST API: api/README.md
# Files under docs/ that are intentionally NOT exposed on the public
# site. They live in-tree for contributors / maintainers but would
# either confuse end-users (release planning, ring findings, drift
# logs) or duplicate other content. mkdocs' `not_in_nav` suppresses
# the "page not in nav" warning under `--strict`.
not_in_nav: |
APPINSPECT_FINDINGS.md
APPINSPECT_NOTES.md
BACKWARD_COMPAT.md
DECISION_LOG.md
HTML_INJECTION_AUDIT.md
PIP_AUDIT_LOG.md
PUBLIC_RELEASE_PLAN.md
RELEASE_CHECKLIST.md
RING1_INPUT_handler_contracts.md
RING_FINDINGS.md
TESTING.md
TESTING_PROGRESS_2026-04-15.md
# (superpowers/ planning docs moved to .planning/superpowers/ on
# 2026-05-18 per Phase 3.1 audit F-L2 — they are now outside docs/
# so MkDocs ignores them automatically.)
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/RelativisticJet/wl_manager
name: wl_manager on GitHub
# Keep the build deterministic — no analytics, no telemetry.
# (See PUBLIC_RELEASE_PLAN.md §10 — "Telemetry / phone-home"
# deferred to v2 per D9 privacy-maximalism.)
# Versioned docs (mike) deferred until v1.1 — for v1 we ship one
# version and link releases via the GitHub release notes.