summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2021-06-17 20:59:29 +0200
committerGitHub <noreply@github.com>2021-06-17 20:59:29 +0200
commit7d95ce618bcfff8f7be95c32e4eeb8557d3daff5 (patch)
tree0858382c15854aba375a9dedd08429e4edf39597
parent98772e4a6a5687e47db8bf82148e57a78bc1383f (diff)
downloadwiki-7d95ce618bcfff8f7be95c32e4eeb8557d3daff5.tar.gz
wiki-7d95ce618bcfff8f7be95c32e4eeb8557d3daff5.tar.bz2
wiki-7d95ce618bcfff8f7be95c32e4eeb8557d3daff5.zip
chore: Update archive (#549)
* chore: Update archive * Update _config.yml
-rw-r--r--_config.yml5
-rw-r--r--docs/wiki-standards.md2
2 files changed, 7 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml
index 720f908..848bc1a 100644
--- a/_config.yml
+++ b/_config.yml
@@ -75,6 +75,11 @@ defaults:
values:
permalink: /es/:basename
-
+ scope:
+ path: "docs/archive"
+ values:
+ permalink: /archive/:basename
+ -
scope:
path: "" # an empty string here means all files in the project
values:
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.