-
Notifications
You must be signed in to change notification settings - Fork 251
Expand file tree
/
Copy pathmkdocs.yml
More file actions
88 lines (79 loc) · 1.96 KB
/
Copy pathmkdocs.yml
File metadata and controls
88 lines (79 loc) · 1.96 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
site_name: Hashtopolis
site_url: https://docs.hashtopolis.org
repo_url: https://github.com/hashtopolis/server
docs_dir: doc
nav:
- index.md
- user_manual/basic_workflow.md
- Installation Guidelines:
- installation_guidelines/basic_install.md
- installation_guidelines/advanced_install.md
- installation_guidelines/update.md
- installation_guidelines/tls.md
- installation_guidelines/docker.md
- User Manual:
- user_manual/agents.md
- user_manual/tasks.md
- user_manual/hashlist.md
- user_manual/files.md
- user_manual/crackers_binary.md
- user_manual/settings_and_configuration.md
- user_manual/users.md
- user_manual/user-settings.md
- FAQ and Tips:
- faq_tips/faq.md
- faq_tips/tips.md
- changelog.md
- API Reference:
- APIv2: api.md
theme:
name: material
custom_dir: doc/overrides
logo: assets/images/logo.png
palette:
- scheme: default
primary: blue
accent: light blue
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: indigo # or custom color
accent: light blue
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- content.code.copy
- content.action.edit
- navigation.tabs
- navigation.indexes
- navigation.sections
- header.autohide
- navigation.top
- toc.integrate
- navigation.footer
- content.tabs.link
edit_uri: blob/docs/doc/
markdown_extensions:
- github-callouts
- sane_lists
- attr_list
- md_in_html
- admonition
extra_css:
- assets/stylesheets/hero.css
- assets/stylesheets/redoc-dark.css
extra:
font:
text: Roboto
code: Fira Code
plugins:
- swagger-ui-tag
- search
- minify:
minify_html: true
- git-revision-date-localized:
fallback_to_build_date: true
extra_javascript:
- https://cdn.redoc.ly/redoc/latest/bundles/redoc.standalone.js