-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathmkdocs.yml
62 lines (56 loc) · 1.15 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
site_name: CrSFML
site_url: https://oprypin.github.io/crsfml/
repo_url: https://github.com/oprypin/crsfml
edit_uri: blob/master/docs/
use_directory_urls: false
theme:
name: material
features:
- content.action.edit
- navigation.tabs
logo: icon.png
icon:
repo: fontawesome/brands/github
palette:
primary: teal
accent: green
extra_css:
- style.css
watch:
- src
markdown_extensions:
- pymdownx.highlight
- pymdownx.magiclink
- pymdownx.saneheaders
- pymdownx.superfences
- pymdownx.snippets:
base_path:
- !relative $config_dir
- deduplicate-toc
- callouts
- toc:
permalink: "#"
plugins:
- search
- gen-files:
scripts:
- tools/gen_doc_files.py
- mkdocstrings:
default_handler: crystal
handlers:
crystal:
crystal_docs_flags: [--source-refname=master]
- literate-nav:
nav_file: README.md
- section-index
- code-validator:
enabled: !ENV [LINT, false]
identifiers:
crystal:
validators:
- crystal tool format --check -
validation:
omitted_files: warn
absolute_links: warn
nav:
absolute_links: ignore