-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
43 lines (37 loc) · 829 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
43 lines (37 loc) · 829 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
36
37
38
39
40
41
42
43
site_name: makeapp
site_url: !ENV READTHEDOCS_CANONICAL_URL
copyright: Copyright © 2013-2026, Igor Starikov
repo_url: https://github.com/idlesign/makeapp
edit_uri: edit/master/docs/
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/idlesign
plugins:
- search
- navsorted
theme:
name: material
palette:
primary: green
features:
- navigation.top
- toc.follow
- content.action.view
- content.action.edit
- content.code.copy
- content.code.annotate
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- toc:
permalink: true