-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
37 lines (32 loc) · 831 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
37 lines (32 loc) · 831 Bytes
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: bsts-causalimpact
site_url: https://yuminosukesato.github.io/bsts-causalimpact/
repo_url: https://github.com/YuminosukeSato/bsts-causalimpact
repo_name: YuminosukeSato/bsts-causalimpact
theme:
name: material
palette:
- scheme: default
primary: indigo
accent: indigo
features:
- navigation.tabs
- content.code.copy
nav:
- Getting Started: index.md
- Examples: examples.md
- API Reference: api.md
- Advanced Features: theory.md
- Migration from R: migration-from-r.md
- Migration from tfp: migration-from-tfp.md
- Compatibility Matrix: compatibility-matrix.md
plugins:
- search
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- tables