-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy pathmkdocs.yml
More file actions
64 lines (55 loc) · 1.43 KB
/
mkdocs.yml
File metadata and controls
64 lines (55 loc) · 1.43 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
site_name: SigProfilerExtractor
repo_name: SigProfilerSuite/SigProfilerExtractor
repo_url: https://github.com/SigProfilerSuite/SigProfilerExtractor
docs_dir: docs
site_url: https://sigprofilersuite.github.io/SigProfilerExtractor/
not_in_nav: |
home.md
use_directory_urls: false
theme:
name: material
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.sections
- navigation.top
- toc.follow
- content.code.copy
palette:
- scheme: default
primary: indigo
accent: indigo
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/weather-night
name: Switch to dark mode
nav:
- Home: index.md
- Getting Started:
- '1. Installation': '1. Installation.md'
- '2. Quick Start Example': '2. Quick Start Example.md'
- Using The Tool:
- '3. Using the Tool - Input': '3. Using the Tool - Input.md'
- '4. Using the Tool - Output': '4. Using the Tool - Output.md'
- Output:
- '5. Output - All Solutions': '5. Output - All Solutions.md'
- '6. Output - Suggested Solution': '6. Output - Suggested Solution.md'
plugins:
- search
markdown_extensions:
- toc:
permalink: true
- attr_list
- md_in_html
- admonition
- pymdownx.superfences
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
extra_css:
- assets/stylesheets/extra.css
hooks:
- mkdocs_hooks.py