summaryrefslogtreecommitdiffstats
path: root/docs/_config.yml
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2023-07-06 14:10:24 +0100
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2023-07-06 14:11:42 +0100
commit0aac85ff5c27e98564243a9f43ae58685bd18ff2 (patch)
tree1146693fe615b85be35447cd9fd2457ce1f3d180 /docs/_config.yml
parent4c9a7d83a19828e64ea7f90ddf69f9212bb7a7d9 (diff)
Migrate docs to GitHub pages
Diffstat (limited to 'docs/_config.yml')
-rw-r--r--docs/_config.yml52
1 files changed, 52 insertions, 0 deletions
diff --git a/docs/_config.yml b/docs/_config.yml
new file mode 100644
index 00000000..88b190a2
--- /dev/null
+++ b/docs/_config.yml
@@ -0,0 +1,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 \ No newline at end of file