From 601afaaef61cddfdbb728b78e19b9e0daec98e5c Mon Sep 17 00:00:00 2001 From: RoboMWM Date: Fri, 11 Oct 2024 22:09:35 -0700 Subject: [PATCH] Update _config.yml --- _config.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/_config.yml b/_config.yml index f666f66..62c72f3 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,4 @@ -remote_theme: RoboMWM/just-the-docs +theme: just-the-docs # Welcome to Jekyll! # # This config file is meant for settings that affect your whole site, values @@ -14,10 +14,10 @@ remote_theme: RoboMWM/just-the-docs # you will see them accessed via {{ site.title }}, {{ site.github_repo }}, and so on. # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -title: GriefPrevention Documentation -description: Documentation for the official and original GriefPrevention Bukkit plugin +title: GriefPrevention Legacy (v16) +description: Documentation for the legacy version (v16) of the GriefPrevention Bukkit plugin baseurl: "/" # the subpath of your site, e.g. /blog -url: "https://docs.griefprevention.com" # the base hostname & protocol for your site, e.g. http://example.com +url: "https://legacy.griefprevention.com" # the base hostname & protocol for your site, e.g. http://example.com # markdown: GFM permalink: pretty @@ -69,7 +69,8 @@ aux_links: "Homepage": - "https://griefprevention.com" "Download": - - "https://github.com/TechFortress/GriefPrevention/releases/latest" + - "https://github.com/GriefPrevention/GriefPrevention/releases/latest" + # TODO: update to v16 release when v20 becomes official # Makes Aux links open in a new tab. Default is false aux_links_new_tab: true @@ -96,7 +97,7 @@ last_edit_time_format: "%b %e %Y at %I:%M %p" # uses ruby's time format: https:/ # Footer "Edit this page on GitHub" link text gh_edit_link: true # show or hide edit this page link gh_edit_link_text: "Edit this page on GitHub" -gh_edit_repository: "https://github.com/TechFortress/GriefPrevention-Docs" # the github URL for your repo +gh_edit_repository: "https://github.com/GriefPrevention/GriefPrevention-Legacy-Docs" # the github URL for your repo gh_edit_branch: "master" # the branch that your docs is served from # gh_edit_source: docs # the source that your files originate from gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately