-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
76 lines (69 loc) · 1.63 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
site_name: EWC User Guide
repo_url: https://github.com/dyalog/ewc
repo_name: dyalog/ewc
nav:
- Overview:
- index.md
- Discussion/TechDetails.md
- Discussion/Differences.md
- Discussion/Images.md
- Getting Started:
- Usage/Installation.md
- Usage/Initialisation.md
- Usage/Configuration.md
- Supported Features:
- ObjectRef/Classes.md
- ObjectRef/ApexChart.md
- ObjectRef/BitMap.md
- ObjectRef/Button.md
- ObjectRef/Circle.md
- ObjectRef/Combo.md
- ObjectRef/Edit.md
- ObjectRef/Ellipse.md
- ObjectRef/Font.md
- ObjectRef/Form.md
- ObjectRef/Grid.md
- ObjectRef/Group.md
- ObjectRef/Icon.md
- ObjectRef/Image.md
- ObjectRef/ImageList.md
- ObjectRef/Label.md
- ObjectRef/List.md
- ObjectRef/ListView.md
- ObjectRef/Menu.md
- ObjectRef/MenuBar.md
- ObjectRef/MenuItem.md
- ObjectRef/MsgBox.md
- ObjectRef/Poly.md
- ObjectRef/Rect.md
- ObjectRef/Ribbon.md
- ObjectRef/RibbonButton.md
- ObjectRef/RibbonButtonGroup.md
- ObjectRef/RibbonGroup.md
- ObjectRef/RibbonGroupItem.md
- ObjectRef/Scroll.md
- ObjectRef/Splitter.md
- ObjectRef/SubForm.md
- ObjectRef/TabButton.md
- ObjectRef/TabControl.md
- ObjectRef/Text.md
- ObjectRef/Timer.md
- ObjectRef/TreeView.md
theme:
favicon: 'img/favicon-32.png'
logo: 'img/dyalog-white.svg'
features:
- navigation.sections
- navigation.instant
name: material
extra:
version:
provider: mike
extra_css:
- style/main.css
- style/admonition-ucmdhelp.css
plugins:
- search
markdown_extensions:
- admonition
- abbr