forked from xsltdev/scriptdev.ru
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
97 lines (89 loc) · 2.62 KB
/
mkdocs.yml
File metadata and controls
97 lines (89 loc) · 2.62 KB
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
site_name: Typescript
site_url: https://scriptdev.ru/
site_description: Справочник Typescript-разработчика с примерами кода
site_author: scriptdev.ru
copyright: (C) 2021-2023, Справочник разработчика Typescript с примерами кода
repo_name: 'Справочник на Github'
repo_url: 'https://github.com/xsltdev/scriptdev.ru'
theme:
name: material
custom_dir: overrides
# Don't include MkDocs' JavaScript
# include_search_page: false
# search_index_only: true
palette:
- media: '(prefers-color-scheme: light)'
scheme: default
primary: blue
accent: blue
toggle:
icon: material/toggle-switch-off-outline
name: Тёмная тема
- media: '(prefers-color-scheme: dark)'
scheme: slate
primary: blue
accent: blue
toggle:
icon: material/toggle-switch
name: Светлая тема
language: ru
features:
- navigation.tabs
- navigation.tracking
- navigation.instant
- navigation.top
- content.action.edit
favicon: ts.svg
logo: ts.svg
extra:
generator: false
social:
- icon: fontawesome/brands/html5
link: 'https://hcdev.ru/'
name: HTML and CSS docs
- icon: fontawesome/brands/js
link: 'https://scriptdev.ru/'
name: Javascript
- icon: fontawesome/brands/angular
link: 'https://angdev.ru/'
name: Angular docs
- icon: fontawesome/brands/react
link: 'https://reactdev.ru/'
name: React docs
- icon: fontawesome/brands/node-js
link: 'https://nodejsdev.ru/'
name: Node.js docs
- icon: fontawesome/brands/python
link: 'https://py3dev.ru/'
name: Python 3 docs
- icon: fontawesome/solid/code
link: 'https://xsltdev.ru/'
name: XSLT docs
#google_analytics:
# - UA-34215161-1
# - auto
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
linenums: false
- toc:
permalink: true
- pymdownx.extra
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.tabbed
- pymdownx.superfences
- pymdownx.keys
plugins:
- search:
lang:
- ru
- en
- awesome-pages
# - section-index
- social
extra_css:
- '/assets/stylesheets/styles.css?3'