-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathmkdocs.yml
67 lines (59 loc) · 1.34 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
site_name: Link User Guide
repo_url: https://github.com/dyalog/link
repo_name: Dyalog/Link
nav:
- Overview:
- index.md
- Discussion/TechDetails.md
- Discussion/Workspaces.md
- Discussion/History.md
- Install and Upgrade:
- Usage/Installation.md
- ReleaseNotes40.md
- Working with Link:
- Usage/index.md
- Usage/Arrays.md
- Usage/ConfigFiles.md
- Usage/Setup.md
- Usage/WStoLink.md
- API & Command Reference:
- API/index.md
- API/Link.Add.md
- API/Link.Break.md
- API/Link.CaseCode.md
- API/Link.Create.md
- API/Link.Configure.md
- API/Link.Export.md
- API/Link.Expunge.md
- API/Link.Fix.md
- API/Link.GetFileName.md
- API/Link.GetItemName.md
- API/Link.Import.md
- API/Link.LaunchDir.md
- API/Link.Notify.md
- API/Link.Refresh.md
- API/Link.Resync.md
- API/Link.Status.md
- API/Link.Stop.md
- API/Link.Trace.md
- API/Link.StripCaseCode.md
- API/Link.TypeExtension.md
- API/Link.Version.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