-
Notifications
You must be signed in to change notification settings - Fork 231
Expand file tree
/
Copy pathmkdocs.yml
More file actions
134 lines (128 loc) · 3.8 KB
/
mkdocs.yml
File metadata and controls
134 lines (128 loc) · 3.8 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
site_name: OhMyCaptcha
site_description: Self-hostable YesCaptcha-compatible captcha solver built with FastAPI, Playwright, and OpenAI-compatible multimodal models.
site_url: https://shenhao-stu.github.io/ohmycaptcha/
repo_url: https://github.com/shenhao-stu/ohmycaptcha
repo_name: shenhao-stu/ohmycaptcha
edit_uri: edit/main/docs/
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/shenhao-stu/ohmycaptcha
extra_css:
- stylesheets/extra.css
theme:
name: material
language: en
icon:
repo: fontawesome/brands/github
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
accent: indigo
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- navigation.sections
- navigation.expand
- navigation.top
- toc.follow
- content.code.copy
- content.action.edit
- search.suggest
- search.highlight
plugins:
- search
- i18n:
docs_structure: folder
fallback_to_default: true
reconfigure_material: true
reconfigure_search: true
languages:
- locale: en
name: English
default: true
build: true
nav_translations:
Home: Home
Getting Started: Getting Started
API Reference: API Reference
Usage: Usage
reCAPTCHA v3: reCAPTCHA v3
reCAPTCHA v2: reCAPTCHA v2
hCaptcha: hCaptcha
Cloudflare Turnstile: Cloudflare Turnstile
Image Classification: Image Classification
Image CAPTCHA: Image CAPTCHA
Positioning: Positioning
Deployment: Deployment
Local Model (SGLang): Local Model (SGLang)
Render: Render
Hugging Face Spaces: Hugging Face Spaces
Agent Skill: Agent Skill
Acceptance: Acceptance
FAQ: FAQ
- locale: zh
name: 简体中文
build: true
site_name: OhMyCaptcha
nav_translations:
Home: 首页
Getting Started: 快速开始
API Reference: API 参考
Usage: 使用指南
reCAPTCHA v3: reCAPTCHA v3
reCAPTCHA v2: reCAPTCHA v2
hCaptcha: hCaptcha
Cloudflare Turnstile: Cloudflare Turnstile
Image Classification: 图像分类
Image CAPTCHA: 图片验证码
Positioning: 项目定位
Deployment: 部署
Local Model (SGLang): 本地模型 (SGLang)
Render: Render
Hugging Face Spaces: Hugging Face Spaces
Agent Skill: Agent Skill
Acceptance: 验收
FAQ: 常见问题
- redirects
markdown_extensions:
- admonition
- attr_list
- md_in_html
- tables
- toc:
permalink: true
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
nav:
- Home: index.md
- Getting Started: getting-started.md
- API Reference: api-reference.md
- Usage:
- reCAPTCHA v3: usage/recaptcha-v3.md
- reCAPTCHA v2: usage/recaptcha-v2.md
- hCaptcha: usage/hcaptcha.md
- Cloudflare Turnstile: usage/turnstile.md
- Image Classification: usage/classification.md
- Image CAPTCHA: usage/image-captcha.md
- Positioning: positioning.md
- Deployment:
- Local Model (SGLang): deployment/local-model.md
- Render: deployment/render.md
- Hugging Face Spaces: deployment/huggingface.md
- Agent Skill: skill.md
- Acceptance: acceptance.md
- FAQ: faq.md