-
Notifications
You must be signed in to change notification settings - Fork 15
/
mkdocs.yml
57 lines (50 loc) · 1.35 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
site_name: PolarStreams Documentation
repo_url: https://github.com/polarstreams/polar
edit_uri: blob/main/docs/
docs_dir: docs
nav:
- Overview: 'README.md'
- About: 'technical_intro/README.md'
- Install: 'install/README.md'
- Getting Started:
- Getting Started on Docker: 'getting_started/on_docker/README.md'
- Getting Started on Kubernetes: 'getting_started/on_kubernetes/README.md'
- REST API docs: 'rest_api/README.md'
- Benchmarks: 'benchmarks/README.md'
- Features:
- Partitioning: 'features/partitioning/README.md'
- Modern I/O Techniques: 'features/io/README.md'
- Built for Edge Computing: 'features/edge/README.md'
- Metrics: 'features/metrics/README.md'
- FAQ: 'faq/README.md'
copyright: >-
theme:
name: material
palette:
primary: indigo
accent: red
font:
text: Lato
code: Ubuntu Mono
logo: images/barco-dark.jpg
favicon: images/barco-dark.jpg
features:
- navigation.sections
extra_css:
- stylesheets/extra.css
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.snippets
- admonition
plugins:
- search
- build_plantuml:
render: "server"
server: "http://www.plantuml.com/plantuml"
output_format: "png"
diagram_root: "docs"
output_folder: "target"
input_folder: "diagrams"
input_extensions: "puml"
- macros