forked from facontidavide/PlotJuggler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
35 lines (27 loc) · 814 Bytes
/
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
site_name: PlotJuggler
site_description: 'The time series visualization tool'
site_author: 'Davide Faconti'
repo_name: 'facontidavide/PlotJuggler'
repo_url: https://github.com/facontidavide/PlotJuggler
# Copyright
copyright: 'Copyright © 2016 - 2020 Davide Faconti'
use_directory_urls: false
theme: flatly
extra:
palette:
primary: 'indigo'
accent: 'cyan'
logo: 'images/plotjuggler.svg'
feature:
tabs: false
# Extensions
markdown_extensions:
- admonition
pages:
- Introduction: index.md
- User Guide:
- 'Basics: how to visualize your data': 'visualization_howto.md'
- 'Data Sources: Static vs streamed data': 'data_sources.md'
- 'Time tracker and publishers': 'tracker.md'
- Plugins:
- 'ROS plugins': 'ros_plugins.md'