diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2023-07-06 13:57:32 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2023-07-06 13:57:32 +0100 |
| commit | 7a2a45691068db51ba4e7dc851f44a17f545f0ae (patch) | |
| tree | 4613842f6cd175965dc0920c7e210f417be8f574 /docs/_config.yml | |
| parent | 467715dcb3ee23e05e8fe445d9e2a2416a26a8e0 (diff) | |
Fix wiki linksmigrate-docs
Diffstat (limited to 'docs/_config.yml')
| -rw-r--r-- | docs/_config.yml | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/docs/_config.yml b/docs/_config.yml index f41d5a4e..88b190a2 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -2,7 +2,9 @@ title: Quests description: Documentation for the Quests plugin theme: just-the-docs -url: https://lmbishop.github.io +url: "https://quests.leonardobishop.com" +baseurl: "" +repository: LMBishop/Quests callouts_level: quiet callouts: @@ -27,6 +29,21 @@ callouts: 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 |
