From 7d95ce618bcfff8f7be95c32e4eeb8557d3daff5 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Thu, 17 Jun 2021 20:59:29 +0200 Subject: chore: Update archive (#549) * chore: Update archive * Update _config.yml --- _config.yml | 5 +++++ docs/wiki-standards.md | 2 ++ 2 files changed, 7 insertions(+) diff --git a/_config.yml b/_config.yml index 720f908..848bc1a 100644 --- a/_config.yml +++ b/_config.yml @@ -74,6 +74,11 @@ defaults: path: "docs/es" values: permalink: /es/:basename + - + scope: + path: "docs/archive" + values: + permalink: /archive/:basename - scope: path: "" # an empty string here means all files in the project diff --git a/docs/wiki-standards.md b/docs/wiki-standards.md index af5039c..3ade705 100644 --- a/docs/wiki-standards.md +++ b/docs/wiki-standards.md @@ -29,3 +29,5 @@ ALL FILES should be named the **exact same as the English versions**! Do not eve ## ARCHIVED PAGES: (Not yet implemented) ALL ARCHIVED PAGES that could potentially have some sort of value should be added in the `archive.md` list and links to these pages should be removed from other places in the wiki. + +They should also be moved into the /docs/archive/ folder. -- cgit