-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
54 lines (46 loc) · 1.55 KB
/
_config.yml
File metadata and controls
54 lines (46 loc) · 1.55 KB
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
54
title: REDCap (Research Data Capture) at Griffith
description: Documentation and self-directed learning for the REDCap instance at Griffith University.
theme: just-the-docs
url: https://just-the-docs.github.io
aux_links:
Template Repository: https://github.com/just-the-docs/just-the-docs-template
# Set a path/url to a logo that will be displayed instead of the title
logo: "/assets/images/gu_logo.png"
# Aux links for the upper right navigation
aux_links:
"GU Library Website":
- "https://www.griffith.edu.au/library"
# Makes Aux links open in a new tab. Default is false
aux_links_new_tab: true
# To disable support for mermaid diagrams (https://mermaid.js.org),
# comment out the `mermaid` and `version` keys below
# By default, consuming the theme as a gem leaves mermaid disabled; it is opt-in
mermaid:
# Version of mermaid library
# Pick an available version from https://cdn.jsdelivr.net/npm/mermaid/
version: "10.1.0"
# Put any additional configuration, such as setting the theme, in _includes/mermaid_config.js
# See also docs/ui-components/code
##########
# GOOGLE ANALYTICS [optional!]
#
# leave this blank or comment out to NOT include google code
# Add your google-analytics-id to automatically add the embed code, e.g. "UA-76328753-1"
google-analytics-id: G-NC3PPY2JZB
# Define callout colours and titles
callouts:
warning:
title: Remember
color: red
info:
title: Info
color: blue
success:
title: Success
color: green
highlight:
title: Important
color: yellow
note:
title: Note
color: purple