-
Notifications
You must be signed in to change notification settings - Fork 2
/
_site.yml
49 lines (49 loc) · 1.2 KB
/
_site.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
name: "degauss"
output_dir: "docs"
navbar:
bg: light
title: "DeGAUSS"
left:
- text: "Background"
href: background.html
- text: "Available Images"
href: available_images.html
- text: "Using DeGAUSS"
href: using_degauss.html
- text: "Troubleshooting"
href: troubleshooting.html
- text: "Cohort Guides"
menu:
- text: "Sample Workflow"
href: sample_workflow.html
- text: "CREW"
href: crew.html
- text: "PEPR"
href: pepr.html
- text: "PAC3"
href: pac3.html
- text: "SHEERO"
href: sheero.html
- text: "NASH CRN"
href: nashcrn.html
- text: "Advanced Uses"
menu:
- text: "Using DeGAUSS as a Geocoding API"
href: geocoding_api.html
- text: "Manual Geocoder Installation"
href: manual_install.html
right:
- icon: fa-github
href: https://github.com/degauss-org
output:
html_document:
theme:
version: "4"
bg: "#FFFFFF"
fg: "#072B67"
primary: "#C2326B"
includes:
in_header: header.html
exclude: ["Makefile", "README.md", "renv.lock", "renv", "renv/*"]
include: []
new_session: true