forked from Pr-Mex/vanessa-automation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
33 lines (33 loc) · 774 Bytes
/
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
site_name: Vanessa Automation
theme:
name: material
language: 'ru'
logo: 'assets/images/logo.png'
favicon: 'assets/images/logo.png'
palette:
primary: 'white'
accent: 'red'
features:
- tabs
- instant
plugins:
- search:
separator: '[\s\-\.]+'
lang:
- en
- ru
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Pr-Mex/vanessa-automation
- icon: fontawesome/brands/telegram
link: https://t.me/VanessaAutomation
markdown_extensions:
- admonition
- codehilite
- toc:
permalink: true
site_url: 'https://pr-mex.github.io/vanessa-automation'
repo_name: 'pr-mex/vanessa-automation'
repo_url: 'https://github.com/pr-mex/vanessa-automation'
edit_uri: 'edit/develop/docs'