From 0aac85ff5c27e98564243a9f43ae58685bd18ff2 Mon Sep 17 00:00:00 2001 From: LMBishop <13875753+LMBishop@users.noreply.github.com> Date: Thu, 6 Jul 2023 14:10:24 +0100 Subject: Migrate docs to GitHub pages --- docs/_config.yml | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 docs/_config.yml (limited to 'docs/_config.yml') 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 -- cgit v1.2.3-70-g09d2