-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmkdocs.yml
More file actions
78 lines (78 loc) · 2.26 KB
/
Copy pathmkdocs.yml
File metadata and controls
78 lines (78 loc) · 2.26 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
site_name: 9Hits Documentation
site_url: https://docs.9hits.com/
plugins:
- search
markdown_extensions:
- toc:
permalink: "#"
# baselevel: 2
- admonition
- attr_list
- md_in_html
- pymdownx.superfences
- pymdownx.details
- abbr
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- tables
theme:
name: material
logo: imgs/logo.png
favicon: imgs/logo.png
features:
- navigation.instant
- navigation.tracking
- navigation.top
- content.tooltips
# - navigation.sections
# - navigation.tabs
palette:
scheme: default
primary: brown
accent: orange
icon:
repo: fontawesome/brands/github
admonition:
note: octicons/tag-16
abstract: octicons/checklist-16
info: octicons/info-16
tip: octicons/squirrel-16
success: octicons/check-16
question: octicons/question-16
warning: octicons/alert-16
failure: octicons/x-circle-16
danger: octicons/zap-16
bug: octicons/bug-16
example: octicons/beaker-16
quote: octicons/quote-16
extra_css:
- css/9hits.css
repo_url: https://github.com/9hitste/docs
nav:
- 'Home': 'index.md'
- 'Getting Started': 'getting-started.md'
- '9Hits Application':
- 'Overview': '9hits-app/overview.md'
- 'Installation': '9hits-app/installation.md'
- 'Manage Campaign': '9hits-app/manage-campaign.md'
- 'Custom User-Agent': '9hits-app/user-agent.md'
- 'App Configuration': '9hits-app/app-config.md'
- 'Proxy Pool': '9hits-app/proxy-pool.md'
- 'Macros':
- 'Overview': 'macros/overview.md'
- 'Build-in Functions': 'macros/functions.md'
- 'API': 'api.md'
extra:
version:
provider: mike