Skip to content

Commit

Permalink
add redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
sixhobbits committed Aug 3, 2023
1 parent f59e5a9 commit c3b1b55
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 39 deletions.
2 changes: 1 addition & 1 deletion docs/infrastructure-management/devices/device-other-tab.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ If this device has associated PDU ports, the ports would be shown here.

Any files you have uploaded and/or associated with this device will be shown here.

See also - managing [patch panels](infrastructure-management/connectivity/patch-panel-cable-management-definitions-and-legends-2.md) and [switch ports](infrastructure-management/ipam/switch-ports.md) in Device42
See also - managing [patch panels](infrastructure-management/connectivity/patch-panels/patch-panel-cable-management-definitions-and-legends-2.md) and [switch ports](infrastructure-management/ipam/switch-ports.md) in Device42
11 changes: 2 additions & 9 deletions docs/infrastructure-management/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,8 @@
- [Cables](infrastructure-management/connectivity/cables.md)
- [Circuits](infrastructure-management/connectivity/circuits.md)
- [Creating Wall Jacks](infrastructure-management/connectivity/creating-wall-jacks.md)
- [Patch panels and cable management](infrastructure-management/connectivity/patch-panel-cable-management-definitions-and-legends-2.md)
- [Creating patch panels from scratch in Device42: an example](infrastructure-management/connectivity/creating-patch-panels-from-scratch-in-device42-an-example.md)
- [Patch panel cable management definitions and legends](infrastructure-management/connectivity/patch-panel-cable-management-definitions-and-legends.md)
- [Cables](infrastructure-management/connectivity/cables.md)
- [Circuits](infrastructure-management/connectivity/circuits.md)
- [Creating Wall Jacks](infrastructure-management/connectivity/creating-wall-jacks.md)
- [Patch panels and cable management](infrastructure-management/connectivity/patch-panel-cable-management-definitions-and-legends-2.md)
- [Creating patch panels from scratch in Device42: an example](infrastructure-management/connectivity/creating-patch-panels-from-scratch-in-device42-an-example.md)
- [Patch panel cable management definitions and legends](infrastructure-management/connectivity/patch-panel-cable-management-definitions-and-legends.md)
- [Patch panels and cable management](infrastructure-management/connectivity/patch-panels/patch-panel-cable-management-definitions-and-legends-2.md)
- [Creating patch panels from scratch in Device42: an example](infrastructure-management/connectivity/patch-panels/creating-patch-panels-from-scratch-in-device42-an-example.md)
- [Power Units](infrastructure-management/power-units/index.md)
- [Adding ATSs](infrastructure-management/power-units/adding-atss.md)
- [Adding PDUs](infrastructure-management/power-units/adding-pdus.md)
Expand Down
114 changes: 85 additions & 29 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,14 @@ const config = {
'@docusaurus/plugin-client-redirects',
{
redirects: [
{
{
to: '/getstarted/getting-started-with-auto-discovery/',
from: ['/getstarted/getting-started-with-a-blank-slate/'],
},
{
to: '/getstarted/public-deployment-best-practices/',
from: ['/public-deployment-best-practices/'],
},
{
to: '/getstarted/installation/installation-microsoft-hyperv/',
from: ['/getstarted/installation/installation-microsoft-hyper/'],
Expand Down Expand Up @@ -81,32 +85,8 @@ const config = {
from: ['/auto-discovery/windows-auto-discovery-tool/'],
},
{
to: '/auto-discovery/cloud-auto-discovery/',
from: ['/auto-discovery/cloud-auto-discovery/'],
},
{
to: '/auto-discovery/cloud-auto-discovery/aws-autodiscovery/',
from: ['/auto-discovery/cloud-auto-discovery/aws-autodiscovery/'],
},
{
to: '/auto-discovery/cloud-auto-discovery/azure-autodiscovery/',
from: ['/auto-discovery/cloud-auto-discovery/azure-autodiscovery/'],
},
{
to: '/auto-discovery/cloud-auto-discovery/google-cloud-platform-autodiscovery/',
from: ['/auto-discovery/cloud-auto-discovery/google-cloud-platform-autodiscovery/'],
},
{
to: '/auto-discovery/cloud-auto-discovery/intune-autodiscovery/',
from: ['/auto-discovery/cloud-auto-discovery/intune-autodiscovery/'],
},
{
to: '/auto-discovery/cloud-auto-discovery/kubernetes-autodiscovery/',
from: ['/auto-discovery/cloud-auto-discovery/kubernetes-autodiscovery/'],
},
{
to: '/auto-discovery/cloud-auto-discovery/other-cloud-autodiscoveries/',
from: ['/auto-discovery/cloud-auto-discovery/other-cloud-autodiscoveries/'],
to: '/auto-discovery/database-discovery/',
from: ['/databases/'],
},
{
to: '/auto-discovery/database-discovery/cloud-databases/',
Expand Down Expand Up @@ -140,10 +120,18 @@ const config = {
to: '/auto-discovery/storage-arrays-autodiscovery/storage-arrays/',
from: ['/auto-discovery/storage-arrays/'],
},
{
to: '/auto-discovery/resources/',
from: ['/managed-resources/'],
},
{
to: '/auto-discovery/resources/cloud-resources/',
from: ['/managed-resources/cloud-resources/'],
},
{
to: '/apps/enterprise-application-dependency-mapping/',
from: ['/enterprise-application-dependency-mapping/'],
},
{
to: '/apps/enterprise-application-dependency-mapping/adm-supported-applications/',
from: ['/enterprise-application-dependency-mapping/adm-supported-applications/'],
Expand All @@ -156,6 +144,14 @@ const config = {
to: '/apps/enterprise-application-dependency-mapping/configure-application-dependency-mapping/',
from: ['/enterprise-application-dependency-mapping/configure-application-dependency-mapping/'],
},
{
to: '/infrastructure-management/devices/archiving-devices-and-resources/',
from: ['/archiving-devices-and-resources/'],
},
{
to: '/infrastructure-management/software/',
from: ['/apps/software/'],
},
{
to: '/apps/application-components/application-component-templates/',
from: ['/software/application-components/'],
Expand Down Expand Up @@ -224,6 +220,10 @@ const config = {
to: '/administration/transferring-devices-assets-and-parts-to-other-data-centers/',
from: ['/tools/transferring-devices-assets-and-parts-to-other-data-centers/'],
},
{
to: '/administration/appliance-manager/',
from: ['/device42-appliance-manager/'],
},
{
to: '/administration/appliance-manager/adding-multiple-network-interface-cardsnic-to-device42-vm/',
from: ['/device42-appliance-manager/adding-multiple-network-interface-cardsnic-to-device42-vm/'],
Expand Down Expand Up @@ -324,9 +324,13 @@ const config = {
to: '/administration/passwords/password-reporting/',
from: ['/password-management/password-reporting/'],
},
{
to: '/administration/role-based-access-control/',
from: ['/role-based-access-control/'],
},
{
to: '/administration/role-based-access-control/role-based-permissions-and-access/',
from: ['/role-based-access-control/role-based-permissions-and-access/', '/multitenancy-overview/', '/role-based-access-control/'],
from: ['/role-based-access-control/role-based-permissions-and-access/', '/multitenancy-overview/'],
},
{
to: '/integration/imports/spreadsheet-imports-and-exports/',
Expand All @@ -340,6 +344,10 @@ const config = {
to: '/integration/imports/spreadsheet-converter-tool/',
from: ['/imports/spreadsheet-converter-tool/'],
},
{
to: '/integration/imports/',
from: ['/imports/'],
},
{
to: '/integration/imports/legacy-imports/',
from: ['/imports/legacy-imports/'],
Expand All @@ -356,6 +364,10 @@ const config = {
to: '/integration/imports/legacy-imports/import-racked-devices/',
from: ['/imports/import-racked-devices/'],
},
{
to: '/integration/api-overview/',
from: ['/api-overview/'],
},
{
to: '/integration/api-overview/auto-populate-windows-machines-in-an-ad-using-apis/',
from: ['/api-overview/auto-populate-windows-machines-in-an-ad-using-apis/'],
Expand Down Expand Up @@ -560,6 +572,10 @@ const config = {
to: '/reports/device42-doql/db-viewer-schema/',
from: ['/device42-doql/db-viewer-schema/'],
},
{
to: '/reports/dbb-cookbook/',
from: ['/dbb-cookbook/'],
},
{
to: '/reports/dbb-cookbook/app-dependency-mapping/',
from: ['/dbb-cookbook/app-dependency-mapping/'],
Expand Down Expand Up @@ -784,6 +800,10 @@ const config = {
to: '/infrastructure-management/certificate-management/',
from: ['/apps/certificate-management/'],
},
{
to: '/infrastructure-management/buildings-rooms-and-racks/',
from: ['/buildings-rooms-and-racks/'],
},
{
to: '/infrastructure-management/buildings-rooms-and-racks/auditing-racks/',
from: ['/buildings-rooms-and-racks/auditing-racks/'],
Expand All @@ -800,6 +820,10 @@ const config = {
to: '/infrastructure-management/buildings-rooms-and-racks/racks/',
from: ['/buildings-rooms-and-racks/racks/'],
},
{
to: '/infrastructure-management/connectivity/',
from: ['/connectivity/'],
},
{
to: '/infrastructure-management/connectivity/cables/',
from: ['/connectivity/cables/'],
Expand All @@ -812,14 +836,30 @@ const config = {
to: '/infrastructure-management/connectivity/creating-wall-jacks/',
from: ['/connectivity/creating-wall-jacks/'],
},
{
to: '/infrastructure-management/connectivity/patch-panels/',
from: ['/connectivity/patch-panels/'],
},
{
to: '/infrastructure-management/connectivity/patch-panels/creating-patch-panels-from-scratch-in-device42-an-example/',
from: ['/connectivity/patch-panels/creating-patch-panels-from-scratch-in-device42-an-example/'],
},
{
to: '/infrastructure-management/connectivity/patch-panels/patch-panel-cable-management-definitions-and-legends-2/',
from: ['/connectivity/patch-panels/patch-panel-cable-management-definitions-and-legends/'],
},
{
to: '/infrastructure-management/power-units/',
from: ['/power-units/'],
},
{
to: '/infrastructure-management/power-units/adding-atss/',
from: ['/power-units/adding-atss/'],
},
{
to: '/infrastructure-management/power-units/',
from: ['/power-units/pdus/'],
},
{
to: '/infrastructure-management/power-units/adding-pdus/',
from: ['/power-units/pdus/adding-pdus/'],
Expand All @@ -840,6 +880,10 @@ const config = {
to: '/infrastructure-management/power-units/supported-pdu-vendors/',
from: ['/power-units/supported-pdu-vendors/'],
},
{
to: '/infrastructure-management/parts-and-parts-slots/',
from: ['/parts-and-parts-slots/'],
},
{
to: '/infrastructure-management/parts-and-parts-slots/importing-part-models/',
from: ['/parts-and-parts-slots/importing-part-models/', '/spare-parts-management/importing-part-models/'],
Expand All @@ -862,7 +906,7 @@ const config = {
},
{
to: '/infrastructure-management/power-and-environmental-monitoring/environmental-monitoring/',
from: ['/energy-monitoringmanagement/environmental-monitoring/'],
from: ['/energy-monitoringmanagement/environmental-monitoring/', '/energy-monitoringmanagement/'],
},
{
to: '/infrastructure-management/power-and-environmental-monitoring/getting-started-with-power-and-environmental-monitoring/',
Expand Down Expand Up @@ -928,6 +972,10 @@ const config = {
to: '/infrastructure-management/ipam/vrf-groups/',
from: ['/ipam/vrf-groups/'],
},
{
to: '/infrastructure-management/mobile-inventory/',
from: ['/mobile-inventory/'],
},
{
to: '/infrastructure-management/mobile-inventory/asset-tag-printing/',
from: ['/mobile-inventory/asset-tag-printing/'],
Expand Down Expand Up @@ -960,6 +1008,10 @@ const config = {
to: '/infrastructure-management/accounting/purchases/',
from: ['/accounting/purchases/'],
},
{
to: '/infrastructure-management/accounting/',
from: ['/accounting/'],
},
{
to: '/how-to-videos/add-a-new-route-to-device42/',
from: ['/how-to-videos/add-a-route-to-device42/'],
Expand All @@ -976,6 +1028,10 @@ const config = {
to: '/how-to-videos/update-device42-appliance-how-to/',
from: ['/how-to-videos/update-d42-how-to/'],
},
{
to: '/auto-discovery/enrichai-data/enrichai-opt-out',
from: ['/enrichai-data/enrichai-opt-out/'],
},
{
to: '/auto-discovery/enrichai-data/',
from: ['/enrichai-data/'],
Expand Down

0 comments on commit c3b1b55

Please sign in to comment.