-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
47 lines (40 loc) · 863 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
site_name: Acumatica Framework Attribute Reference
theme:
name: material
custom_dir: mkdocs-material/material
# 404 page
static_templates:
- 404.html
# Necessary for search to work properly
include_search_page: false
search_index_only: true
# Default values, taken from mkdocs_theme.yml
language: en
font:
text: Roboto
code: Roboto Mono
favicon: assets/favicon.ico
logo: assets/logo.png
icon:
logo: logo
# Features
features:
- navigation.tracking
- search.suggest
# Plugins
plugins:
- tags
- search
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- admonition
extra:
generator: false
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/acumatica