forked from randy408/libspng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
40 lines (35 loc) · 965 Bytes
/
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
site_name: libspng v0.7.4
site_url: https://libspng.org/docs
repo_url: https://github.com/randy408/libspng/
site_description: libspng documentation
site_author: Randy
copyright: © 2018-2023, Randy
nav:
- 'libspng documentation': 'index.md'
- 'Build': 'build.md'
- 'Usage': 'usage.md'
- 'API Documentation': 'api.md'
- 'Migration guide - libpng': 'migrate-libpng.md'
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
site_dir: 'site'
markdown_extensions:
- smarty
- fenced_code
- admonition
- codehilite
- markdown.extensions.toc:
permalink: true
plugins:
- search