forked from drutiny/drutiny
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
71 lines (71 loc) · 2.02 KB
/
mkdocs.yml
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
site_name: Drutiny
site_dir: docs_html
repo_url: 'https://github.com/drutiny/drutiny'
site_description: 'This is a generic Drupal site auditing and optional remediation tool.'
markdown_extensions:
- toc:
baselevel: 2
theme: material
google_analytics:
- UA-116046012-1
- drutiny.github.io
extra_javascript:
- 'https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js'
- 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js'
- js/highlight.js
extra_css:
- css/tweaks.css
- 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/atom-one-light.min.css'
pages:
-
Home: index.md
-
Usage:
-
'Getting Started': getting-started.md
-
Reports: reports.md
-
Plugins: plugins.md
-
Contributing: CONTRIBUTING.md
-
'API Documentation':
-
Audit: audits.md
-
Sandbox: sandbox.md
-
Policy: policy.md
-
Profile: profiles.md
-
Config: config.md
-
'Credential Manager': creds.md
-
'Domain Provider': domains.md
-
Charts: charts.md
-
'Expression Language Syntax': explang-library.md
-
'Policy Library': policy-library.md
-
'Audit Library':
-
General: audits/DrutinyAudit.md
-
Apache: audits/DrutinyAuditApache.md
-
DNS: audits/DrutinyAuditDNS.md
-
Database: audits/DrutinyAuditDatabase.md
-
Drupal: audits/DrutinyAuditDrupal.md
-
Filesystem: audits/DrutinyAuditFilesystem.md
-
Template: audits/DrutinyAuditTemplate.md
-
'Http ': audits/DrutinyHttpAudit.md