This repository was archived by the owner on May 30, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
40 lines (40 loc) · 1.1 KB
/
mkdocs.yml
File metadata and controls
40 lines (40 loc) · 1.1 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
site_name: ProxyGrab
repo_url: https://github.com/Divkix/ProxyGrab/
site_description: ProxyGrab is a small package to get proxies from multiple services easily, by either using API or by scrapping them from various websites!
edit_uri: tree/master/docs/
site_author: Divkix
use_directory_urls: true
nav:
- Home: index.md
- Installation: installation.md
- Command Line: console.md
- API: api.md
- FAQ: faq.md
theme:
name: material
logo: img/circle-icon.png
favicon: img/name.png
palette:
- scheme: preference
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
plugins:
- git-revision-date
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Divkix/ProxyGrab
name: ProxyGrab on Github
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg