-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
150 lines (144 loc) · 5.69 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
theme:
name: material
custom_dir: overrides
language: en
# features:
# - instant # (still experimental) feature fails to load images when folder changes
favicon: legacy/media/favicon.ico
logo: assets/icons/logo.svg
logobw: assets/icons/logo-bw.svg
palette:
- scheme: default
toggle:
icon: assets/icons/dark-mode.svg
name: Night mode
- scheme: slate
toggle:
icon: assets/icons/light-mode.svg
name: Light mode
font:
text: Circular Std
code: Ubuntu Mono
icon:
repo: fontawesome/brands/github
features:
- navigation.tabs
- --md-code-bg-color
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
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
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'
# Project information
site_name: Documentation
site_description: Documentation portal for enterprise-level Microsoft .NET ecommerce platform Virto Commerce.
site_author: Virto Commerce
site_url: https://docs.virtocommerce.org/new
# Repository
repo_name: VirtoCommerce/vc-platform
repo_url: https://github.com/VirtoCommerce/vc-platform
edit_uri: edit/dev/docs/
# Copyright
copyright: Copyright © 2024. All rights reserved.
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/VirtoCommerce
- icon: fontawesome/brands/facebook
link: https://facebook.com/VirtoCommerce
- icon: fontawesome/brands/twitter
link: https://twitter.com/virtocommerce?lang=en
- icon: fontawesome/brands/instagram
link: google.com
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/virto-commerce/
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/c/Virtocommerce/videos
search:
icon: assets/icons/search.svg
rss:
icon: assets/icons/rss.svg
footer_links:
- title: Support
url: https://help.virtocommerce.com/support/home
- title: Community
url: https://www.virtocommerce.org/
- title: FAQ
url: https://www.virtocommerce.org/faq
- title: Release Notes
url: https://www.virtocommerce.org/c/news-digest/15
main_page:
top_cards:
# - title: Architect
# icon: assets/icons/package.svg
# description: I need to build the platform's architecture or learn how I can do that.
# link: https://docs.virtocommerce.org/architecture-center/B2B-multiregional/
- title: User
icon: assets/icons/person.svg
description: I use or am going to use Virto solutions on a regular basis.
link: user_docs
- title: Developer
icon: assets/icons/code-square.svg
description: I need to know how the Virto platform works so that I may customize it best for my team or customers.
link: dev_docs
# - title: Business Analyst
# icon: assets/icons/briefcase.svg
# description: I need to know how to implement Virto solutions across my team or externally.
# link: https://docs.virtocommerce.org/BA%20docs/
# wide_cards:
# - title: B2C solution
# icon: b2b-second.svg
# description: Learn how to build an online store your customers will buy goods and services from.
# link: under-construction
# - title: E-commerce platform
# icon: platform.svg
# description: Explore Virto's e-commerce opportunities and learn how to leverage them.
# link: under-construction
# - title: VirtoCloud
# icon: cloud.svg
# description: Cloud techs are currently in the forefront of the IT industry. Learn how to them with Virto.
# link: under-construction
# - title: Marketplace
# icon: marketplace.svg
# description: Virto Commerce allows you to build your very own unique online marketplace. See how!
# link: under-construction
education:
- title: Videos
description: Explore our video tutorials
image: assets/icons/videos.png
link: https://www.youtube.com/c/Virtocommerce
- title: Tech Blog
description: Hints, tips, and so much more!
image: assets/icons/articles.png
link: https://www.virtocommerce.org/
- title: Case Studies
description: Best case studies provided by our dev team
image: assets/icons/videos-second.png
link: https://virtocommerce.com/case-studies
- title: Code samples
description: Most used code samples
image: assets/icons/stories.png
link: https://github.com/VirtoCommerce/vc-samples
extra_javascript:
- assets/scripts/scripts-loader.js
- assets/scripts/scroll-menu.js
extra_css:
- assets/stylesheets/main.css
- assets/stylesheets/fonts.css