-
Notifications
You must be signed in to change notification settings - Fork 223
/
Copy pathmkdocs.yml
68 lines (64 loc) · 1.67 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
%YAML 1.2
---
site_name: GitGutter Documentation
repo_url: https://github.com/jisaacks/GitGutter
site_description: A Sublime Text plug-in to show information about files in a git repository.
copyright: |-
Copyright © 2012 - ...
<a href="https://github.com/jisaacks">JD Isaacks</a> &
<a href="https://github.com/deathaxe">DeathAxe</a>
nav:
- Overview: index.md
- Installation: install.md
- Basic Usage: usage.md
- Settings: settings.md
- Coloring: coloring.md
- Troubleshooting: troubleshooting.md
- License: license.md
theme:
name: material
palette:
primary: indigo
accent: red
plugins:
- minify:
minify_html: true
markdown_extensions:
- markdown.extensions.admonition:
- markdown.extensions.footnotes:
- markdown.extensions.smarty:
smart_quotes: false
- pymdownx.betterem:
- markdown.extensions.abbr:
- markdown.extensions.attr_list:
- markdown.extensions.def_list:
- markdown.extensions.tables:
- pymdownx.superfences:
- pymdownx.highlight:
css_class: codehilite
extend_pygments_lang:
- name: php-inline
lang: php
options:
startinline: true
- pymdownx.inlinehilite:
- pymdownx.magiclink:
repo_url_shortener: true
repo_url_shorthand: true
user: jisaacks
repo: GitGutter
- pymdownx.tilde:
- pymdownx.caret:
- pymdownx.smartsymbols:
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_png
- pymdownx.escapeall:
hardbreak: true
nbsp: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.striphtml:
- pymdownx.keys:
separator: "\uff0b"
- pymdownx.details:
- pymdownx.saneheaders: