Skip to content

Commit

Permalink
Compress v1 (1.0-1.5) docs to v1.x (#7025)
Browse files Browse the repository at this point in the history
* chore: remove v1.0-1.4

* chore: rename v1.5 to v1.x

* add redirects
  • Loading branch information
jtoar committed Dec 6, 2022
1 parent cd1aa60 commit 172040f
Show file tree
Hide file tree
Showing 513 changed files with 33 additions and 150,629 deletions.
32 changes: 32 additions & 0 deletions docs/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -213,3 +213,35 @@
from = "/dbauth"
to = "/docs/authentication#self-hosted-auth-installation-and-setup"
status = 301

# v1.0-v1.5 redirects (to v1.x)

[[redirects]]
from = "/docs/1.0/*"
to = "/docs/1.x/:splat"
status = 301

[[redirects]]
from = "/docs/1.1/*"
to = "/docs/1.x/:splat"
status = 301

[[redirects]]
from = "/docs/1.2/*"
to = "/docs/1.x/:splat"
status = 301

[[redirects]]
from = "/docs/1.3/*"
to = "/docs/1.x/:splat"
status = 301

[[redirects]]
from = "/docs/1.4/*"
to = "/docs/1.x/:splat"
status = 301

[[redirects]]
from = "/docs/1.5/*"
to = "/docs/1.x/:splat"
status = 301
147 changes: 0 additions & 147 deletions docs/versioned_docs/version-1.0/a11y.md

This file was deleted.

Loading

0 comments on commit 172040f

Please sign in to comment.