-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathmkdocs.yml
More file actions
44 lines (39 loc) · 1.05 KB
/
mkdocs.yml
File metadata and controls
44 lines (39 loc) · 1.05 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
site_name: "Boomerang Documentation"
site_url: https://secure-software-engineering.github.io/Boomerang/
repo_url: https://github.com/secure-software-engineering/Boomerang/
edit_uri: edit/develop/docs/
nav:
- Home: index.md
- General:
- Installation: general/installation.md
- Boomerang Scope: general/boomerang_scope.md
- Framework Scopes: general/framework_scopes.md
- Android Setup: general/android_setup.md
- Boomerang:
- Boomerang Setup: boomerang/boomerang_setup.md
- Options: boomerang/options.md
- Allocation Sites: boomerang/allocation_sites.md
- Examples:
- Taint Analysis: examples/taint_analysis.md
theme:
name: material
logo: ./img/BoomerangLogo.png
# favicon: ./img/icon.png
palette:
primary: blue
features:
- navigation.sections
plugins:
- search
markdown_extensions:
- pymdownx.highlight:
linenums: true
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- admonition
- pymdownx.tabbed:
alternate_style: true
extra:
version:
provider: mike