-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
25 lines (25 loc) · 803 Bytes
/
mkdocs.yml
File metadata and controls
25 lines (25 loc) · 803 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
site_name: PyCafe plugin for MkDocs
site_url: https://mkdocs.py.cafe
repo_url: https://github.com/py-cafe/mkdocs-pycafe
repo_name: mkdocs-pycafe
edit_uri: edit/main/docs/
theme:
name: material
features:
- content.code.annotate #
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: python
class: 'highlight'
validator: !!python/name:mkdocs_pycafe.validator
format: !!python/object/apply:mkdocs_pycafe.formatter
kwds:
type: solara
requirements: |
altair
anywidget
link_text: |
<img src="https://py.cafe/logos/pycafe_logo.png" style="height: 24px"> **Run and edit this code in PyCafe**
- pymdownx.snippets:
url_download: true