-
Notifications
You must be signed in to change notification settings - Fork 973
/
mkdocs.yml
68 lines (66 loc) · 1.98 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
site_name: Lettuce Reference Guide
repo_url: https://github.com/redis/lettuce
theme:
name: material
logo: static/logo-redis.svg
favicon: static/favicon.ico
icon:
repo: fontawesome/brands/github
font:
text: 'Geist'
code: 'Geist Mono'
features:
- content.code.copy
- navigation.footer
palette:
primary: white
accent: red
extra_css:
- css/extra.css
extra:
social:
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/redisinc
- icon: fontawesome/brands/discord
link: https://discord.gg/redis
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/redisinc
- icon: fontawesome/brands/twitch
link: https://www.twitch.tv/redisinc
plugins:
- search
- macros:
include_dir: .
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- toc:
permalink: true
nav:
- Overview: overview.md
- New & Noteworthy: new-features.md
- Getting Started: getting-started.md
- User Guide:
- Connecting Redis: user-guide/connecting-redis.md
- Asynchronous API: user-guide/async-api.md
- Reactive API: user-guide/reactive-api.md
- Kotlin API: user-guide/kotlin-api.md
- Publish/Subscribe: user-guide/pubsub.md
- Transactions/Multi: user-guide/transactions-multi.md
- Redis JSON: user-guide/redis-json.md
- Redis programmability:
- LUA Scripting: user-guide/lua-scripting.md
- Redis Functions: user-guide/redis-functions.md
- High-Availability and Sharding: ha-sharding.md
- Working with dynamic Redis Command Interfaces: redis-command-interfaces.md
- Advanced Usage: advanced-usage.md
- Integration and Extension: integration-extension.md
- Frequently Asked Questions: faq.md
- API Reference: https://www.javadoc.io/doc/io.lettuce/lettuce-core/latest/index.html