-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmkdocs.yml
82 lines (76 loc) · 1.99 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
69
70
71
72
73
74
75
76
77
78
79
80
81
site_name: Материалы по тестированию в 1С
site_url: https://stepa86.github.io/About-tests-in-1C/
theme:
name: 'material'
logo: assets/images/logo.svg
favicon: assets/images/favicon.ico
language: ru
palette:
primary: 'white'
accent: 'red'
font:
text: 'Roboto'
code: 'Roboto Mono'
features:
- navigation.tabs
- search.highlight
- search.suggest
- search.share
- toc.integrate
- header.autohide
include_search_page: false
search_index_only: true
repo_name: 'Stepa86/About-tests-in-1C'
repo_url: https://github.com/Stepa86/About-tests-in-1C
markdown_extensions:
- markdown.extensions.toc:
permalink: true
slugify: !!python/name:pymdownx.slugs.uslugify_cased
toc_depth: 3
- markdown.extensions.admonition
- markdown.extensions.attr_list
- markdown.extensions.codehilite:
linenums: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:pymdownx.emoji.twemoji
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: true
- pymdownx.tilde
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- pymdownx.snippets:
check_paths: true
- pymdownx.tabbed
plugins:
- search:
separator: '[\s\-\.]+'
lang:
- ru
- en
- git-revision-date-localized:
fallback_to_build_date: true
- awesome-pages:
collapse_single_pages: false
- minify:
minify_html: true
extra:
social:
- icon: fontawesome/brands/github
link: 'https://github.com/Stepa86/About-tests-in-1C'
extra_css:
- assets/css/custom.css