-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
96 lines (96 loc) · 2.53 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
site_name: Gufo Liftbridge
site_description: Gufo Liftbridge Documentation
site_author: Gufo Labs
site_url: "https://docs.gufolabs.com/gufo_liftbridge/"
copyright: "© 2022-23, Gufo Labs"
site_dir: dist/docs/
repo_url: https://github.com/gufolabs/gufo_liftbridge/
repo_name: gufolabs/gufo_liftbridge
nav:
- Home: index.md
- Installation: installation.md
- Reference: reference/
- Examples:
- Overview: examples/index.md
- Publishing: examples/publish.md
- Bulk Publishing: examples/bulk.md
- Transparent Compression: examples/compression.md
- Subscribing: examples/subscribe.md
- Subscribing with Cursor: examples/subcursor.md
- Create Stream: examples/create.md
- Delete Stream: examples/delete.md
- Developers' Guide:
- Developer's Environment: environment.md
- Building and Testing: testing.md
- Common Tasks: devcommon.md
- Code Quality: codequality.md
- Code Base: codebase.md
- Contributing Guide: CONTRIBUTING.md
- Code of Conduct: CODE_OF_CONDUCT.md
- Supported Standards: standards.md
- FAQ: faq.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
# Users
theme:
name: material
logo: assets/logo.png
favicon: assets/logo.png
custom_dir: docs/overrides
icon:
repo: fontawesome/brands/github
palette:
# Light mode
- media: "(prefers-color-scheme: light)"
primary: deep purple
scheme: default
toggle:
icon: material/weather-sunny
name: Switch to dark mode
# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep purple
toggle:
icon: material/weather-night
name: Switch to light mode
features:
- navigation.tabs
- navigation.tabs.sticky
watch:
- docs/
- src/gufo/
- examples/
plugins:
- search
- gen-files:
scripts:
- docs/gen_doc_stubs.py
- literate-nav:
nav_file: SUMMARY.md
- mkdocstrings:
default_handler: python
handlers:
python:
options:
show_source: false
show_submodules: false
markdown_extensions:
- toc:
permalink: True
- admonition
- footnotes
- pymdownx.highlight:
anchor_linenums: True
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
extra:
analytics:
provider: google
property: G-GW3X378HNJ