-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathprint_mkdocs.yml
65 lines (65 loc) · 1.67 KB
/
print_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
site_name: UNIX User Guide
theme:
favicon: img/favicon-32.png
logo: img/dyalog-logo-2025_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
- site-urls
- caption:
table:
enable: true
start_index: 1
increment_index: 1
position: bottom
extra:
version_maj: 20
version_majmin: 20.0
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.keys
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
- attr_list
- abbr
- footnotes
- md_in_html
- markdown_tables_extended
- toc:
title: On this page
nav:
- Introduction:
- Overview: overview.md
- Entering Characters: entering-characters.md
- Entering Commands: entering-commands.md
- Input Windows: the-different-input-windows.md
- Driving the tty version: driving-tty-dyalog-apl.md
- Starting APL: starting-apl.md
- Configuring the Editor: configuring-the-editor.md
- File Permissions and FSTAC: file-permissions-and-fstac.md
- Calling UNIX Commands: calling-unix-commands.md
- Signals and Trap: signals-and-trap.md
- BuildID: buildid.md
- Core and APLCore Files: core-and-aplcore-files.md
- Appendix A: appendix-a-table-of-keycodes-te.md
- Appendix B: appendix-b-table-of-keycodes-putty.md
- Appendix C: appendix-c-unused-keycodes.md