-
Notifications
You must be signed in to change notification settings - Fork 571
/
mkdocs.yml
92 lines (86 loc) · 2.81 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
site_name: Wire
site_url: https://square.github.io/wire
repo_name: Wire
repo_url: https://github.com/square/wire
site_description: "gRPC and protocol buffers for Android, Kotlin, and Java."
site_author: Square, Inc.
remote_branch: gh-pages
edit_uri: ""
copyright: 'Copyright © 2023 Square, Inc.'
theme:
name: 'material'
favicon: images/icon-square.png
logo: images/icon-square.png
palette:
# Palette toggle for light mode
- scheme: default
media: "(prefers-color-scheme: light)"
primary: 'blue'
accent: 'white'
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
media: "(prefers-color-scheme: dark)"
primary: 'blue'
accent: 'white'
toggle:
icon: material/brightness-4
name: Switch to light mode
icon:
repo: fontawesome/brands/github
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/squareeng
- icon: fontawesome/brands/stack-overflow
link: https://stackoverflow.com/questions/tagged/square-wire?sort=active
extra_css:
- 'css/app.css'
markdown_extensions:
- smarty
- codehilite:
guess_lang: false
- footnotes
- meta
- toc:
permalink: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tilde
- tables
nav:
- 'Overview': index.md
- 'Gradle Plugin': wire_compiler.md
- 'gRPC': wire_grpc.md
- 'Stack Overflow ⏏': https://stackoverflow.com/questions/tagged/square-wire?sort=active
- '3.x API':
- 'wire-compiler': 3.x/wire-compiler/index.html
- 'wire-gradle-plugin': 3.x/wire-gradle-plugin/index.html
- 'wire-grpc-client': 3.x/wire-grpc-client/index.html
- 'wire-gson-support': 3.x/wire-gson-support/index.html
- 'wire-java-generator': 3.x/wire-java-generator/index.html
- 'wire-kotlin-generator': 3.x/wire-kotlin-generator/index.html
- 'wire-moshi-adapter': 3.x/wire-moshi-adapter/index.html
- 'wire-reflector': 3.x/wire-reflector/index.html
- 'wire-runtime': 3.x/wire-runtime/index.html
- 'wire-schema': 3.x/wire-schema/index.html
- 'wire-schema-tests': 3.x/wire-schema-tests/index.html
- 'wire-swift-generator': 3.x/wire-swift-generator/index.html
- '2.x API':
- 'wire-gson-support ⏏': https://square.github.io/wire/2.x/wire-gson-support/
- 'wire-runtime ⏏': https://square.github.io/wire/2.x/wire-runtime/
- 'JSON': wire_json.md
- 'Wire vs Protoc': wire_vs_protoc.md
- 'Change Log': changelog.md
- 'Contributing': contributing.md
- 'Code of Conduct': code_of_conduct.md
- 'Protocol Buffers ⏏': https://developers.google.com/protocol-buffers/docs/proto