-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
77 lines (66 loc) · 1.91 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
site_name: Documentation
repo_url: https://github.com/dyalog/documentation
theme:
favicon: 'img/favicon-32.png'
logo: 'img/dyalog-white.svg'
features:
- navigation.instant
- navigation.tracking
- navigation.path
- navigation.indexes
name: material
font:
text: Be Vietnam Pro
extra_css:
- style/main.css
- style/extra.css
- style/admonition-ucmdhelp.css
-
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
plugins:
- privacy
- search
- macros
- monorepo
- caption:
table:
enable: true
start_index: 1
increment_index: 1
position: bottom
extra:
version_maj: 20
version_majmin: 20.0
version:
provider: mike
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.keys
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- abbr
- footnotes
- md_in_html
- markdown_tables_extended
- toc:
title: On this page
nav:
- Release Notes V19.0: "!include ./release-notes-v19-0/mkdocs.yml"
- Windows Installation: "!include ./windows-installation-and-configuration-guide/mkdocs.yml"
- UNIX Installation: "!include ./unix-installation-and-configuration-guide/mkdocs.yml"
- Programmer's Guide: "!include ./programming-reference-guide/mkdocs.yml"
- Language Reference: "!include ./language-reference-guide/mkdocs.yml"
- Object Reference: "!include ./object-reference/mkdocs.yml"
- Windows UI Guide: "!include ./windows-ui-guide/mkdocs.yml"
- Interface Guide: "!include ./interface-guide/mkdocs.yml"
- .NET Interface: "!include ./dotnet-interface/mkdocs.yml"
- UNIX User Guide: "!include ./unix-user-guide/mkdocs.yml"