-
Notifications
You must be signed in to change notification settings - Fork 71
/
mkdocs.yml
99 lines (92 loc) · 2.63 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
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
site_name: Trino Gateway
site_url: https://trinodb.github.io/trino-gateway/
site_author: Trino Gateway contributors
site_description: >-
Overview, guides, reference documentation and other resources for Trino Gateway.
copyright: |
Trino Gateway is open source software licensed under the
<a href="https://github.com/trinodb/trino-gateway/blob/main/LICENSE"Apache License 2.0</a>
and supported by the <a href="https://trino.io/foundation">Trino Software Foundation</a>.
repo_name: trinodb/trino-gateway
repo_url: https://github.com/trinodb/trino-gateway
edit_uri: edit/main/docs/
theme:
name: material
palette:
primary: custom
features:
- navigation.indexes
- navigation.instant
- navigation.path
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- toc.follow
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
- content.action.edit
- content.action.view
language: en
logo: assets/logos/trino.svg
favicon: assets/logos/trino-favicon.ico
plugins:
- social
- search
extra_css:
- assets/css/extra.css
extra_javascript:
- assets/js/extra.js
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/trinodb/trino-gateway
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/c/trinodb
- icon: fontawesome/brands/slack
link: https://trino.io/slack
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/trino-software-foundation
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
nav:
- Home:
- Overview: index.md
- Release notes: release-notes.md
- Get started:
- Quick start: quickstart.md
- Installation: installation.md
- Operation: operation.md
- Security: security.md
- Reference:
- Routing rules: routing-rules.md
- Routing logic: routing-logic.md
- Gateway API: gateway-api.md
- Resource groups API: resource-groups-api.md
- Code architecture: design.md
- Migration to Airlift: migration-to-airlift.md
- Contribute:
- Code: development.md
- Docker: docker.md
- Routers: routers.md
- Documentation: docs.md