-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
35 lines (31 loc) · 843 Bytes
/
mkdocs.yml
File metadata and controls
35 lines (31 loc) · 843 Bytes
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
site_name: mkdocs-zip-bundle-plugin
site_url: https://mkdocs-zip-bundle-plugin.daemonless.io
site_description: A MkDocs plugin that turns code blocks into downloadable ZIP bundles or raw files — placeholder-aware.
repo_url: https://github.com/daemonless/mkdocs-zip-bundle-plugin
repo_name: daemonless/mkdocs-zip-bundle-plugin
theme:
name: material
features:
- navigation.tabs
- navigation.top
- content.code.copy
- search.suggest
markdown_extensions:
- attr_list
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- tables
- md_in_html
plugins:
- search
- zip-bundle:
include_jszip: true
- placeholder:
placeholder_file: placeholder-plugin.yaml
nav:
- Home: index.md
- Configuration: configuration.md