forked from facelessuser/HexViewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
28 lines (28 loc) · 855 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
site_name: HexViewer Documentation
repo_url: https://github.com/facelessuser/HexViewer
site_description: A Sublime Text hex viewer and editor.
copyright: Copyright © 2011 - 2015 <a href="https://github.com/facelessuser">Isaac Muse</a>
pages:
- About HexViewer: index.md
- Installation: installation.md
- User Guide: usage.md
- Contributing & Support: contributing.md
- License: license.md
theme: readthedocs
theme_dir: doc_theme
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.smarty
- markdown.extensions.nl2br
- markdown.extensions.codehilite:
guess_lang: false
- pymdownx.extra
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.tilde
- pymdownx.caret
- pymdownx.smartsymbols
- pymdownx.githubemoji
- pymdownx.tasklist
- pymdownx.progressbar
- pymdownx.headeranchor