-
-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathmkdocs.yml
More file actions
33 lines (33 loc) · 800 Bytes
/
mkdocs.yml
File metadata and controls
33 lines (33 loc) · 800 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
site_name: Hyperscan for Python
nav:
- Overview: index.md
- Usage: usage.md
- Contributing:
- Release Workflow: releases.md
theme: 'material'
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
use_pygments: true
noclasses: true
- toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: '!!python/name:pymdownx.emoji.to_svg'
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
repo_name: 'darvid/python-hyperscan'
repo_url: 'https://github.com/darvid/python-hyperscan'