-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
53 lines (48 loc) · 1.06 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
site_name: log
theme:
name: material
logo: log.png
favicon: log.png
palette:
scheme: slate
primary: lime
accent: lime
font:
text: Raleway
code: JetBrains Mono
features:
- navigation.instant
- search.suggest
repo_url: https://github.com/devOpifex/log
repo_name: Github
site_description: A convenient logger for R, shiny, and plumber.
site_author: Opifex
copyright: Copyright © 2021 Opifex
google_analytics:
- G-TZMQ98HS6D
- auto
markdown_extensions:
- admonition
- meta
- smarty
- pymdownx.highlight:
linenums: true
- pymdownx.superfences
- pymdownx.inlinehilite
- attr_list
- toc:
permalink: True
separator: "-"
nav:
- Home: index.md
- Installation: installation.md
- Guide:
- Get Started: guide/get-started.md
- Templates: guide/templates.md
- Shiny: guide/shiny.md
- Plumber: guide/plumber.md
- Ambiorix: guide/ambiorix.md
- Erratum: guide/erratum.md
- Changelog: misc/changelog.md
- License: misc/license.md
- Code of Conduct: misc/coc.md