-
Notifications
You must be signed in to change notification settings - Fork 8
/
mkdocs.yml
66 lines (66 loc) · 1.7 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
site_name: BunnyNet-PHP
site_description: bunny.net API client for PHP
repo_name: ToshY/BunnyNet-PHP
repo_url: https://github.com/ToshY/BunnyNet-PHP
docs_dir: docs/
site_dir: site/
theme:
name: material
font: false
logo: images/favicon.png
favicon: images/favicon.png
features:
- navigation.footer
- navigation.indexes
- navigation.sections
- toc.follow
- navigation.top
- content.code.copy
- content.code.annotate
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: orange
accent: deep-orange
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: orange
accent: deep-orange
toggle:
icon: material/weather-night
name: Switch to light mode
markdown_extensions:
- abbr:
- tables:
- toc:
- admonition:
- pymdownx.extra:
- pymdownx.highlight:
use_pygments: false
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.10.0/highlight.min.js
- javascripts/highlight.js
extra_css:
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.10.0/styles/tokyo-night-dark.min.css
- stylesheets/extra.css
extra:
generator: false
social:
- icon: material/rabbit
link: https://bunny.net?ref=pji59zr7a4
name: Affiliate link
nav:
- About: index.md
- Getting Started: getting-started.md
- API:
- Base: base-api.md
- Edge Storage: edge-storage-api.md
- Stream: stream-api.md
- Edge Scripting: edge-scripting-api.md
- Logging: logging-api.md
- Other:
- Image Processing: image-processing.md
- Token Authentication: token-authentication.md