-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
66 lines (62 loc) · 2.27 KB
/
mkdocs.yml
File metadata and controls
66 lines (62 loc) · 2.27 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
site_name: OpenAPI
repo_url: https://github.com/Dyalog/OpenAPI
repo_name: Dyalog/OpenAPI
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:
logo: documentation-assets/images/dyalog-logo_white.svg
features:
- navigation.instant
- navigation.tracking
- navigation.path
- navigation.indexes
- content.tabs.link
name: material
font:
text: Be Vietnam Pro
custom_dir: docs/documentation-assets/overrides
extra_css:
- documentation-assets/css/main.css
extra_javascript:
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
extra:
generator: false
version_maj: 20
version_min: 0
version_majmin: 20.0
version_condensed: 200
nav:
- Home: index.md
- Installation: installation.md
- Using the Generator:
- Overview: usage/index.md
- CLI Reference: usage/cli.md
- Troubleshooting: usage/troubleshooting.md
- Generated Client:
- Overview: generated-client/index.md
- Client Class: generated-client/client.md
- Utilities: generated-client/utils.md
- Operation Functions: generated-client/operations.md
- Using the Client: generated-client/using-the-client.md
- Error Handling: generated-client/error-handling.md
- Examples:
- Overview: examples/index.md
- Petstore: examples/petstore.md
- Authentication: examples/authentication.md
- Debugging: examples/debugging.md
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.keys
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
pygments_lang_class: true
- attr_list
- abbr
- footnotes
- md_in_html
- toc:
title: On this page