-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
109 lines (102 loc) · 2.5 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
site_name: Справочник. Настройки рабочего окружения
site_url: https://maximsamokhval.github.io/audit-checklist/
site_author: Maxim Samokhval
site_description: Сборник полезной информации по настройке рабочего окружения
repo_name: maximsamokhval/audit-checklist
repo_url: https://github.com/maximsamokhval/audit-checklist
edit_uri: edit/main/docs
extra:
generator: false
social:
- icon: fontawesome/brands/telegram
link: https://t.me/maksym_samokhval
name: Telegram me
- icon: fontawesome/brands/github
link: https://github.com/maximsamokhval
copyright: Copyright © 2022 Maxim Samokhval
theme:
name: material
features:
- toc.integrate
- navigation.top
#- navigation.tabs
#- navigation.tabs.sticky
- navigation.sections
- navigation.instant
- navigation.tracking
#- navigation.expand
- header.autohide
- announce.dismiss
- search.highlight
- search.suggest
- search.share
palette:
- scheme: default
primary: blue grey
accent: light blue
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
- scheme: slate
primary: blue grey
accent: deep orange
toggle:
icon: material/lightbulb
name: Switch to light mode
language: ru
font:
text: Play
code: Roboto Mono
icon:
repo: fontawesome/brands/git
plugins:
#- tags
- social
plugins:
- rss
- git-revision-date-localized
- search:
lang:
- ru
- en
markdown_extensions:
- admonition
- abbr
- attr_list
- md_in_html
- def_list
- footnotes
- tables
- meta
- md_in_html
- pymdownx.betterem
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.keys
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.snippets
- toc:
permalink: true
nav:
- Начало: index.md
- SQL Docs:
- MS SQL: SQL/MS SQL.md
- MS SQL (troubleshooting): SQL/ms_sql_troubleshooting.md
- PostgreSQL: SQL/PostgreSQL.md
- lifehacks: SQL/lifehacks.md
- 1С:Предприятие:
- 1CServer/index.md
- Windows:
- Windows/index.md
- Технологический журнал:
- TechJournal/index.md
- TechJournal/analyse.md
- Заметки:
- Notes/index.md
- Про сайт:
- about/index.md