-
Notifications
You must be signed in to change notification settings - Fork 10
/
mkdocs.yml
54 lines (50 loc) · 1.54 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
site_name: Virto Commerce Documentation
theme:
name: material
language: en
# features:
# - instant # (still experimental) feature fails to load images when folder changes
favicon: media/favicon.ico
logo: media/logo.png
palette:
primary: red
font:
text: Roboto
code: Ubuntu Mono
markdown_extensions:
- admonition # https://squidfunk.github.io/mkdocs-material/extensions/admonition/ (in material theme)
- codehilite
- meta
# https://squidfunk.github.io/mkdocs-material/extensions/pymdown/
- pymdownx.superfences
- pymdownx.magiclink
plugins:
- search # necessary for search to work
# - autolinks
- awesome-pages:
# strict: false
- git-revision-date-localized
# - minify:
# minify_html: true
- redirects:
redirect_maps:
'redir.md': 'index.md'
# - monorepo
# Project information
site_name: Virto Commerce
site_description: Virto Commerce Documentation
site_author: Virto Commerce
site_url: https://virtocommerce.com/docs/latest
# Repository
repo_name: VirtoCommerce/vc-module-notification
repo_url: https://github.com/VirtoCommerce/vc-module-notification
# Copyright
copyright: Copyright © 2020. All rights reserved.
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/VirtoCommerce
- icon: fontawesome/brands/twitter
link: https://twitter.com/virtocommerce?lang=en
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/virto-commerce/