forked from square/wire
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
54 lines (48 loc) · 1.47 KB
/
Copy pathmkdocs.yml
File metadata and controls
54 lines (48 loc) · 1.47 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
site_name: 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
copyright: 'Copyright © 2019 Square, Inc.'
theme:
name: 'material'
favicon: images/icon-square.png
logo: images/icon-square.png
palette:
primary: 'blue'
accent: 'white'
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
- tables
nav:
- 'Overview': index.md
- 'Gradle Plugin': wire_compiler.md
- 'gRPC': wire_grpc.md
- 'Stack Overflow ⏏': https://stackoverflow.com/questions/tagged/wire?sort=active
- '3.x API':
- 'wire-grpc-client': 3.x/wire-grpc-client/com.squareup.wire/index.md
- 'wire-moshi-adapter': 3.x/wire-moshi-adapter/com.squareup.wire/index.md
- 'wire-runtime': 3.x/wire-runtime/com.squareup.wire/index.md
- '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/
- 'Change Log': changelog.md
- 'Contributing': contributing.md
- 'Code of Conduct': code_of_conduct.md
- 'Protocol Buffers ⏏': https://developers.google.com/protocol-buffers/docs/proto