-
Notifications
You must be signed in to change notification settings - Fork 19
/
mkdocs.yml
36 lines (35 loc) · 924 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
36
site_name: The Timescaledb gem
repo_url: https://github.com/timescale/timescaledb-ruby
edit_uri: edit/master/docs/
extra:
analytics:
provider: google
property: G-9B2BMB0TNQ
theme:
name: material
palette:
primary: indigo
accent: pink
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
nav:
- Introduction: index.md
- Migrations: migrations.md
- Scenic Views: scenic_views.md
- Models: models.md
- Toolkit Integration: toolkit.md
- Toolkit LTTB Tutorial: toolkit_lttb_tutorial.md
- Open AI Long Term Storage Tutorial: chat_gpt_tutorial.md
- Zooming with High Resolution: toolkit_lttb_zoom.md
- Toolkit Candlesticks tutorial: toolkit_candlestick.md
- Command Line: command_line.md
- Videos: videos.md