-
Notifications
You must be signed in to change notification settings - Fork 32
/
mkdocs.yml
57 lines (51 loc) · 1.24 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
site_name: Ride User Guide
repo_url: https://github.com/dyalog/ride
nav:
- index.md
- introduction.md
- installation.md
- "Starting a Session": starting_a_dyalog_session.md
- ride_in_the_browser.md
- the_dyalog_development_environment.md
- input_windows.md
- working_in_a_dyalog_session.md
- ridespecific_language_features.md
- customising_your_session.md
- keyboard_shortcuts.md
- "Sample Configuration File": sample_configuration_file.md
theme:
favicon: 'img/favicon-32.png'
logo: 'img/dyalog-white.svg'
features:
- navigation.sections
- navigation.instant
name: material
extra_css:
- style/main.css
- style/admonition-ucmdhelp.css
markdown_extensions:
- admonition
- abbr
extra:
version:
provider: mike
plugins:
- search
- print-site:
add_to_navigation: true
print_page_title: 'Print Site'
add_print_site_banner: false
# Table of contents
add_table_of_contents: true
toc_title: 'Table of Contents'
toc_depth: 6
# Content-related
add_full_urls: true
enumerate_headings: true
enumerate_figures: true
add_cover_page: true
cover_page_template: ""
path_to_pdf: ""
include_css: true
enabled: true
exclude: