forked from VeNoMouS/cloudscraper
-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathmkdocs.yml
More file actions
50 lines (46 loc) · 1.19 KB
/
Copy pathmkdocs.yml
File metadata and controls
50 lines (46 loc) · 1.19 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
site_name: CloudScraper AI
site_url: https://github.com/zinzied/ai-cloudscraper
repo_url: https://github.com/zinzied/ai-cloudscraper
repo_name: zinzied/ai-cloudscraper
site_description: The ultimate Cloudflare bypass library with AI capability.
theme:
name: material
palette:
# Palette toggle for light mode
- scheme: default
primary: teal
accent: purple
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: teal
accent: lime
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs
- navigation.sections
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
- content.action.edit
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
nav:
- Home: index.md
- Getting Started: getting-started.md
- Advanced Usage: advanced-usage.md
- Real-World Examples: examples.md
- API Reference: api.md