-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
79 lines (74 loc) · 1.86 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
site_name: gRPC API Gateway
site_url: https://meshapi.github.com/grpc-api-gateway
site_author: Peyman Mortazavi
site_description: Documentation for the gRPC API Gateway (https://github.com/meshapi/grpc-api-gateway).
repo_name: meshapi/grpc-api-gateway
repo_url: https://github.com/meshapi/grpc-api-gateway
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- attr_list
- tables
- pymdownx.emoji
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- toc:
permalink: ¶
- pymdownx.snippets:
base_path: 'docs'
nav:
- Introduction:
- index.md
- installation.md
- Quickstart Demo:
- quickstart/intro.md
- quickstart/generation.md
- quickstart/http_binding.md
- quickstart/openapi.md
- Reference:
- reference/intro.md
- reference/configuration.md
- Gateway:
- reference/grpc/cli.md
- reference/grpc/config.md
- reference/grpc/query.md
- reference/grpc/streaming.md
- OpenAPI:
- reference/openapi/cli.md
theme:
name: material
logo: assets/squid.png
favicon: assets/squid.png
features:
- navigation.instant
- navigation.tracking
- navigation.path
- navigation.indexes
- navigation.tabs
- navigation.expand
- navigation.tracking
- content.tabs.link
- content.code.copy
- content.code.annotate
palette:
# Palette toggle for light mode
- scheme: default
primary: teal
accent: deep purple
toggle:
icon: material/lightbulb
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: deep purple
accent: purple
toggle:
icon: material/lightbulb-outline
name: Switch to light mode