-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
49 lines (43 loc) · 889 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
37
38
39
40
41
42
43
44
45
46
47
48
49
site_name: parcel
theme:
name: material
icon:
logo: material/inbox
favicon: images/favicon.png
palette:
scheme: default
primary: blue grey
accent: blue grey
font:
text: Raleway
code: JetBrains Mono
features:
- navigation.instant
- search.suggest
extra_css:
- stylesheets/extra.css
repo_url: https://github.com/JohnCoene/parcel
repo_name: Github
site_description: Parcel.js for R.
site_author: John Coene
copyright: Copyright © 2021 John Coene
google_analytics:
- UA-74544116-1
- 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
- Engine: engine.md
- Example: example.md