-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
77 lines (72 loc) · 1.9 KB
/
mkdocs.yml
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
site_name: PhosCity's Aegisub Script
site_author: PhosCity
repo_name: PhosCity/Aegisub-Scripts
repo_url: https://github.com/PhosCity/Aegisub-Scripts
nav:
- Home: index.md
- Typesetting:
- Abacus: Abacus.md
- Add Grain: Add Grain.md
- ASS2SVG: ASS2SVG.md
- Auto Fade: Auto Fade.md
- Chromatic Abberation: Chromatic Abberation.md
- Edit Tags: Edit Tags.md
- Extrapolate Tracking: Extrapolate Tracking.md
- Fold Operations: Fold Operations.md
- Remove Tags: Remove Tags.md
- Rotated Gradient: Rotated Gradient.md
- svg2ass: svg2ass.md
- Wave: Wave.md
- Wobble: Wobble.md
- Fit Text in Clip: Fit Text in Clip.md
- Vector Gradient: Vector Gradient.md
- Timing:
- Timing Assistant: Timing Assistant.md
- Bidirectional Snapping: Bidirectional Snapping.md
- Karaoke:
- KFX: KFX.md
- QC:
- Quality Report: Quality Report.md
- Module:
- AegiGUI: AegiGUI.md
- AssfPlus: AssfPlus.md
- Others:
- ASSFoundation: ASSFoundation.md
theme:
name: material
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- toc.integrate
- navigation.top
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
language: en
palette:
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
markdown_extensions:
- attr_list
- admonition
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
extra:
analytics:
provider: google
property: !ENV GOOGLE_ANALYTICS_KEY