blob: 88b190a2c9f0eb827d09d8507002a92d8397e29e (
plain)
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
|
title: Quests
description: Documentation for the Quests plugin
theme: just-the-docs
url: "https://quests.leonardobishop.com"
baseurl: ""
repository: LMBishop/Quests
callouts_level: quiet
callouts:
highlight:
color: yellow
how-to-read:
title: How to read this page
color: grey-dk
important:
title: Important
color: blue
new:
title: New
color: green
note:
title: Note
color: purple
caution:
title: Caution
color: yellow
warning:
title: Warning
color: red
back_to_top: true
back_to_top_text: "Back to top"
gh_edit_link: true
gh_edit_link_text: "Edit this page on GitHub"
gh_edit_repository: "https://github.com/LMBishop/Quests"
gh_edit_branch: "master"
gh_edit_source: docs
gh_edit_view_mode: "tree"
footer_content: >
This wiki serves as a manual for Quests however there is no guarantee that the information is up-to-date or complete.
As per the license, this software provides absolutely no warranty, nor are the maintainers liable for any damages.
Please see the license text for more information.
nav_external_links:
- title: Quests on GitHub
url: https://github.com/LMBishop/Quests
plugins:
- jekyll-default-layout
|