-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmkdocs.yml
More file actions
91 lines (84 loc) · 3.22 KB
/
mkdocs.yml
File metadata and controls
91 lines (84 loc) · 3.22 KB
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
site_name: Documentation
repo_url: https://github.com/dyalog/documentation
copyright: Made with <a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener"><strong>Material for MkDocs</strong></a><br/>Copyright © 1982-$CURRENT_YEAR <strong><a href="https://dyalog.com" target="_blank" rel="noopener">Dyalog Limited</a></strong> (<a href="#" class="copy" onclick="navigator.clipboard.writeText(innerText);return false" title="Click to copy!">$BUILD_DATE $GIT_INFO</a>).<br/>Except where otherwise noted, content on this site is licensed under a <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="noopener"><strong>Creative Commons Attribution 4.0 International</strong></a> licence.
theme:
favicon: 'documentation-assets/images/favicon-32.png'
logo: documentation-assets/images/dyalog-logo_white.svg
features:
- navigation.instant
- navigation.tracking
- navigation.path
- navigation.indexes
- navigation.sections
name: material
font:
text: Be Vietnam Pro
extra_css:
- documentation-assets/css/main.css
- documentation-assets/css/extra.css
- documentation-assets/css/admonition-ucmdhelp.css
- documentation-assets/css/windows-ui-guide.css
extra_javascript:
- javascripts/mathjax.js
- 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
reference_text: 'Table {index}'
caption_prefix: 'Table {index}:'
- minify:
minify_html: true
extra:
version_maj: 20
version_min: 0
version_majmin: 20.0
version_condensed: 200
conga_version: 3.6
conga_version_condensed: 36
version:
provider: mike
generator: false
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.keys
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
pygments_lang_class: true
- attr_list
- abbr
- footnotes
- md_in_html
- markdown_tables_extended
- toc:
title: On this page
nav:
- 'Release Notes':
- 'v20.0 Release Notes': "!include ./release-notes/mkdocs.yml"
- 'Earlier Release Notes': "!include ./earlier-release-notes/mkdocs.yml"
- 'Core Reference':
- 'Dyalog APL Language': "!include ./language-reference-guide/mkdocs.yml"
- 'Programming': "!include ./programming-reference-guide/mkdocs.yml"
- 'Dyalog for Microsoft Windows':
- 'Installation/Configuration': "!include ./windows-installation-and-configuration-guide/mkdocs.yml"
- 'User Interface': "!include ./windows-ui-guide/mkdocs.yml"
- 'Object Reference': "!include ./object-reference/mkdocs.yml"
- 'Interfaces': "!include ./interface-guide/mkdocs.yml"
- '.NET Framework Interface': "!include ./net-framework-interface-guide/mkdocs.yml"
- 'Dyalog for UNIX':
- 'Installation/Configuration': "!include ./unix-installation-and-configuration-guide/mkdocs.yml"
- 'User Interface': "!include ./unix-user-guide/mkdocs.yml"
- 'About':
- 'Conventions': conventions.md
- 'Third-party Licences': licences-overview.md
- 'Trademarks': trademarks.md