forked from KxSystems/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
base-config.yml
107 lines (98 loc) · 2.65 KB
/
base-config.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
#################################################
## Base configuration
## You may UNCOMMENT lines but not otherwise edit
#################################################
copyright: "© 2021 Kx Systems, Inc. KX and kdb+ are registered trademarks of Kx Systems, Inc., a subsidiary of FD Technologies plc."
docs_dir: docs
# extra:
# version:
# provider: mike
# analytics:
# provider: google
# property: UA-180968370-1
extra_css:
- https://code.kx.com/stylesheets/2021.css
- https://code.kx.com/stylesheets/prism.css
- https://code.kx.com/stylesheets/extra.css
- https://code.kx.com/stylesheets/hide-footer-nav.css
extra_javascript:
- https://code.kx.com/scripts/prism.js
- https://code.kx.com/scripts/extra.js
# MathJax scripts # MAY BE COMMENTED OUT
- https://code.kx.com/scripts/mathjax.js
- https://code.kx.com/scripts/polyfill.min.js
- https://code.kx.com/scripts/tex-mml-chtml.js
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- meta
# - mkdocs-click
- pymdownx.arithmatex:
generic: true
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
options:
custom_icons:
- custom_theme/.icons
- pymdownx.extra
- pymdownx.highlight:
use_pygments: false
- pymdownx.keys
# - pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tilde
- tables
- toc:
permalink: true
title: On this page
plugins:
- exclude:
glob:
- "*.tmp"
- "*.pdf"
- "*.gz"
regex:
- '.*\.(tmp|bin|tar)$'
# - mkdocstrings
- render_swagger
- search
site_dir: site
site_author: 'Kx Systems, Inc., a division of FD Technologies plc.'
theme:
custom_dir: custom_theme/
favicon: https://code.kx.com/favicon.ico
font: false
features:
- content.code.annotate # Insiders
- content.tabs.link # Insiders
- header.autohide
- navigation.top
name: material
language: en
logo: https://code.kx.com/img/kx.svg
palette:
- media: "(prefers-color-scheme: light)"
scheme: kx-light
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
use_directory_urls: true