1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-01 09:12:39 +00:00

About category changes (#1875)

Co-authored-by: Freddy <freddy@privacyguides.org>
Co-authored-by: matchboxbananasynergy <107055883+matchboxbananasynergy@users.noreply.github.com>
Co-authored-by: mfwmyfacewhen <94880365+mfwmyfacewhen@users.noreply.github.com>
Co-authored-by: Kai Tebay <95620167+KaiTebay@users.noreply.github.com>
This commit is contained in:
2022-11-01 16:54:42 -05:00
committed by GitHub
parent b20785b3b6
commit 4f8663321a
19 changed files with 433 additions and 41 deletions

View File

@ -3,7 +3,7 @@
command = "mkdocs build --config-file mkdocs.production.yml"
[context.production.environment]
CARDS = "true"
PRODUCTION = "true"
[[redirects]]
from = "/.well-known/matrix/*"
@ -15,6 +15,14 @@
from = "/kb"
to = "/basics/threat-modeling/"
[[redirects]]
from = "/coc"
to = "/CODE_OF_CONDUCT/"
[[redirects]]
from = "/team"
to = "/about/"
[[redirects]]
from = "/browsers"
to = "/desktop-browsers/"