This repository was archived by the owner on Feb 20, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
129 lines (120 loc) · 2.91 KB
/
mkdocs.yml
File metadata and controls
129 lines (120 loc) · 2.91 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
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: 'Check Phạt Nguội'
site_author: 'NTGNguyen & Kevin Nitro'
site_description: 'Tool kiểm tra phạt nguội'
site_url: 'https://check-phat-nguoi.github.io'
strict: true
nav:
- 'Trang chủ':
- index.md
- support-apis.md
- 'Sử dụng':
- usage/index.md
- 'CLI':
- usage/cli/install.md
- usage/cli/config.md
- 'Lịch trình':
- usage/schedule/github-action.md
- usage/schedule/cloudflare-workers.md
- '24/7 bot':
- usage/247-bot/telegram.md
- 'CLI config schema': 'https://check-phat-nguoi.github.io/schemas/cli.config.html'
- 'Dev':
- dev/setup.md
- 'Telegram bot':
- dev/telegram-bot/setup.md
- dev/telegram-bot/dev.md
- 'API':
- dev/apis/index.md
- dev/apis/csgt_vn.md
- dev/apis/checkphatnguoi_vn.md
- dev/apis/phatnguoi_vn.md
- dev/apis/zm_io_vn.md
- dev/apis/tra_cuu_phat_nguoi.md
- dev/apis/etraffic.md
- 'Khác':
- other/references.md
- other/disclaimer.md
theme:
language: vi
features:
- content.code.annotate
- content.code.copy
- content.footnote.tooltips
- navigation.expand
- navigation.footer
- navigation.indexes
- navigation.instant
- navigation.instant.progress
- navigation.path
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- search.highlight
- search.suggest
name: material
font:
text: Inter
code: JetBrains Mono
palette:
- scheme: slate
toggle:
icon: material/weather-sunny
name: Chế độ tối
primary: indigo
- scheme: default
toggle:
icon: material/weather-night
name: Chế độ sáng
primary: indigo
markdown_extensions:
- footnotes:
- pymdownx.highlight:
anchor_linenums: true
line_spans: true
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets:
base_path:
- docs/
- .
- admonition
- md_in_html
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.keys
- pymdownx.mark
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- attr_list
- pymdownx.emoji
- toc:
permalink: true
plugins:
- search:
lang: vi
pipeline:
- stemmer
- stopWordFilter
- trimmer
- git-revision-date-localized:
type: timeago
fallback_to_build_date: true
enable_creation_date: true
enabled: !ENV [CI, false]
validation:
nav:
not_found: warn
omitted_files: warn
unrecognized_links: warn
extra:
analytics:
provider: google
property: G-0GRV2FG8QZ
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/check-phat-nguoi
name: Github