diff options
| -rw-r--r-- | _config.yml | 5 | ||||
| -rw-r--r-- | docs/wiki-standards.md | 2 |
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. |
