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:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user