website/docs: move S3 ad GeoIP to System Management/Operations (#11998)

* first pass

* fix links

* oops redirects wrong

* fixed syntax

* Apply suggestions from code review

Signed-off-by: Jens L. <jens@beryju.org>

---------

Signed-off-by: Jens L. <jens@beryju.org>
Co-authored-by: Tana M Berry <tana@goauthentik.com>
Co-authored-by: Jens L. <jens@goauthentik.io>
This commit is contained in:
Tana M Berry
2024-11-12 12:40:34 -06:00
committed by GitHub
parent 568d5c3446
commit 1f6ae73e6e
8 changed files with 29 additions and 11 deletions

View File

@ -111,10 +111,8 @@ export default {
"install-config/upgrade",
"install-config/beta",
"install-config/reverse-proxy",
"install-config/geoip",
"install-config/automated-install",
"install-config/air-gapped",
"install-config/storage-s3",
],
},
{
@ -543,7 +541,11 @@ export default {
type: "category",
label: "Operations",
collapsed: true,
items: ["sys-mgmt/ops/monitoring"],
items: [
"sys-mgmt/ops/monitoring",
"sys-mgmt/ops/storage-s3",
"sys-mgmt/ops/geoip",
],
},
{
type: "category",