-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
47 lines (42 loc) · 1.03 KB
/
mkdocs.yml
File metadata and controls
47 lines (42 loc) · 1.03 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
site_name: BitmapPlusPlus Ruby
site_description: Ruby bindings for BitmapPlusPlus - A C++ library for creating and manipulating 24-bit BMP images
site_url: https://ruby-rice.github.io/BitmapPlusPlus-ruby
repo_url: https://github.com/ruby-rice/BitmapPlusPlus-ruby
repo_name: ruby-rice/BitmapPlusPlus-ruby
theme:
name: material
palette:
- scheme: default
primary: purple
accent: purple
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: purple
accent: purple
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.sections
- navigation.expand
- content.code.copy
- content.code.annotate
validation:
nav:
omitted_files: info
not_found: warn
plugins:
- search
- awesome-pages
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.inlinehilite
- admonition
- pymdownx.details
- tables
- toc:
permalink: true