diff --git a/next.config.mjs b/next.config.mjs index e115cc99..cd210e56 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -36,22 +36,17 @@ const nextConfig = { }, { source: '/docs/getting-started/installation', - destination: '/how-to/getting-started#installation', + destination: '/get-started/install', permanent: true, }, { source: '/docs/overview/personal-access-tokens', - destination: '/how-to/access-netbird-public-api', - permanent: true, - }, - { - source: '/docs/overview/personal-access-tokens', - destination: '/how-to/access-netbird-public-api', + destination: '/manage/public-api', permanent: true, }, { source: '/docs/overview/acls', - destination: '/how-to/manage-network-access', + destination: '/manage/access-control/manage-network-access', permanent: true, }, { @@ -81,12 +76,12 @@ const nextConfig = { }, { source: '/docs/how-to-guides/activity-monitoring', - destination: '/how-to/monitor-system-and-network-activity', + destination: '/manage/activity/traffic-events-logging', permanent: true, }, { source: '/docs/how-to-guides/periodic-authentication', - destination: '/how-to/enforce-periodic-user-authentication', + destination: '/manage/settings/enforce-periodic-user-authentication', permanent: true, }, { @@ -432,6 +427,87 @@ const nextConfig = { destination: '/manage/team/idp-sync/keycloak-sync', permanent: true, }, + // documentation redirects for settings + { + source: '/how-to/enforce-periodic-user-authentication', + destination: '/manage/settings/enforce-periodic-user-authentication', + permanent: true, + }, + { + source: '/how-to/multi-factor-authentication', + destination: '/manage/settings/multi-factor-authentication', + permanent: true, + }, + { + source: '/how-to/delete-account', + destination: '/manage/settings/delete-account', + permanent: true, + }, + { + source: '/how-to/plans-and-billing', + destination: '/manage/settings/plans-and-billing', + permanent: true, + }, + // documentation redirects for integrations + { + source: '/how-to/enable-post-quantum-cryptography', + destination: '/manage/integrations/enable-post-quantum-cryptography', + permanent: true, + }, + { + source: '/how-to/jamf-pro-netbird-integration', + destination: '/manage/integrations/mdm-deployment/jamf-pro-netbird-integration', + permanent: true, + }, + { + source: '/how-to/kandji-netbird-integration', + destination: '/manage/integrations/mdm-deployment/kandji-netbird-integration', + permanent: true, + }, + { + source: '/how-to/intune-netbird-integration', + destination: '/manage/integrations/mdm-deployment/intune-netbird-integration', + permanent: true, + }, + { + source: '/how-to/kubernetes-operator', + destination: '/manage/integrations/kubernetes', + permanent: true, + }, + // documentation redirects for public-api + { + source: '/how-to/access-netbird-public-api', + destination: '/manage/public-api', + permanent: true, + }, + // documentation redirects for for-partners + { + source: '/how-to/msp-portal', + destination: '/manage/for-partners/msp-portal', + permanent: true, + }, + { + source: '/how-to/acronis-netbird-integration', + destination: '/manage/for-partners/acronis-integration', + permanent: true, + }, + // documentation redirects for client + { + source: '/how-to/profiles', + destination: '/client/profiles', + permanent: true, + }, + // documentation redirects for help + { + source: '/how-to/troubleshooting-client', + destination: '/help/troubleshooting-client', + permanent: true, + }, + { + source: '/how-to/report-bug-issues', + destination: '/help/report-bug-issues', + permanent: true, + }, ] }, rewrites: async () => { diff --git a/public/docs-static/img/architecture/acls.png b/public/docs-static/img/about-netbird/acls.png similarity index 100% rename from public/docs-static/img/architecture/acls.png rename to public/docs-static/img/about-netbird/acls.png diff --git a/public/docs-static/img/architecture/high-level-dia.png b/public/docs-static/img/about-netbird/high-level-dia.png similarity index 100% rename from public/docs-static/img/architecture/high-level-dia.png rename to public/docs-static/img/about-netbird/high-level-dia.png diff --git a/public/docs-static/img/architecture/management.png b/public/docs-static/img/about-netbird/management.png similarity index 100% rename from public/docs-static/img/architecture/management.png rename to public/docs-static/img/about-netbird/management.png diff --git a/public/docs-static/img/architecture/mesh.png b/public/docs-static/img/about-netbird/mesh.png similarity index 100% rename from public/docs-static/img/architecture/mesh.png rename to public/docs-static/img/about-netbird/mesh.png diff --git a/public/docs-static/img/architecture/peer-auto-tagging-setupkey.gif b/public/docs-static/img/about-netbird/peer-auto-tagging-setupkey.gif similarity index 100% rename from public/docs-static/img/architecture/peer-auto-tagging-setupkey.gif rename to public/docs-static/img/about-netbird/peer-auto-tagging-setupkey.gif diff --git a/public/docs-static/img/architecture/relay.png b/public/docs-static/img/about-netbird/relay.png similarity index 100% rename from public/docs-static/img/architecture/relay.png rename to public/docs-static/img/about-netbird/relay.png diff --git a/public/docs-static/img/architecture/setup-keys.png b/public/docs-static/img/about-netbird/setup-keys.png similarity index 100% rename from public/docs-static/img/architecture/setup-keys.png rename to public/docs-static/img/about-netbird/setup-keys.png diff --git a/public/docs-static/img/architecture/signal.png b/public/docs-static/img/about-netbird/signal.png similarity index 100% rename from public/docs-static/img/architecture/signal.png rename to public/docs-static/img/about-netbird/signal.png diff --git a/public/docs-static/img/how-to-guides/profiles/manage-profiles.png b/public/docs-static/img/client/profiles/manage-profiles.png similarity index 100% rename from public/docs-static/img/how-to-guides/profiles/manage-profiles.png rename to public/docs-static/img/client/profiles/manage-profiles.png diff --git a/public/docs-static/img/how-to-guides/profiles/profiles.gif b/public/docs-static/img/client/profiles/profiles.gif similarity index 100% rename from public/docs-static/img/how-to-guides/profiles/profiles.gif rename to public/docs-static/img/client/profiles/profiles.gif diff --git a/public/docs-static/img/how-to-guides/profiles/profiles.png b/public/docs-static/img/client/profiles/profiles.png similarity index 100% rename from public/docs-static/img/how-to-guides/profiles/profiles.png rename to public/docs-static/img/client/profiles/profiles.png diff --git a/public/docs-static/img/get-started/mobile/app-store-badge.svg b/public/docs-static/img/get-started/mobile/app-store-badge.svg old mode 100644 new mode 100755 diff --git a/public/docs-static/img/troubleshooting-client/ui-bundle-success.png b/public/docs-static/img/help/troubleshooting-client/ui-bundle-success.png similarity index 100% rename from public/docs-static/img/troubleshooting-client/ui-bundle-success.png rename to public/docs-static/img/help/troubleshooting-client/ui-bundle-success.png diff --git a/public/docs-static/img/troubleshooting-client/ui-bundle-wizard.png b/public/docs-static/img/help/troubleshooting-client/ui-bundle-wizard.png similarity index 100% rename from public/docs-static/img/troubleshooting-client/ui-bundle-wizard.png rename to public/docs-static/img/help/troubleshooting-client/ui-bundle-wizard.png diff --git a/public/docs-static/img/troubleshooting-client/ui-settings.png b/public/docs-static/img/help/troubleshooting-client/ui-settings.png similarity index 100% rename from public/docs-static/img/troubleshooting-client/ui-settings.png rename to public/docs-static/img/help/troubleshooting-client/ui-settings.png diff --git a/public/docs-static/img/how-to-guides/account-settings.png b/public/docs-static/img/how-to-guides/account-settings.png deleted file mode 100644 index 976050d9..00000000 Binary files a/public/docs-static/img/how-to-guides/account-settings.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/app-store-badge.svg b/public/docs-static/img/how-to-guides/app-store-badge.svg deleted file mode 100755 index 072b425a..00000000 --- a/public/docs-static/img/how-to-guides/app-store-badge.svg +++ /dev/null @@ -1,46 +0,0 @@ - diff --git a/public/docs-static/img/how-to-guides/azure-client-secret.png b/public/docs-static/img/how-to-guides/azure-client-secret.png deleted file mode 100644 index 43f82751..00000000 Binary files a/public/docs-static/img/how-to-guides/azure-client-secret.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/azure-grant-admin-consent.png b/public/docs-static/img/how-to-guides/azure-grant-admin-consent.png deleted file mode 100644 index 081b2ffa..00000000 Binary files a/public/docs-static/img/how-to-guides/azure-grant-admin-consent.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/azure-new-application.png b/public/docs-static/img/how-to-guides/azure-new-application.png deleted file mode 100644 index 8fb9f066..00000000 Binary files a/public/docs-static/img/how-to-guides/azure-new-application.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/azure-openid-permissions.png b/public/docs-static/img/how-to-guides/azure-openid-permissions.png deleted file mode 100644 index e1aeb798..00000000 Binary files a/public/docs-static/img/how-to-guides/azure-openid-permissions.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/create-route-posturecheck-final.png.png b/public/docs-static/img/how-to-guides/create-route-posturecheck-final.png.png deleted file mode 100644 index 99e4ab82..00000000 Binary files a/public/docs-static/img/how-to-guides/create-route-posturecheck-final.png.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/create-route-with-posturecheck.png b/public/docs-static/img/how-to-guides/create-route-with-posturecheck.png deleted file mode 100644 index 233e0b1d..00000000 Binary files a/public/docs-static/img/how-to-guides/create-route-with-posturecheck.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/create-rule.png b/public/docs-static/img/how-to-guides/create-rule.png deleted file mode 100644 index 3fb57c38..00000000 Binary files a/public/docs-static/img/how-to-guides/create-rule.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/crowdstrike-credentials.png b/public/docs-static/img/how-to-guides/crowdstrike-credentials.png deleted file mode 100644 index e047b843..00000000 Binary files a/public/docs-static/img/how-to-guides/crowdstrike-credentials.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/crowdstrike-groups-zta.png b/public/docs-static/img/how-to-guides/crowdstrike-groups-zta.png deleted file mode 100644 index 69423997..00000000 Binary files a/public/docs-static/img/how-to-guides/crowdstrike-groups-zta.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/crowdstrike-integration.png b/public/docs-static/img/how-to-guides/crowdstrike-integration.png deleted file mode 100644 index 65c17cf3..00000000 Binary files a/public/docs-static/img/how-to-guides/crowdstrike-integration.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/crowdstrike-region.png b/public/docs-static/img/how-to-guides/crowdstrike-region.png deleted file mode 100644 index 6ee7bbe3..00000000 Binary files a/public/docs-static/img/how-to-guides/crowdstrike-region.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/distribute-to-groups-posturechecks.png b/public/docs-static/img/how-to-guides/distribute-to-groups-posturechecks.png deleted file mode 100644 index 4aecd195..00000000 Binary files a/public/docs-static/img/how-to-guides/distribute-to-groups-posturechecks.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/edr-approval-required.png b/public/docs-static/img/how-to-guides/edr-approval-required.png deleted file mode 100644 index 9757bfd5..00000000 Binary files a/public/docs-static/img/how-to-guides/edr-approval-required.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/enable-ssh-access.png b/public/docs-static/img/how-to-guides/enable-ssh-access.png deleted file mode 100644 index b16a6c84..00000000 Binary files a/public/docs-static/img/how-to-guides/enable-ssh-access.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/endpoint-detection-and-response/edr-integrations-back.png b/public/docs-static/img/how-to-guides/endpoint-detection-and-response/edr-integrations-back.png deleted file mode 100644 index 8f9785af..00000000 Binary files a/public/docs-static/img/how-to-guides/endpoint-detection-and-response/edr-integrations-back.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/endpoint-detection-and-response/edr-integrations.png b/public/docs-static/img/how-to-guides/endpoint-detection-and-response/edr-integrations.png deleted file mode 100644 index e19a4788..00000000 Binary files a/public/docs-static/img/how-to-guides/endpoint-detection-and-response/edr-integrations.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/endpoint-detection-and-response/sentinelone/compliance-config.png b/public/docs-static/img/how-to-guides/endpoint-detection-and-response/sentinelone/compliance-config.png deleted file mode 100644 index 74166d28..00000000 Binary files a/public/docs-static/img/how-to-guides/endpoint-detection-and-response/sentinelone/compliance-config.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/endpoint-detection-and-response/sentinelone/console-config.png b/public/docs-static/img/how-to-guides/endpoint-detection-and-response/sentinelone/console-config.png deleted file mode 100644 index e45f4449..00000000 Binary files a/public/docs-static/img/how-to-guides/endpoint-detection-and-response/sentinelone/console-config.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/endpoint-detection-and-response/sentinelone/edr-approval-required.png b/public/docs-static/img/how-to-guides/endpoint-detection-and-response/sentinelone/edr-approval-required.png deleted file mode 100644 index 37b80a18..00000000 Binary files a/public/docs-static/img/how-to-guides/endpoint-detection-and-response/sentinelone/edr-approval-required.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/endpoint-detection-and-response/sentinelone/getting-started.png b/public/docs-static/img/how-to-guides/endpoint-detection-and-response/sentinelone/getting-started.png deleted file mode 100644 index 27f5b016..00000000 Binary files a/public/docs-static/img/how-to-guides/endpoint-detection-and-response/sentinelone/getting-started.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/endpoint-detection-and-response/sentinelone/group-config.png b/public/docs-static/img/how-to-guides/endpoint-detection-and-response/sentinelone/group-config.png deleted file mode 100644 index e507e8ab..00000000 Binary files a/public/docs-static/img/how-to-guides/endpoint-detection-and-response/sentinelone/group-config.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/endpoint-detection-and-response/sentinelone/service-user.png b/public/docs-static/img/how-to-guides/endpoint-detection-and-response/sentinelone/service-user.png deleted file mode 100644 index 054ab5ac..00000000 Binary files a/public/docs-static/img/how-to-guides/endpoint-detection-and-response/sentinelone/service-user.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/endpoint-detection-and-response/sentinelone/sync-config.png b/public/docs-static/img/how-to-guides/endpoint-detection-and-response/sentinelone/sync-config.png deleted file mode 100644 index f7706b9c..00000000 Binary files a/public/docs-static/img/how-to-guides/endpoint-detection-and-response/sentinelone/sync-config.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/google-assign-service-account.png b/public/docs-static/img/how-to-guides/google-assign-service-account.png deleted file mode 100644 index 0fc74509..00000000 Binary files a/public/docs-static/img/how-to-guides/google-assign-service-account.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/google-edit-service-account.png b/public/docs-static/img/how-to-guides/google-edit-service-account.png deleted file mode 100644 index 50a6bdc1..00000000 Binary files a/public/docs-static/img/how-to-guides/google-edit-service-account.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/google-new-admin-role.png b/public/docs-static/img/how-to-guides/google-new-admin-role.png deleted file mode 100644 index b87dfd1b..00000000 Binary files a/public/docs-static/img/how-to-guides/google-new-admin-role.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/google-play-badge.png b/public/docs-static/img/how-to-guides/google-play-badge.png deleted file mode 100644 index 131f3aca..00000000 Binary files a/public/docs-static/img/how-to-guides/google-play-badge.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/google-privileges-review.png b/public/docs-static/img/how-to-guides/google-privileges-review.png deleted file mode 100644 index f66a127a..00000000 Binary files a/public/docs-static/img/how-to-guides/google-privileges-review.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/google-service-account-create.png b/public/docs-static/img/how-to-guides/google-service-account-create.png deleted file mode 100644 index 21e0ddb9..00000000 Binary files a/public/docs-static/img/how-to-guides/google-service-account-create.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/google-service-account-privileges.png b/public/docs-static/img/how-to-guides/google-service-account-privileges.png deleted file mode 100644 index fa8bf3ef..00000000 Binary files a/public/docs-static/img/how-to-guides/google-service-account-privileges.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/intune-mdm/api-permissions.png b/public/docs-static/img/how-to-guides/intune-mdm/api-permissions.png deleted file mode 100644 index e55e4af6..00000000 Binary files a/public/docs-static/img/how-to-guides/intune-mdm/api-permissions.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/intune-mdm/client-id.png b/public/docs-static/img/how-to-guides/intune-mdm/client-id.png deleted file mode 100644 index 3b30f171..00000000 Binary files a/public/docs-static/img/how-to-guides/intune-mdm/client-id.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/intune-mdm/client-secret.png b/public/docs-static/img/how-to-guides/intune-mdm/client-secret.png deleted file mode 100644 index e48fcd7b..00000000 Binary files a/public/docs-static/img/how-to-guides/intune-mdm/client-secret.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/intune-mdm/create-app.png b/public/docs-static/img/how-to-guides/intune-mdm/create-app.png deleted file mode 100644 index 998748ad..00000000 Binary files a/public/docs-static/img/how-to-guides/intune-mdm/create-app.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/intune-mdm/device-permissions.png b/public/docs-static/img/how-to-guides/intune-mdm/device-permissions.png deleted file mode 100644 index 020e6308..00000000 Binary files a/public/docs-static/img/how-to-guides/intune-mdm/device-permissions.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/intune-mdm/getting-started.png b/public/docs-static/img/how-to-guides/intune-mdm/getting-started.png deleted file mode 100644 index 04099445..00000000 Binary files a/public/docs-static/img/how-to-guides/intune-mdm/getting-started.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/intune-mdm/grant-permissions.png b/public/docs-static/img/how-to-guides/intune-mdm/grant-permissions.png deleted file mode 100644 index 0d9a8522..00000000 Binary files a/public/docs-static/img/how-to-guides/intune-mdm/grant-permissions.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/intune-mdm/granted-permissions.png b/public/docs-static/img/how-to-guides/intune-mdm/granted-permissions.png deleted file mode 100644 index 96dfb07c..00000000 Binary files a/public/docs-static/img/how-to-guides/intune-mdm/granted-permissions.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/intune-mdm/groups.png b/public/docs-static/img/how-to-guides/intune-mdm/groups.png deleted file mode 100644 index 11f9ea67..00000000 Binary files a/public/docs-static/img/how-to-guides/intune-mdm/groups.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/intune-mdm/register-app.png b/public/docs-static/img/how-to-guides/intune-mdm/register-app.png deleted file mode 100644 index 7520cb01..00000000 Binary files a/public/docs-static/img/how-to-guides/intune-mdm/register-app.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-01.png b/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-01.png deleted file mode 100644 index e738730d..00000000 Binary files a/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-01.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-02.png b/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-02.png deleted file mode 100644 index fc6a4e01..00000000 Binary files a/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-02.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-03.png b/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-03.png deleted file mode 100644 index 41d5be04..00000000 Binary files a/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-03.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-04.png b/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-04.png deleted file mode 100644 index 58d77099..00000000 Binary files a/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-04.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-05.png b/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-05.png deleted file mode 100644 index 0e55e91c..00000000 Binary files a/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-05.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-06.png b/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-06.png deleted file mode 100644 index a901bf40..00000000 Binary files a/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-06.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-07.png b/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-07.png deleted file mode 100644 index e17c8d1a..00000000 Binary files a/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-07.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-08.png b/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-08.png deleted file mode 100644 index 06d3e030..00000000 Binary files a/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-08.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-09.png b/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-09.png deleted file mode 100644 index c9703ab9..00000000 Binary files a/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-09.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-10.png b/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-10.png deleted file mode 100644 index a222ae7c..00000000 Binary files a/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-10.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-11.png b/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-11.png deleted file mode 100644 index 4173f170..00000000 Binary files a/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-11.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-12.png b/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-12.png deleted file mode 100644 index 98a20cab..00000000 Binary files a/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-12.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-13.png b/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-13.png deleted file mode 100644 index 0143737b..00000000 Binary files a/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-13.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/netbird-idp-list.png b/public/docs-static/img/how-to-guides/netbird-idp-list.png deleted file mode 100644 index f9fac70e..00000000 Binary files a/public/docs-static/img/how-to-guides/netbird-idp-list.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/netbird-routes-list-external.png b/public/docs-static/img/how-to-guides/netbird-routes-list-external.png deleted file mode 100644 index 07dcf38d..00000000 Binary files a/public/docs-static/img/how-to-guides/netbird-routes-list-external.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/netbird-routes-list-local.png b/public/docs-static/img/how-to-guides/netbird-routes-list-local.png deleted file mode 100644 index b727774a..00000000 Binary files a/public/docs-static/img/how-to-guides/netbird-routes-list-local.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/netstat-routes-grep-external.png b/public/docs-static/img/how-to-guides/netstat-routes-grep-external.png deleted file mode 100644 index a70c15a1..00000000 Binary files a/public/docs-static/img/how-to-guides/netstat-routes-grep-external.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/netstat-routes-grep-local.png b/public/docs-static/img/how-to-guides/netstat-routes-grep-local.png deleted file mode 100644 index 83dd71c5..00000000 Binary files a/public/docs-static/img/how-to-guides/netstat-routes-grep-local.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/okta-assign-users-by-group.png b/public/docs-static/img/how-to-guides/okta-assign-users-by-group.png deleted file mode 100644 index d69b4d7e..00000000 Binary files a/public/docs-static/img/how-to-guides/okta-assign-users-by-group.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/okta-provisioning-enabled.png b/public/docs-static/img/how-to-guides/okta-provisioning-enabled.png deleted file mode 100644 index 8b3b88f4..00000000 Binary files a/public/docs-static/img/how-to-guides/okta-provisioning-enabled.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/okta-provisioning.png b/public/docs-static/img/how-to-guides/okta-provisioning.png deleted file mode 100644 index fcc8f2e1..00000000 Binary files a/public/docs-static/img/how-to-guides/okta-provisioning.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/okta-push-groups.png b/public/docs-static/img/how-to-guides/okta-push-groups.png deleted file mode 100644 index fe21fa02..00000000 Binary files a/public/docs-static/img/how-to-guides/okta-push-groups.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/okta-scim-credentials.png b/public/docs-static/img/how-to-guides/okta-scim-credentials.png deleted file mode 100644 index ba441802..00000000 Binary files a/public/docs-static/img/how-to-guides/okta-scim-credentials.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/okta-sso-configuration.png b/public/docs-static/img/how-to-guides/okta-sso-configuration.png deleted file mode 100644 index 5a2afc10..00000000 Binary files a/public/docs-static/img/how-to-guides/okta-sso-configuration.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/okta-to-app-configuration.png b/public/docs-static/img/how-to-guides/okta-to-app-configuration.png deleted file mode 100644 index 7079fcb4..00000000 Binary files a/public/docs-static/img/how-to-guides/okta-to-app-configuration.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/plan-overusage.png b/public/docs-static/img/how-to-guides/plan-overusage.png deleted file mode 100644 index aad9f24b..00000000 Binary files a/public/docs-static/img/how-to-guides/plan-overusage.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/policy-office-subnet-with-posturecheck.png b/public/docs-static/img/how-to-guides/policy-office-subnet-with-posturecheck.png deleted file mode 100644 index c7a73ceb..00000000 Binary files a/public/docs-static/img/how-to-guides/policy-office-subnet-with-posturecheck.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/policy-with-network-posturecheck-added.png b/public/docs-static/img/how-to-guides/policy-with-network-posturecheck-added.png deleted file mode 100644 index 8cd7ce56..00000000 Binary files a/public/docs-static/img/how-to-guides/policy-with-network-posturecheck-added.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/posture-check-block-network-range.png b/public/docs-static/img/how-to-guides/posture-check-block-network-range.png deleted file mode 100644 index 5936f3be..00000000 Binary files a/public/docs-static/img/how-to-guides/posture-check-block-network-range.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/posture-check-new-block-network-range.png b/public/docs-static/img/how-to-guides/posture-check-new-block-network-range.png deleted file mode 100644 index 82c23219..00000000 Binary files a/public/docs-static/img/how-to-guides/posture-check-new-block-network-range.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/posture-checks/posture-checks-01.png b/public/docs-static/img/how-to-guides/posture-checks/posture-checks-01.png deleted file mode 100644 index 5a5bb7a3..00000000 Binary files a/public/docs-static/img/how-to-guides/posture-checks/posture-checks-01.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/posture-checks/posture-checks-02.png b/public/docs-static/img/how-to-guides/posture-checks/posture-checks-02.png deleted file mode 100644 index 3859bcfe..00000000 Binary files a/public/docs-static/img/how-to-guides/posture-checks/posture-checks-02.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/posture-checks/posture-checks-03.png b/public/docs-static/img/how-to-guides/posture-checks/posture-checks-03.png deleted file mode 100644 index 20db14d6..00000000 Binary files a/public/docs-static/img/how-to-guides/posture-checks/posture-checks-03.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/posture-checks/posture-checks-04.png b/public/docs-static/img/how-to-guides/posture-checks/posture-checks-04.png deleted file mode 100644 index 37654da7..00000000 Binary files a/public/docs-static/img/how-to-guides/posture-checks/posture-checks-04.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/posture-checks/posture-checks-05.png b/public/docs-static/img/how-to-guides/posture-checks/posture-checks-05.png deleted file mode 100644 index 14f5de3c..00000000 Binary files a/public/docs-static/img/how-to-guides/posture-checks/posture-checks-05.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/posture-checks/posture-checks-06.png b/public/docs-static/img/how-to-guides/posture-checks/posture-checks-06.png deleted file mode 100644 index ea9af1c1..00000000 Binary files a/public/docs-static/img/how-to-guides/posture-checks/posture-checks-06.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/posture-checks/posture-checks-07.png b/public/docs-static/img/how-to-guides/posture-checks/posture-checks-07.png deleted file mode 100644 index e91d7913..00000000 Binary files a/public/docs-static/img/how-to-guides/posture-checks/posture-checks-07.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/posture-checks/posture-checks-08.png b/public/docs-static/img/how-to-guides/posture-checks/posture-checks-08.png deleted file mode 100644 index a6d6de86..00000000 Binary files a/public/docs-static/img/how-to-guides/posture-checks/posture-checks-08.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/posture-checks/posture-checks-09.png b/public/docs-static/img/how-to-guides/posture-checks/posture-checks-09.png deleted file mode 100644 index 3bd57602..00000000 Binary files a/public/docs-static/img/how-to-guides/posture-checks/posture-checks-09.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/posture-checks/posture-checks-10.png b/public/docs-static/img/how-to-guides/posture-checks/posture-checks-10.png deleted file mode 100644 index 0ccaacf5..00000000 Binary files a/public/docs-static/img/how-to-guides/posture-checks/posture-checks-10.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/posture-checks/posture-checks-11.png b/public/docs-static/img/how-to-guides/posture-checks/posture-checks-11.png deleted file mode 100644 index c09d5246..00000000 Binary files a/public/docs-static/img/how-to-guides/posture-checks/posture-checks-11.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/posture-checks/posture-checks-12.png b/public/docs-static/img/how-to-guides/posture-checks/posture-checks-12.png deleted file mode 100644 index d330872c..00000000 Binary files a/public/docs-static/img/how-to-guides/posture-checks/posture-checks-12.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/route-office-subnet-posturecheck.png b/public/docs-static/img/how-to-guides/route-office-subnet-posturecheck.png deleted file mode 100644 index 01280619..00000000 Binary files a/public/docs-static/img/how-to-guides/route-office-subnet-posturecheck.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/select-network-posture-check.png b/public/docs-static/img/how-to-guides/select-network-posture-check.png deleted file mode 100644 index ad00931f..00000000 Binary files a/public/docs-static/img/how-to-guides/select-network-posture-check.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/setup-key-create2d.png b/public/docs-static/img/how-to-guides/setup-key-create2d.png deleted file mode 100644 index 2fb16665..00000000 Binary files a/public/docs-static/img/how-to-guides/setup-key-create2d.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/user-invites.gif b/public/docs-static/img/how-to-guides/user-invites.gif deleted file mode 100644 index 6474efeb..00000000 Binary files a/public/docs-static/img/how-to-guides/user-invites.gif and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/wifi-inside-office-subnet.png b/public/docs-static/img/how-to-guides/wifi-inside-office-subnet.png deleted file mode 100644 index 64649867..00000000 Binary files a/public/docs-static/img/how-to-guides/wifi-inside-office-subnet.png and /dev/null differ diff --git a/public/docs-static/img/overview/associate-peer-groups.png b/public/docs-static/img/manage/access-control/associate-peer-groups.png similarity index 100% rename from public/docs-static/img/overview/associate-peer-groups.png rename to public/docs-static/img/manage/access-control/associate-peer-groups.png diff --git a/public/docs-static/img/overview/create-rule.png b/public/docs-static/img/manage/access-control/create-rule.png similarity index 100% rename from public/docs-static/img/overview/create-rule.png rename to public/docs-static/img/manage/access-control/create-rule.png diff --git a/public/docs-static/img/overview/delete-rule-menu.png b/public/docs-static/img/manage/access-control/delete-rule-menu.png similarity index 100% rename from public/docs-static/img/overview/delete-rule-menu.png rename to public/docs-static/img/manage/access-control/delete-rule-menu.png diff --git a/public/docs-static/img/overview/disable-rule.png b/public/docs-static/img/manage/access-control/disable-rule.png similarity index 100% rename from public/docs-static/img/overview/disable-rule.png rename to public/docs-static/img/manage/access-control/disable-rule.png diff --git a/public/docs-static/img/groups/create-group-input.png b/public/docs-static/img/manage/access-control/groups/create-group-input.png similarity index 100% rename from public/docs-static/img/groups/create-group-input.png rename to public/docs-static/img/manage/access-control/groups/create-group-input.png diff --git a/public/docs-static/img/groups/create-group.png b/public/docs-static/img/manage/access-control/groups/create-group.png similarity index 100% rename from public/docs-static/img/groups/create-group.png rename to public/docs-static/img/manage/access-control/groups/create-group.png diff --git a/public/docs-static/img/groups/delete-group.png b/public/docs-static/img/manage/access-control/groups/delete-group.png similarity index 100% rename from public/docs-static/img/groups/delete-group.png rename to public/docs-static/img/manage/access-control/groups/delete-group.png diff --git a/public/docs-static/img/groups/rename-group.png b/public/docs-static/img/manage/access-control/groups/rename-group.png similarity index 100% rename from public/docs-static/img/groups/rename-group.png rename to public/docs-static/img/manage/access-control/groups/rename-group.png diff --git a/public/docs-static/img/groups/view-group-detail.png b/public/docs-static/img/manage/access-control/groups/view-group-detail.png similarity index 100% rename from public/docs-static/img/groups/view-group-detail.png rename to public/docs-static/img/manage/access-control/groups/view-group-detail.png diff --git a/public/docs-static/img/groups/view-groups.png b/public/docs-static/img/manage/access-control/groups/view-groups.png similarity index 100% rename from public/docs-static/img/groups/view-groups.png rename to public/docs-static/img/manage/access-control/groups/view-groups.png diff --git a/public/docs-static/img/overview/new-rule-list.png b/public/docs-static/img/manage/access-control/new-rule-list.png similarity index 100% rename from public/docs-static/img/overview/new-rule-list.png rename to public/docs-static/img/manage/access-control/new-rule-list.png diff --git a/public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-macos-01.png b/public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-macos-01.png similarity index 100% rename from public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-macos-01.png rename to public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-macos-01.png diff --git a/public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-macos-02.png b/public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-macos-02.png similarity index 100% rename from public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-macos-02.png rename to public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-macos-02.png diff --git a/public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-macos-03.png b/public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-macos-03.png similarity index 100% rename from public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-macos-03.png rename to public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-macos-03.png diff --git a/public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-01.png b/public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-01.png similarity index 100% rename from public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-01.png rename to public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-01.png diff --git a/public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-02.png b/public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-02.png similarity index 100% rename from public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-02.png rename to public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-02.png diff --git a/public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-03.png b/public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-03.png similarity index 100% rename from public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-03.png rename to public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-03.png diff --git a/public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-04.png b/public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-04.png similarity index 100% rename from public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-04.png rename to public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-04.png diff --git a/public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-05.png b/public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-05.png similarity index 100% rename from public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-05.png rename to public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-05.png diff --git a/public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-06.png b/public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-06.png similarity index 100% rename from public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-06.png rename to public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-06.png diff --git a/public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-07.png b/public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-07.png similarity index 100% rename from public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-07.png rename to public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-07.png diff --git a/public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-08.png b/public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-08.png similarity index 100% rename from public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-08.png rename to public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-08.png diff --git a/public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-09.png b/public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-09.png similarity index 100% rename from public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-09.png rename to public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-09.png diff --git a/public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-10.png b/public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-10.png similarity index 100% rename from public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-10.png rename to public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-10.png diff --git a/public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-11.png b/public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-11.png similarity index 100% rename from public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-11.png rename to public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-11.png diff --git a/public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-12.png b/public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-12.png similarity index 100% rename from public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-12.png rename to public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-12.png diff --git a/public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-13.png b/public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-13.png similarity index 100% rename from public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-13.png rename to public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-13.png diff --git a/public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-14.png b/public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-14.png similarity index 100% rename from public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-14.png rename to public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-14.png diff --git a/public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-15.png b/public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-15.png similarity index 100% rename from public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-15.png rename to public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-15.png diff --git a/public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-16.png b/public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-16.png similarity index 100% rename from public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-16.png rename to public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-16.png diff --git a/public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-17.png b/public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-17.png similarity index 100% rename from public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-17.png rename to public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-17.png diff --git a/public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-18.png b/public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-18.png similarity index 100% rename from public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-18.png rename to public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-18.png diff --git a/public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-19.png b/public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-19.png similarity index 100% rename from public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-19.png rename to public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-19.png diff --git a/public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-20.png b/public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-20.png similarity index 100% rename from public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-20.png rename to public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-20.png diff --git a/public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-21.png b/public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-21.png similarity index 100% rename from public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-21.png rename to public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-21.png diff --git a/public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-22.png b/public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-22.png similarity index 100% rename from public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-22.png rename to public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-22.png diff --git a/public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-23.png b/public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-23.png similarity index 100% rename from public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-23.png rename to public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-23.png diff --git a/public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-24.png b/public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-24.png similarity index 100% rename from public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-24.png rename to public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-24.png diff --git a/public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-25.png b/public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-25.png similarity index 100% rename from public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-25.png rename to public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-25.png diff --git a/public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-26.png b/public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-26.png similarity index 100% rename from public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-26.png rename to public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-26.png diff --git a/public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-27.png b/public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-27.png similarity index 100% rename from public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-27.png rename to public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-27.png diff --git a/public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-28.png b/public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-28.png similarity index 100% rename from public/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-28.png rename to public/docs-static/img/manage/for-partners/acronis-windows-netbird-integration/acronis-windows-28.png diff --git a/public/docs-static/img/how-to-guides/msp-portal/add-new-tenant-name-domain.png b/public/docs-static/img/manage/for-partners/msp-portal/add-new-tenant-name-domain.png similarity index 100% rename from public/docs-static/img/how-to-guides/msp-portal/add-new-tenant-name-domain.png rename to public/docs-static/img/manage/for-partners/msp-portal/add-new-tenant-name-domain.png diff --git a/public/docs-static/img/how-to-guides/msp-portal/add-new-tenant-permissions.png b/public/docs-static/img/manage/for-partners/msp-portal/add-new-tenant-permissions.png similarity index 100% rename from public/docs-static/img/how-to-guides/msp-portal/add-new-tenant-permissions.png rename to public/docs-static/img/manage/for-partners/msp-portal/add-new-tenant-permissions.png diff --git a/public/docs-static/img/how-to-guides/msp-portal/add-new-tenant-plan.png b/public/docs-static/img/manage/for-partners/msp-portal/add-new-tenant-plan.png similarity index 100% rename from public/docs-static/img/how-to-guides/msp-portal/add-new-tenant-plan.png rename to public/docs-static/img/manage/for-partners/msp-portal/add-new-tenant-plan.png diff --git a/public/docs-static/img/how-to-guides/msp-portal/add-new-tenant-verify-domain.png b/public/docs-static/img/manage/for-partners/msp-portal/add-new-tenant-verify-domain.png similarity index 100% rename from public/docs-static/img/how-to-guides/msp-portal/add-new-tenant-verify-domain.png rename to public/docs-static/img/manage/for-partners/msp-portal/add-new-tenant-verify-domain.png diff --git a/public/docs-static/img/how-to-guides/msp-portal/add-tenant-dns.png b/public/docs-static/img/manage/for-partners/msp-portal/add-tenant-dns.png similarity index 100% rename from public/docs-static/img/how-to-guides/msp-portal/add-tenant-dns.png rename to public/docs-static/img/manage/for-partners/msp-portal/add-tenant-dns.png diff --git a/public/docs-static/img/how-to-guides/msp-portal/add-tenant-permissions.png b/public/docs-static/img/manage/for-partners/msp-portal/add-tenant-permissions.png similarity index 100% rename from public/docs-static/img/how-to-guides/msp-portal/add-tenant-permissions.png rename to public/docs-static/img/manage/for-partners/msp-portal/add-tenant-permissions.png diff --git a/public/docs-static/img/how-to-guides/msp-portal/add-tenant.png b/public/docs-static/img/manage/for-partners/msp-portal/add-tenant.png similarity index 100% rename from public/docs-static/img/how-to-guides/msp-portal/add-tenant.png rename to public/docs-static/img/manage/for-partners/msp-portal/add-tenant.png diff --git a/public/docs-static/img/how-to-guides/msp-portal/tenant-already-exists.png b/public/docs-static/img/manage/for-partners/msp-portal/tenant-already-exists.png similarity index 100% rename from public/docs-static/img/how-to-guides/msp-portal/tenant-already-exists.png rename to public/docs-static/img/manage/for-partners/msp-portal/tenant-already-exists.png diff --git a/public/docs-static/img/how-to-guides/msp-portal/tenant-audit-log.png b/public/docs-static/img/manage/for-partners/msp-portal/tenant-audit-log.png similarity index 100% rename from public/docs-static/img/how-to-guides/msp-portal/tenant-audit-log.png rename to public/docs-static/img/manage/for-partners/msp-portal/tenant-audit-log.png diff --git a/public/docs-static/img/how-to-guides/msp-portal/tenant-grant-or-deny.png b/public/docs-static/img/manage/for-partners/msp-portal/tenant-grant-or-deny.png similarity index 100% rename from public/docs-static/img/how-to-guides/msp-portal/tenant-grant-or-deny.png rename to public/docs-static/img/manage/for-partners/msp-portal/tenant-grant-or-deny.png diff --git a/public/docs-static/img/how-to-guides/msp-portal/tenant-switch.png b/public/docs-static/img/manage/for-partners/msp-portal/tenant-switch.png similarity index 100% rename from public/docs-static/img/how-to-guides/msp-portal/tenant-switch.png rename to public/docs-static/img/manage/for-partners/msp-portal/tenant-switch.png diff --git a/public/docs-static/img/how-to-guides/msp-portal/tenant-usage.png b/public/docs-static/img/manage/for-partners/msp-portal/tenant-usage.png similarity index 100% rename from public/docs-static/img/how-to-guides/msp-portal/tenant-usage.png rename to public/docs-static/img/manage/for-partners/msp-portal/tenant-usage.png diff --git a/public/docs-static/img/how-to-guides/msp-portal/tenants-closeup.png b/public/docs-static/img/manage/for-partners/msp-portal/tenants-closeup.png similarity index 100% rename from public/docs-static/img/how-to-guides/msp-portal/tenants-closeup.png rename to public/docs-static/img/manage/for-partners/msp-portal/tenants-closeup.png diff --git a/public/docs-static/img/how-to-guides/msp-portal/tenants-dashboard.png b/public/docs-static/img/manage/for-partners/msp-portal/tenants-dashboard.png similarity index 100% rename from public/docs-static/img/how-to-guides/msp-portal/tenants-dashboard.png rename to public/docs-static/img/manage/for-partners/msp-portal/tenants-dashboard.png diff --git a/public/docs-static/img/how-to-guides/msp-portal/tenants-switcher.png b/public/docs-static/img/manage/for-partners/msp-portal/tenants-switcher.png similarity index 100% rename from public/docs-static/img/how-to-guides/msp-portal/tenants-switcher.png rename to public/docs-static/img/manage/for-partners/msp-portal/tenants-switcher.png diff --git a/public/docs-static/img/how-to-guides/msp-portal/tenants.png b/public/docs-static/img/manage/for-partners/msp-portal/tenants.png similarity index 100% rename from public/docs-static/img/how-to-guides/msp-portal/tenants.png rename to public/docs-static/img/manage/for-partners/msp-portal/tenants.png diff --git a/public/docs-static/img/how-to-guides/kubernetes/kubernetes-api-policy.png b/public/docs-static/img/manage/integrations/kubernetes/kubernetes-api-policy.png similarity index 100% rename from public/docs-static/img/how-to-guides/kubernetes/kubernetes-api-policy.png rename to public/docs-static/img/manage/integrations/kubernetes/kubernetes-api-policy.png diff --git a/public/docs-static/img/how-to-guides/kubernetes/kubernetes-api.png b/public/docs-static/img/manage/integrations/kubernetes/kubernetes-api.png similarity index 100% rename from public/docs-static/img/how-to-guides/kubernetes/kubernetes-api.png rename to public/docs-static/img/manage/integrations/kubernetes/kubernetes-api.png diff --git a/public/docs-static/img/how-to-guides/kubernetes/resources-1.png b/public/docs-static/img/manage/integrations/kubernetes/resources-1.png similarity index 100% rename from public/docs-static/img/how-to-guides/kubernetes/resources-1.png rename to public/docs-static/img/manage/integrations/kubernetes/resources-1.png diff --git a/public/docs-static/img/how-to-guides/kubernetes/resources-policy.png b/public/docs-static/img/manage/integrations/kubernetes/resources-policy.png similarity index 100% rename from public/docs-static/img/how-to-guides/kubernetes/resources-policy.png rename to public/docs-static/img/manage/integrations/kubernetes/resources-policy.png diff --git a/public/docs-static/img/how-to-guides/kubernetes/side-cars-setup-key-with-extra-labels.png b/public/docs-static/img/manage/integrations/kubernetes/side-cars-setup-key-with-extra-labels.png similarity index 100% rename from public/docs-static/img/how-to-guides/kubernetes/side-cars-setup-key-with-extra-labels.png rename to public/docs-static/img/manage/integrations/kubernetes/side-cars-setup-key-with-extra-labels.png diff --git a/public/docs-static/img/how-to-guides/kubernetes/side-cars-setup-key.png b/public/docs-static/img/manage/integrations/kubernetes/side-cars-setup-key.png similarity index 100% rename from public/docs-static/img/how-to-guides/kubernetes/side-cars-setup-key.png rename to public/docs-static/img/manage/integrations/kubernetes/side-cars-setup-key.png diff --git a/public/docs-static/img/how-to-guides/deploying-netbird-with-intune/intune-01.png b/public/docs-static/img/manage/integrations/mdm-deployment/intune-netbird-integration/intune-01.png similarity index 100% rename from public/docs-static/img/how-to-guides/deploying-netbird-with-intune/intune-01.png rename to public/docs-static/img/manage/integrations/mdm-deployment/intune-netbird-integration/intune-01.png diff --git a/public/docs-static/img/how-to-guides/deploying-netbird-with-intune/intune-02.png b/public/docs-static/img/manage/integrations/mdm-deployment/intune-netbird-integration/intune-02.png similarity index 100% rename from public/docs-static/img/how-to-guides/deploying-netbird-with-intune/intune-02.png rename to public/docs-static/img/manage/integrations/mdm-deployment/intune-netbird-integration/intune-02.png diff --git a/public/docs-static/img/how-to-guides/deploying-netbird-with-intune/intune-03.png b/public/docs-static/img/manage/integrations/mdm-deployment/intune-netbird-integration/intune-03.png similarity index 100% rename from public/docs-static/img/how-to-guides/deploying-netbird-with-intune/intune-03.png rename to public/docs-static/img/manage/integrations/mdm-deployment/intune-netbird-integration/intune-03.png diff --git a/public/docs-static/img/how-to-guides/deploying-netbird-with-intune/intune-04.png b/public/docs-static/img/manage/integrations/mdm-deployment/intune-netbird-integration/intune-04.png similarity index 100% rename from public/docs-static/img/how-to-guides/deploying-netbird-with-intune/intune-04.png rename to public/docs-static/img/manage/integrations/mdm-deployment/intune-netbird-integration/intune-04.png diff --git a/public/docs-static/img/how-to-guides/deploying-netbird-with-intune/intune-05.png b/public/docs-static/img/manage/integrations/mdm-deployment/intune-netbird-integration/intune-05.png similarity index 100% rename from public/docs-static/img/how-to-guides/deploying-netbird-with-intune/intune-05.png rename to public/docs-static/img/manage/integrations/mdm-deployment/intune-netbird-integration/intune-05.png diff --git a/public/docs-static/img/how-to-guides/deploying-netbird-with-intune/intune-06.png b/public/docs-static/img/manage/integrations/mdm-deployment/intune-netbird-integration/intune-06.png similarity index 100% rename from public/docs-static/img/how-to-guides/deploying-netbird-with-intune/intune-06.png rename to public/docs-static/img/manage/integrations/mdm-deployment/intune-netbird-integration/intune-06.png diff --git a/public/docs-static/img/how-to-guides/deploying-netbird-with-intune/intune-07.png b/public/docs-static/img/manage/integrations/mdm-deployment/intune-netbird-integration/intune-07.png similarity index 100% rename from public/docs-static/img/how-to-guides/deploying-netbird-with-intune/intune-07.png rename to public/docs-static/img/manage/integrations/mdm-deployment/intune-netbird-integration/intune-07.png diff --git a/public/docs-static/img/how-to-guides/deploying-netbird-with-intune/intune-08.png b/public/docs-static/img/manage/integrations/mdm-deployment/intune-netbird-integration/intune-08.png similarity index 100% rename from public/docs-static/img/how-to-guides/deploying-netbird-with-intune/intune-08.png rename to public/docs-static/img/manage/integrations/mdm-deployment/intune-netbird-integration/intune-08.png diff --git a/public/docs-static/img/how-to-guides/deploying-netbird-with-intune/intune-09.png b/public/docs-static/img/manage/integrations/mdm-deployment/intune-netbird-integration/intune-09.png similarity index 100% rename from public/docs-static/img/how-to-guides/deploying-netbird-with-intune/intune-09.png rename to public/docs-static/img/manage/integrations/mdm-deployment/intune-netbird-integration/intune-09.png diff --git a/public/docs-static/img/how-to-guides/deploying-netbird-with-intune/intune-10.png b/public/docs-static/img/manage/integrations/mdm-deployment/intune-netbird-integration/intune-10.png similarity index 100% rename from public/docs-static/img/how-to-guides/deploying-netbird-with-intune/intune-10.png rename to public/docs-static/img/manage/integrations/mdm-deployment/intune-netbird-integration/intune-10.png diff --git a/public/docs-static/img/how-to-guides/deploying-netbird-with-intune/intune-11.png b/public/docs-static/img/manage/integrations/mdm-deployment/intune-netbird-integration/intune-11.png similarity index 100% rename from public/docs-static/img/how-to-guides/deploying-netbird-with-intune/intune-11.png rename to public/docs-static/img/manage/integrations/mdm-deployment/intune-netbird-integration/intune-11.png diff --git a/public/docs-static/img/how-to-guides/deploying-netbird-with-intune/intune-12.png b/public/docs-static/img/manage/integrations/mdm-deployment/intune-netbird-integration/intune-12.png similarity index 100% rename from public/docs-static/img/how-to-guides/deploying-netbird-with-intune/intune-12.png rename to public/docs-static/img/manage/integrations/mdm-deployment/intune-netbird-integration/intune-12.png diff --git a/public/docs-static/img/how-to-guides/deploying-netbird-with-intune/intune-13.png b/public/docs-static/img/manage/integrations/mdm-deployment/intune-netbird-integration/intune-13.png similarity index 100% rename from public/docs-static/img/how-to-guides/deploying-netbird-with-intune/intune-13.png rename to public/docs-static/img/manage/integrations/mdm-deployment/intune-netbird-integration/intune-13.png diff --git a/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-14.png b/public/docs-static/img/manage/integrations/mdm-deployment/intune-netbird-integration/intune-14.png similarity index 100% rename from public/docs-static/img/how-to-guides/intune-netbird-integration/intune-14.png rename to public/docs-static/img/manage/integrations/mdm-deployment/intune-netbird-integration/intune-14.png diff --git a/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-15.png b/public/docs-static/img/manage/integrations/mdm-deployment/intune-netbird-integration/intune-15.png similarity index 100% rename from public/docs-static/img/how-to-guides/intune-netbird-integration/intune-15.png rename to public/docs-static/img/manage/integrations/mdm-deployment/intune-netbird-integration/intune-15.png diff --git a/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-16.png b/public/docs-static/img/manage/integrations/mdm-deployment/intune-netbird-integration/intune-16.png similarity index 100% rename from public/docs-static/img/how-to-guides/intune-netbird-integration/intune-16.png rename to public/docs-static/img/manage/integrations/mdm-deployment/intune-netbird-integration/intune-16.png diff --git a/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-17.png b/public/docs-static/img/manage/integrations/mdm-deployment/intune-netbird-integration/intune-17.png similarity index 100% rename from public/docs-static/img/how-to-guides/intune-netbird-integration/intune-17.png rename to public/docs-static/img/manage/integrations/mdm-deployment/intune-netbird-integration/intune-17.png diff --git a/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-18.png b/public/docs-static/img/manage/integrations/mdm-deployment/intune-netbird-integration/intune-18.png similarity index 100% rename from public/docs-static/img/how-to-guides/intune-netbird-integration/intune-18.png rename to public/docs-static/img/manage/integrations/mdm-deployment/intune-netbird-integration/intune-18.png diff --git a/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-19.png b/public/docs-static/img/manage/integrations/mdm-deployment/intune-netbird-integration/intune-19.png similarity index 100% rename from public/docs-static/img/how-to-guides/intune-netbird-integration/intune-19.png rename to public/docs-static/img/manage/integrations/mdm-deployment/intune-netbird-integration/intune-19.png diff --git a/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-20.png b/public/docs-static/img/manage/integrations/mdm-deployment/intune-netbird-integration/intune-20.png similarity index 100% rename from public/docs-static/img/how-to-guides/intune-netbird-integration/intune-20.png rename to public/docs-static/img/manage/integrations/mdm-deployment/intune-netbird-integration/intune-20.png diff --git a/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-21.png b/public/docs-static/img/manage/integrations/mdm-deployment/intune-netbird-integration/intune-21.png similarity index 100% rename from public/docs-static/img/how-to-guides/intune-netbird-integration/intune-21.png rename to public/docs-static/img/manage/integrations/mdm-deployment/intune-netbird-integration/intune-21.png diff --git a/public/docs-static/img/how-to-guides/intune-netbird-integration/intune-22.png b/public/docs-static/img/manage/integrations/mdm-deployment/intune-netbird-integration/intune-22.png similarity index 100% rename from public/docs-static/img/how-to-guides/intune-netbird-integration/intune-22.png rename to public/docs-static/img/manage/integrations/mdm-deployment/intune-netbird-integration/intune-22.png diff --git a/public/docs-static/img/how-to-guides/jamf-pro-netbird-integration/netbird-jamf-01.png b/public/docs-static/img/manage/integrations/mdm-deployment/jamf-pro-netbird-integration/netbird-jamf-01.png similarity index 100% rename from public/docs-static/img/how-to-guides/jamf-pro-netbird-integration/netbird-jamf-01.png rename to public/docs-static/img/manage/integrations/mdm-deployment/jamf-pro-netbird-integration/netbird-jamf-01.png diff --git a/public/docs-static/img/how-to-guides/jamf-pro-netbird-integration/netbird-jamf-02.png b/public/docs-static/img/manage/integrations/mdm-deployment/jamf-pro-netbird-integration/netbird-jamf-02.png similarity index 100% rename from public/docs-static/img/how-to-guides/jamf-pro-netbird-integration/netbird-jamf-02.png rename to public/docs-static/img/manage/integrations/mdm-deployment/jamf-pro-netbird-integration/netbird-jamf-02.png diff --git a/public/docs-static/img/how-to-guides/jamf-pro-netbird-integration/netbird-jamf-03.png b/public/docs-static/img/manage/integrations/mdm-deployment/jamf-pro-netbird-integration/netbird-jamf-03.png similarity index 100% rename from public/docs-static/img/how-to-guides/jamf-pro-netbird-integration/netbird-jamf-03.png rename to public/docs-static/img/manage/integrations/mdm-deployment/jamf-pro-netbird-integration/netbird-jamf-03.png diff --git a/public/docs-static/img/how-to-guides/jamf-pro-netbird-integration/netbird-jamf-04.png b/public/docs-static/img/manage/integrations/mdm-deployment/jamf-pro-netbird-integration/netbird-jamf-04.png similarity index 100% rename from public/docs-static/img/how-to-guides/jamf-pro-netbird-integration/netbird-jamf-04.png rename to public/docs-static/img/manage/integrations/mdm-deployment/jamf-pro-netbird-integration/netbird-jamf-04.png diff --git a/public/docs-static/img/how-to-guides/jamf-pro-netbird-integration/netbird-jamf-05.png b/public/docs-static/img/manage/integrations/mdm-deployment/jamf-pro-netbird-integration/netbird-jamf-05.png similarity index 100% rename from public/docs-static/img/how-to-guides/jamf-pro-netbird-integration/netbird-jamf-05.png rename to public/docs-static/img/manage/integrations/mdm-deployment/jamf-pro-netbird-integration/netbird-jamf-05.png diff --git a/public/docs-static/img/how-to-guides/jamf-pro-netbird-integration/netbird-jamf-06.png b/public/docs-static/img/manage/integrations/mdm-deployment/jamf-pro-netbird-integration/netbird-jamf-06.png similarity index 100% rename from public/docs-static/img/how-to-guides/jamf-pro-netbird-integration/netbird-jamf-06.png rename to public/docs-static/img/manage/integrations/mdm-deployment/jamf-pro-netbird-integration/netbird-jamf-06.png diff --git a/public/docs-static/img/how-to-guides/jamf-pro-netbird-integration/netbird-jamf-07.png b/public/docs-static/img/manage/integrations/mdm-deployment/jamf-pro-netbird-integration/netbird-jamf-07.png similarity index 100% rename from public/docs-static/img/how-to-guides/jamf-pro-netbird-integration/netbird-jamf-07.png rename to public/docs-static/img/manage/integrations/mdm-deployment/jamf-pro-netbird-integration/netbird-jamf-07.png diff --git a/public/docs-static/img/how-to-guides/jamf-pro-netbird-integration/netbird-jamf-08.png b/public/docs-static/img/manage/integrations/mdm-deployment/jamf-pro-netbird-integration/netbird-jamf-08.png similarity index 100% rename from public/docs-static/img/how-to-guides/jamf-pro-netbird-integration/netbird-jamf-08.png rename to public/docs-static/img/manage/integrations/mdm-deployment/jamf-pro-netbird-integration/netbird-jamf-08.png diff --git a/public/docs-static/img/how-to-guides/jamf-pro-netbird-integration/netbird-jamf-09.png b/public/docs-static/img/manage/integrations/mdm-deployment/jamf-pro-netbird-integration/netbird-jamf-09.png similarity index 100% rename from public/docs-static/img/how-to-guides/jamf-pro-netbird-integration/netbird-jamf-09.png rename to public/docs-static/img/manage/integrations/mdm-deployment/jamf-pro-netbird-integration/netbird-jamf-09.png diff --git a/public/docs-static/img/how-to-guides/jamf-pro-netbird-integration/netbird-jamf-10.png b/public/docs-static/img/manage/integrations/mdm-deployment/jamf-pro-netbird-integration/netbird-jamf-10.png similarity index 100% rename from public/docs-static/img/how-to-guides/jamf-pro-netbird-integration/netbird-jamf-10.png rename to public/docs-static/img/manage/integrations/mdm-deployment/jamf-pro-netbird-integration/netbird-jamf-10.png diff --git a/public/docs-static/img/how-to-guides/kandji-netbird-integration/netbird-kandji-01.png b/public/docs-static/img/manage/integrations/mdm-deployment/kandji-netbird-integration/netbird-kandji-01.png similarity index 100% rename from public/docs-static/img/how-to-guides/kandji-netbird-integration/netbird-kandji-01.png rename to public/docs-static/img/manage/integrations/mdm-deployment/kandji-netbird-integration/netbird-kandji-01.png diff --git a/public/docs-static/img/how-to-guides/kandji-netbird-integration/netbird-kandji-02.png b/public/docs-static/img/manage/integrations/mdm-deployment/kandji-netbird-integration/netbird-kandji-02.png similarity index 100% rename from public/docs-static/img/how-to-guides/kandji-netbird-integration/netbird-kandji-02.png rename to public/docs-static/img/manage/integrations/mdm-deployment/kandji-netbird-integration/netbird-kandji-02.png diff --git a/public/docs-static/img/how-to-guides/kandji-netbird-integration/netbird-kandji-03.png b/public/docs-static/img/manage/integrations/mdm-deployment/kandji-netbird-integration/netbird-kandji-03.png similarity index 100% rename from public/docs-static/img/how-to-guides/kandji-netbird-integration/netbird-kandji-03.png rename to public/docs-static/img/manage/integrations/mdm-deployment/kandji-netbird-integration/netbird-kandji-03.png diff --git a/public/docs-static/img/how-to-guides/kandji-netbird-integration/netbird-kandji-04.png b/public/docs-static/img/manage/integrations/mdm-deployment/kandji-netbird-integration/netbird-kandji-04.png similarity index 100% rename from public/docs-static/img/how-to-guides/kandji-netbird-integration/netbird-kandji-04.png rename to public/docs-static/img/manage/integrations/mdm-deployment/kandji-netbird-integration/netbird-kandji-04.png diff --git a/public/docs-static/img/how-to-guides/kandji-netbird-integration/netbird-kandji-05 copy.png b/public/docs-static/img/manage/integrations/mdm-deployment/kandji-netbird-integration/netbird-kandji-05 copy.png similarity index 100% rename from public/docs-static/img/how-to-guides/kandji-netbird-integration/netbird-kandji-05 copy.png rename to public/docs-static/img/manage/integrations/mdm-deployment/kandji-netbird-integration/netbird-kandji-05 copy.png diff --git a/public/docs-static/img/how-to-guides/kandji-netbird-integration/netbird-kandji-05.png b/public/docs-static/img/manage/integrations/mdm-deployment/kandji-netbird-integration/netbird-kandji-05.png similarity index 100% rename from public/docs-static/img/how-to-guides/kandji-netbird-integration/netbird-kandji-05.png rename to public/docs-static/img/manage/integrations/mdm-deployment/kandji-netbird-integration/netbird-kandji-05.png diff --git a/public/docs-static/img/how-to-guides/kandji-netbird-integration/netbird-kandji-06.png b/public/docs-static/img/manage/integrations/mdm-deployment/kandji-netbird-integration/netbird-kandji-06.png similarity index 100% rename from public/docs-static/img/how-to-guides/kandji-netbird-integration/netbird-kandji-06.png rename to public/docs-static/img/manage/integrations/mdm-deployment/kandji-netbird-integration/netbird-kandji-06.png diff --git a/public/docs-static/img/how-to-guides/kandji-netbird-integration/netbird-kandji-07.png b/public/docs-static/img/manage/integrations/mdm-deployment/kandji-netbird-integration/netbird-kandji-07.png similarity index 100% rename from public/docs-static/img/how-to-guides/kandji-netbird-integration/netbird-kandji-07.png rename to public/docs-static/img/manage/integrations/mdm-deployment/kandji-netbird-integration/netbird-kandji-07.png diff --git a/public/docs-static/img/how-to-guides/kandji-netbird-integration/netbird-kandji-08.png b/public/docs-static/img/manage/integrations/mdm-deployment/kandji-netbird-integration/netbird-kandji-08.png similarity index 100% rename from public/docs-static/img/how-to-guides/kandji-netbird-integration/netbird-kandji-08.png rename to public/docs-static/img/manage/integrations/mdm-deployment/kandji-netbird-integration/netbird-kandji-08.png diff --git a/public/docs-static/img/how-to-guides/kandji-netbird-integration/netbird-kandji-09.png b/public/docs-static/img/manage/integrations/mdm-deployment/kandji-netbird-integration/netbird-kandji-09.png similarity index 100% rename from public/docs-static/img/how-to-guides/kandji-netbird-integration/netbird-kandji-09.png rename to public/docs-static/img/manage/integrations/mdm-deployment/kandji-netbird-integration/netbird-kandji-09.png diff --git a/public/docs-static/img/how-to-guides/kandji-netbird-integration/netbird-kandji-10.png b/public/docs-static/img/manage/integrations/mdm-deployment/kandji-netbird-integration/netbird-kandji-10.png similarity index 100% rename from public/docs-static/img/how-to-guides/kandji-netbird-integration/netbird-kandji-10.png rename to public/docs-static/img/manage/integrations/mdm-deployment/kandji-netbird-integration/netbird-kandji-10.png diff --git a/public/docs-static/img/how-to-guides/kandji-netbird-integration/netbird-kandji-11.png b/public/docs-static/img/manage/integrations/mdm-deployment/kandji-netbird-integration/netbird-kandji-11.png similarity index 100% rename from public/docs-static/img/how-to-guides/kandji-netbird-integration/netbird-kandji-11.png rename to public/docs-static/img/manage/integrations/mdm-deployment/kandji-netbird-integration/netbird-kandji-11.png diff --git a/public/docs-static/img/how-to-guides/kandji-netbird-integration/netbird-kandji-12.png b/public/docs-static/img/manage/integrations/mdm-deployment/kandji-netbird-integration/netbird-kandji-12.png similarity index 100% rename from public/docs-static/img/how-to-guides/kandji-netbird-integration/netbird-kandji-12.png rename to public/docs-static/img/manage/integrations/mdm-deployment/kandji-netbird-integration/netbird-kandji-12.png diff --git a/public/docs-static/img/how-to-guides/kandji-netbird-integration/netbird-kandji-13.png b/public/docs-static/img/manage/integrations/mdm-deployment/kandji-netbird-integration/netbird-kandji-13.png similarity index 100% rename from public/docs-static/img/how-to-guides/kandji-netbird-integration/netbird-kandji-13.png rename to public/docs-static/img/manage/integrations/mdm-deployment/kandji-netbird-integration/netbird-kandji-13.png diff --git a/public/docs-static/img/how-to-guides/kandji-netbird-integration/netbird-kandji-14.png b/public/docs-static/img/manage/integrations/mdm-deployment/kandji-netbird-integration/netbird-kandji-14.png similarity index 100% rename from public/docs-static/img/how-to-guides/kandji-netbird-integration/netbird-kandji-14.png rename to public/docs-static/img/manage/integrations/mdm-deployment/kandji-netbird-integration/netbird-kandji-14.png diff --git a/public/docs-static/img/how-to-guides/kandji-netbird-integration/netbird-kandji-15.png b/public/docs-static/img/manage/integrations/mdm-deployment/kandji-netbird-integration/netbird-kandji-15.png similarity index 100% rename from public/docs-static/img/how-to-guides/kandji-netbird-integration/netbird-kandji-15.png rename to public/docs-static/img/manage/integrations/mdm-deployment/kandji-netbird-integration/netbird-kandji-15.png diff --git a/public/docs-static/img/how-to-guides/kandji-netbird-integration/netbird-kandji-16.png b/public/docs-static/img/manage/integrations/mdm-deployment/kandji-netbird-integration/netbird-kandji-16.png similarity index 100% rename from public/docs-static/img/how-to-guides/kandji-netbird-integration/netbird-kandji-16.png rename to public/docs-static/img/manage/integrations/mdm-deployment/kandji-netbird-integration/netbird-kandji-16.png diff --git a/public/docs-static/img/how-to-guides/kandji-netbird-integration/netbird-kandji-17.png b/public/docs-static/img/manage/integrations/mdm-deployment/kandji-netbird-integration/netbird-kandji-17.png similarity index 100% rename from public/docs-static/img/how-to-guides/kandji-netbird-integration/netbird-kandji-17.png rename to public/docs-static/img/manage/integrations/mdm-deployment/kandji-netbird-integration/netbird-kandji-17.png diff --git a/public/docs-static/img/manage/peers/access-infrastructure/ssh-webserver-netbird.png b/public/docs-static/img/manage/peers/access-infrastructure/ssh-webserver-netbird.png new file mode 100644 index 00000000..7cab0b10 Binary files /dev/null and b/public/docs-static/img/manage/peers/access-infrastructure/ssh-webserver-netbird.png differ diff --git a/public/docs-static/img/ssh/ssh-client.png b/public/docs-static/img/manage/peers/ssh/ssh-client.png similarity index 100% rename from public/docs-static/img/ssh/ssh-client.png rename to public/docs-static/img/manage/peers/ssh/ssh-client.png diff --git a/public/docs-static/img/ssh/ssh-dashboard.png b/public/docs-static/img/manage/peers/ssh/ssh-dashboard.png similarity index 100% rename from public/docs-static/img/ssh/ssh-dashboard.png rename to public/docs-static/img/manage/peers/ssh/ssh-dashboard.png diff --git a/public/docs-static/img/overview/personal-access-token-creation.png b/public/docs-static/img/manage/public-api/personal-access-token-creation.png similarity index 100% rename from public/docs-static/img/overview/personal-access-token-creation.png rename to public/docs-static/img/manage/public-api/personal-access-token-creation.png diff --git a/public/docs-static/img/overview/personal-access-token-example.png b/public/docs-static/img/manage/public-api/personal-access-token-example.png similarity index 100% rename from public/docs-static/img/overview/personal-access-token-example.png rename to public/docs-static/img/manage/public-api/personal-access-token-example.png diff --git a/public/docs-static/img/overview/personal-access-token-overview.png b/public/docs-static/img/manage/public-api/personal-access-token-overview.png similarity index 100% rename from public/docs-static/img/overview/personal-access-token-overview.png rename to public/docs-static/img/manage/public-api/personal-access-token-overview.png diff --git a/public/docs-static/img/overview/service-user-creation.png b/public/docs-static/img/manage/public-api/service-user-creation.png similarity index 100% rename from public/docs-static/img/overview/service-user-creation.png rename to public/docs-static/img/manage/public-api/service-user-creation.png diff --git a/public/docs-static/img/overview/service-user-overview.png b/public/docs-static/img/manage/public-api/service-user-overview.png similarity index 100% rename from public/docs-static/img/overview/service-user-overview.png rename to public/docs-static/img/manage/public-api/service-user-overview.png diff --git a/public/docs-static/img/how-to-guides/account-settings-danger-zone.png b/public/docs-static/img/manage/settings/account-settings-danger-zone.png similarity index 100% rename from public/docs-static/img/how-to-guides/account-settings-danger-zone.png rename to public/docs-static/img/manage/settings/account-settings-danger-zone.png diff --git a/public/docs-static/img/how-to-guides/account-settings-delete-account-confirm.png b/public/docs-static/img/manage/settings/account-settings-delete-account-confirm.png similarity index 100% rename from public/docs-static/img/how-to-guides/account-settings-delete-account-confirm.png rename to public/docs-static/img/manage/settings/account-settings-delete-account-confirm.png diff --git a/public/docs-static/img/how-to-guides/mfa/mfa-not-enrolled.png b/public/docs-static/img/manage/settings/mfa/mfa-not-enrolled.png similarity index 100% rename from public/docs-static/img/how-to-guides/mfa/mfa-not-enrolled.png rename to public/docs-static/img/manage/settings/mfa/mfa-not-enrolled.png diff --git a/public/docs-static/img/how-to-guides/mfa/mfa-reset-mfa.png b/public/docs-static/img/manage/settings/mfa/mfa-reset-mfa.png similarity index 100% rename from public/docs-static/img/how-to-guides/mfa/mfa-reset-mfa.png rename to public/docs-static/img/manage/settings/mfa/mfa-reset-mfa.png diff --git a/public/docs-static/img/how-to-guides/mfa/mfa-settings.png b/public/docs-static/img/manage/settings/mfa/mfa-settings.png similarity index 100% rename from public/docs-static/img/how-to-guides/mfa/mfa-settings.png rename to public/docs-static/img/manage/settings/mfa/mfa-settings.png diff --git a/public/docs-static/img/how-to-guides/payment-information.png b/public/docs-static/img/manage/settings/payment-information.png similarity index 100% rename from public/docs-static/img/how-to-guides/payment-information.png rename to public/docs-static/img/manage/settings/payment-information.png diff --git a/public/docs-static/img/how-to-guides/plans-and-billing/calculator.png b/public/docs-static/img/manage/settings/plans-and-billing/calculator.png similarity index 100% rename from public/docs-static/img/how-to-guides/plans-and-billing/calculator.png rename to public/docs-static/img/manage/settings/plans-and-billing/calculator.png diff --git a/public/docs-static/img/how-to-guides/plans-and-billing/chose-plan.png b/public/docs-static/img/manage/settings/plans-and-billing/chose-plan.png similarity index 100% rename from public/docs-static/img/how-to-guides/plans-and-billing/chose-plan.png rename to public/docs-static/img/manage/settings/plans-and-billing/chose-plan.png diff --git a/public/docs-static/img/how-to-guides/plans-and-billing/plans-billing-overview.png b/public/docs-static/img/manage/settings/plans-and-billing/plans-billing-overview.png similarity index 100% rename from public/docs-static/img/how-to-guides/plans-and-billing/plans-billing-overview.png rename to public/docs-static/img/manage/settings/plans-and-billing/plans-billing-overview.png diff --git a/public/docs-static/img/how-to-guides/pricing-overview.png b/public/docs-static/img/manage/settings/pricing-overview.png similarity index 100% rename from public/docs-static/img/how-to-guides/pricing-overview.png rename to public/docs-static/img/manage/settings/pricing-overview.png diff --git a/public/docs-static/img/manage/team/idp-sync/okta-scim-provisioning.png b/public/docs-static/img/manage/team/idp-sync/okta-scim-provisioning.png new file mode 100644 index 00000000..6b92a3f4 Binary files /dev/null and b/public/docs-static/img/manage/team/idp-sync/okta-scim-provisioning.png differ diff --git a/public/docs-static/img/overview/create-group-in-rule.png b/public/docs-static/img/overview/create-group-in-rule.png deleted file mode 100644 index 21a45879..00000000 Binary files a/public/docs-static/img/overview/create-group-in-rule.png and /dev/null differ diff --git a/public/docs-static/img/overview/create-rule.png.png b/public/docs-static/img/overview/create-rule.png.png deleted file mode 100644 index 860986c0..00000000 Binary files a/public/docs-static/img/overview/create-rule.png.png and /dev/null differ diff --git a/public/docs-static/img/overview/delete-groups.png b/public/docs-static/img/overview/delete-groups.png deleted file mode 100644 index 7a039ffa..00000000 Binary files a/public/docs-static/img/overview/delete-groups.png and /dev/null differ diff --git a/public/docs-static/img/overview/delete-rule-popup.png b/public/docs-static/img/overview/delete-rule-popup.png deleted file mode 100644 index 4d4746ca..00000000 Binary files a/public/docs-static/img/overview/delete-rule-popup.png and /dev/null differ diff --git a/public/docs-static/img/overview/personal-access-token-creation2.png b/public/docs-static/img/overview/personal-access-token-creation2.png deleted file mode 100644 index 06c2dba9..00000000 Binary files a/public/docs-static/img/overview/personal-access-token-creation2.png and /dev/null differ diff --git a/public/docs-static/img/overview/personal-access-token-example2.png b/public/docs-static/img/overview/personal-access-token-example2.png deleted file mode 100644 index 1c4e540c..00000000 Binary files a/public/docs-static/img/overview/personal-access-token-example2.png and /dev/null differ diff --git a/public/docs-static/img/overview/personal-access-token-overview2.png b/public/docs-static/img/overview/personal-access-token-overview2.png deleted file mode 100644 index 2086a0fd..00000000 Binary files a/public/docs-static/img/overview/personal-access-token-overview2.png and /dev/null differ diff --git a/public/docs-static/img/overview/service-user-creation2.png b/public/docs-static/img/overview/service-user-creation2.png deleted file mode 100644 index 6e36e208..00000000 Binary files a/public/docs-static/img/overview/service-user-creation2.png and /dev/null differ diff --git a/public/docs-static/img/overview/service-user-overview2.png b/public/docs-static/img/overview/service-user-overview2.png deleted file mode 100644 index 6049c08e..00000000 Binary files a/public/docs-static/img/overview/service-user-overview2.png and /dev/null differ diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/auth0-create-interactive-login-app.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/auth0-create-interactive-login-app.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/auth0-create-interactive-login-app.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/auth0-create-interactive-login-app.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/auth0-create-machine-app.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/auth0-create-machine-app.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/auth0-create-machine-app.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/auth0-create-machine-app.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/auth0-grant-types.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/auth0-grant-types.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/auth0-grant-types.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/auth0-grant-types.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/auth0-interactive-login-settings.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/auth0-interactive-login-settings.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/auth0-interactive-login-settings.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/auth0-interactive-login-settings.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/auth0-machine-authorization.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/auth0-machine-authorization.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/auth0-machine-authorization.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/auth0-machine-authorization.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/auth0-machine-settings.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/auth0-machine-settings.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/auth0-machine-settings.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/auth0-machine-settings.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/authentik-add-user-group.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/authentik-add-user-group.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/authentik-add-user-group.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/authentik-add-user-group.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/authentik-brand-device-flow.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/authentik-brand-device-flow.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/authentik-brand-device-flow.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/authentik-brand-device-flow.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/authentik-new-application.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/authentik-new-application.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/authentik-new-application.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/authentik-new-application.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/authentik-new-device-flow.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/authentik-new-device-flow.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/authentik-new-device-flow.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/authentik-new-device-flow.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/authentik-new-provider-config.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/authentik-new-provider-config.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/authentik-new-provider-config.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/authentik-new-provider-config.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/authentik-new-provider-type.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/authentik-new-provider-type.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/authentik-new-provider-type.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/authentik-new-provider-type.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/authentik-new-service-account.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/authentik-new-service-account.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/authentik-new-service-account.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/authentik-new-service-account.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/authentik-service-account-details.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/authentik-service-account-details.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/authentik-service-account-details.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/authentik-service-account-details.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/azure-add-application-scope.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/azure-add-application-scope.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/azure-add-application-scope.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/azure-add-application-scope.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/azure-add-scope.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/azure-add-scope.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/azure-add-scope.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/azure-add-scope.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/azure-client-secret.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/azure-client-secret.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/azure-client-secret.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/azure-client-secret.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/azure-desktop-uri-setup.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/azure-desktop-uri-setup.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/azure-desktop-uri-setup.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/azure-desktop-uri-setup.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/azure-flows-setup.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/azure-flows-setup.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/azure-flows-setup.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/azure-flows-setup.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/azure-grant-admin-conset.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/azure-grant-admin-conset.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/azure-grant-admin-conset.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/azure-grant-admin-conset.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/azure-netbird-api-permisssions.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/azure-netbird-api-permisssions.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/azure-netbird-api-permisssions.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/azure-netbird-api-permisssions.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/azure-new-application.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/azure-new-application.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/azure-new-application.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/azure-new-application.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/azure-openid-permissions.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/azure-openid-permissions.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/azure-openid-permissions.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/azure-openid-permissions.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/azure-spa-uri-setup.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/azure-spa-uri-setup.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/azure-spa-uri-setup.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/azure-spa-uri-setup.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/azure_api_scope.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/azure_api_scope.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/azure_api_scope.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/azure_api_scope.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/google-assign-role.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/google-assign-role.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/google-assign-role.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/google-assign-role.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/google-consent-screen-scopes.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/google-consent-screen-scopes.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/google-consent-screen-scopes.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/google-consent-screen-scopes.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/google-consent-screen-summary.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/google-consent-screen-summary.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/google-consent-screen-summary.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/google-consent-screen-summary.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/google-consent-screen-type.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/google-consent-screen-type.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/google-consent-screen-type.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/google-consent-screen-type.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/google-edit-service-account.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/google-edit-service-account.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/google-edit-service-account.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/google-edit-service-account.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/google-new-role-info.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/google-new-role-info.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/google-new-role-info.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/google-new-role-info.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/google-oauth-client-created.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/google-oauth-client-created.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/google-oauth-client-created.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/google-oauth-client-created.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/google-oauth-client.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/google-oauth-client.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/google-oauth-client.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/google-oauth-client.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/google-privileges-review.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/google-privileges-review.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/google-privileges-review.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/google-privileges-review.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/google-service-account-create.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/google-service-account-create.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/google-service-account-create.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/google-service-account-create.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/google-service-account-privileges.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/google-service-account-privileges.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/google-service-account-privileges.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/google-service-account-privileges.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/jumpcloud-add-admin-user.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/jumpcloud-add-admin-user.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/jumpcloud-add-admin-user.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/jumpcloud-add-admin-user.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/jumpcloud-api-key-generation.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/jumpcloud-api-key-generation.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/jumpcloud-api-key-generation.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/jumpcloud-api-key-generation.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/jumpcloud-new-sso-app-confirm-selection.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/jumpcloud-new-sso-app-confirm-selection.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/jumpcloud-new-sso-app-confirm-selection.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/jumpcloud-new-sso-app-confirm-selection.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/jumpcloud-new-sso-app-confirmation.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/jumpcloud-new-sso-app-confirmation.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/jumpcloud-new-sso-app-confirmation.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/jumpcloud-new-sso-app-confirmation.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/jumpcloud-new-sso-app-features.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/jumpcloud-new-sso-app-features.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/jumpcloud-new-sso-app-features.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/jumpcloud-new-sso-app-features.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/jumpcloud-new-sso-app-general-info.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/jumpcloud-new-sso-app-general-info.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/jumpcloud-new-sso-app-general-info.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/jumpcloud-new-sso-app-general-info.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/jumpcloud-new-sso-app.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/jumpcloud-new-sso-app.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/jumpcloud-new-sso-app.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/jumpcloud-new-sso-app.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/jumpcloud-oidc-app.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/jumpcloud-oidc-app.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/jumpcloud-oidc-app.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/jumpcloud-oidc-app.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/jumpcloud-profile.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/jumpcloud-profile.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/jumpcloud-profile.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/jumpcloud-profile.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/jumpcloud-sso-atributes-configuration.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/jumpcloud-sso-atributes-configuration.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/jumpcloud-sso-atributes-configuration.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/jumpcloud-sso-atributes-configuration.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/jumpcloud-sso-configuration.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/jumpcloud-sso-configuration.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/jumpcloud-sso-configuration.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/jumpcloud-sso-configuration.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/jumpcloud-user-groups.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/jumpcloud-user-groups.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/jumpcloud-user-groups.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/jumpcloud-user-groups.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/keycloack-add-client-scope.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/keycloack-add-client-scope.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/keycloack-add-client-scope.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/keycloack-add-client-scope.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/keycloack-domain-token-claim-mapper-domain-category.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/keycloack-domain-token-claim-mapper-domain-category.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/keycloack-domain-token-claim-mapper-domain-category.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/keycloack-domain-token-claim-mapper-domain-category.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/keycloack-domain-token-claim-mapper-domain.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/keycloack-domain-token-claim-mapper-domain.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/keycloack-domain-token-claim-mapper-domain.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/keycloack-domain-token-claim-mapper-domain.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/keycloack-domain-token-claim-mapper.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/keycloack-domain-token-claim-mapper.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/keycloack-domain-token-claim-mapper.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/keycloack-domain-token-claim-mapper.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/keycloack-domain-token-claims-client.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/keycloack-domain-token-claims-client.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/keycloack-domain-token-claims-client.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/keycloack-domain-token-claims-client.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/keycloak-access-settings.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/keycloak-access-settings.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/keycloak-access-settings.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/keycloak-access-settings.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/keycloak-add-role.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/keycloak-add-role.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/keycloak-add-role.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/keycloak-add-role.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/keycloak-auth-grant.gif b/public/docs-static/img/selfhosted/identity-providers/self-hosted/keycloak-auth-grant.gif similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/keycloak-auth-grant.gif rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/keycloak-auth-grant.gif diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/keycloak-backend-client-auth.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/keycloak-backend-client-auth.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/keycloak-backend-client-auth.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/keycloak-backend-client-auth.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/keycloak-backend-client-credentials.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/keycloak-backend-client-credentials.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/keycloak-backend-client-credentials.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/keycloak-backend-client-credentials.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/keycloak-configure-audience-mapper-2.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/keycloak-configure-audience-mapper-2.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/keycloak-configure-audience-mapper-2.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/keycloak-configure-audience-mapper-2.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/keycloak-configure-audience-mapper.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/keycloak-configure-audience-mapper.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/keycloak-configure-audience-mapper.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/keycloak-configure-audience-mapper.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/keycloak-create-backend-client.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/keycloak-create-backend-client.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/keycloak-create-backend-client.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/keycloak-create-backend-client.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/keycloak-create-client-scope.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/keycloak-create-client-scope.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/keycloak-create-client-scope.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/keycloak-create-client-scope.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/keycloak-create-client.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/keycloak-create-client.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/keycloak-create-client.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/keycloak-create-client.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/keycloak-create-realm.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/keycloak-create-realm.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/keycloak-create-realm.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/keycloak-create-realm.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/keycloak-create-user.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/keycloak-create-user.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/keycloak-create-user.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/keycloak-create-user.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/keycloak-domain-token-claim-scope.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/keycloak-domain-token-claim-scope.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/keycloak-domain-token-claim-scope.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/keycloak-domain-token-claim-scope.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/keycloak-enable-auth.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/keycloak-enable-auth.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/keycloak-enable-auth.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/keycloak-enable-auth.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/keycloak-service-account-role.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/keycloak-service-account-role.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/keycloak-service-account-role.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/keycloak-service-account-role.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/keycloak-set-password.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/keycloak-set-password.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/keycloak-set-password.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/keycloak-set-password.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/okta-generate-token.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/okta-generate-token.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/okta-generate-token.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/okta-generate-token.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/okta-native-application.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/okta-native-application.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/okta-native-application.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/okta-native-application.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/okta-native-sign-on-configuration.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/okta-native-sign-on-configuration.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/okta-native-sign-on-configuration.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/okta-native-sign-on-configuration.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/okta-new-native-application.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/okta-new-native-application.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/okta-new-native-application.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/okta-new-native-application.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/okta-new-single-page-application.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/okta-new-single-page-application.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/okta-new-single-page-application.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/okta-new-single-page-application.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/okta-single-page-application.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/okta-single-page-application.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/okta-single-page-application.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/okta-single-page-application.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/okta-single-sign-on-configuration.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/okta-single-sign-on-configuration.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/okta-single-sign-on-configuration.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/okta-single-sign-on-configuration.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/pocketid-create-api-token.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/pocketid-create-api-token.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/pocketid-create-api-token.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/pocketid-create-api-token.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/pocketid-create-oidc-client.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/pocketid-create-oidc-client.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/pocketid-create-oidc-client.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/pocketid-create-oidc-client.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/zitadel-create-user.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/zitadel-create-user.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/zitadel-create-user.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/zitadel-create-user.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/zitadel-new-application-auth.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/zitadel-new-application-auth.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/zitadel-new-application-auth.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/zitadel-new-application-auth.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/zitadel-new-application-overview.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/zitadel-new-application-overview.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/zitadel-new-application-overview.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/zitadel-new-application-overview.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/zitadel-new-application-uri.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/zitadel-new-application-uri.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/zitadel-new-application-uri.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/zitadel-new-application-uri.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/zitadel-new-application.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/zitadel-new-application.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/zitadel-new-application.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/zitadel-new-application.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/zitadel-new-project.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/zitadel-new-project.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/zitadel-new-project.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/zitadel-new-project.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/zitadel-redirect-settings.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/zitadel-redirect-settings.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/zitadel-redirect-settings.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/zitadel-redirect-settings.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/zitadel-service-account-role.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/zitadel-service-account-role.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/zitadel-service-account-role.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/zitadel-service-account-role.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/zitadel-service-user-secret.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/zitadel-service-user-secret.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/zitadel-service-user-secret.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/zitadel-service-user-secret.png diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/zitadel-token-settings.png b/public/docs-static/img/selfhosted/identity-providers/self-hosted/zitadel-token-settings.png similarity index 100% rename from public/docs-static/img/integrations/identity-providers/self-hosted/zitadel-token-settings.png rename to public/docs-static/img/selfhosted/identity-providers/self-hosted/zitadel-token-settings.png diff --git a/public/docs-static/img/troubleshooting/turn-test-out.png b/public/docs-static/img/selfhosted/troubleshooting/turn-test-out.png similarity index 100% rename from public/docs-static/img/troubleshooting/turn-test-out.png rename to public/docs-static/img/selfhosted/troubleshooting/turn-test-out.png diff --git a/public/docs-static/img/troubleshooting/turn.png b/public/docs-static/img/selfhosted/troubleshooting/turn.png similarity index 100% rename from public/docs-static/img/troubleshooting/turn.png rename to public/docs-static/img/selfhosted/troubleshooting/turn.png diff --git a/src/components/How-To-Guides.jsx b/src/components/How-To-Guides.jsx index c85ef4c2..701e8be5 100644 --- a/src/components/How-To-Guides.jsx +++ b/src/components/How-To-Guides.jsx @@ -3,7 +3,7 @@ import { Heading } from '@/components/Heading' const howToGuides = [ { - href: '/how-to/getting-started', + href: '/get-started', name: 'Quickstart guide', description: 'Start using NetBird in under 5 minutes.', }, @@ -14,29 +14,29 @@ const howToGuides = [ 'Learn how to use access controls to manage access to your machines.', }, { - href: '/how-to/add-users-to-your-network', + href: '/manage/team/add-users-to-your-network', name: 'Add users to your network', - description: 'learn how to add team members to your NetBird network.', + description: 'Learn how to add team members to your NetBird network.', }, { - href: '/how-to/routing-traffic-to-private-networks', + href: '/manage/network-routes/routing-traffic-to-private-networks', name: 'Route traffic to private networks', description: 'Learn how to provide access to LANs, VPS, and corporate private networks.', }, { - href: '/how-to/configuring-default-routes-for-internet-traffic', + href: '/manage/network-routes/configuring-default-routes-for-internet-traffic', name: 'Configure default routes and traffic for the Internet', description: 'Understand how to set up your network for accessing the internet through default routes, also known as "exit nodes".', }, { - href: '/how-to/monitor-system-and-network-activity', + href: '/manage/activity/traffic-events-logging', name: 'Log and monitor network activity', description: 'Learn how to keep track of system and network activities in your account.', }, { - href: '/how-to/manage-dns-in-your-network', + href: '/manage/dns', name: 'Manage DNS in your network', description: 'Learn how to configure name servers in your private network.', diff --git a/src/components/NavigationDocs.jsx b/src/components/NavigationDocs.jsx index d2913ef9..a0c03db4 100644 --- a/src/components/NavigationDocs.jsx +++ b/src/components/NavigationDocs.jsx @@ -210,10 +210,10 @@ export const docsNavigation = [ title: 'Settings', isOpen: false, links: [ - {title: 'Authentication', href: '/how-to/enforce-periodic-user-authentication' }, - {title: 'Multi-Factor Authentication', href: '/how-to/multi-factor-authentication' }, - {title: 'Delete Account', href: '/how-to/delete-account' }, - {title: 'Plans and Billing', href: '/how-to/plans-and-billing' } + {title: 'Authentication', href: '/manage/settings/enforce-periodic-user-authentication' }, + {title: 'Multi-Factor Authentication', href: '/manage/settings/multi-factor-authentication' }, + {title: 'Delete Account', href: '/manage/settings/delete-account' }, + {title: 'Plans and Billing', href: '/manage/settings/plans-and-billing' } ] }, @@ -221,21 +221,21 @@ export const docsNavigation = [ title: 'Integrations', isOpen: false, links: [ - {title: 'Enable Post Quantum Cryptography', href: '/how-to/enable-post-quantum-cryptography' }, + {title: 'Enable Post Quantum Cryptography', href: '/manage/integrations/enable-post-quantum-cryptography' }, { title: 'MDM for Deployment', isOpen: true, links: [ - {title: 'Deploy with Jamf Pro', href: '/how-to/jamf-pro-netbird-integration' }, - {title: 'Deploy with Kandji', href: '/how-to/kandji-netbird-integration' }, - {title: 'Deploy with Intune', href: '/how-to/intune-netbird-integration' }, + {title: 'Deploy with Jamf Pro', href: '/manage/integrations/mdm-deployment/jamf-pro-netbird-integration' }, + {title: 'Deploy with Kandji', href: '/manage/integrations/mdm-deployment/kandji-netbird-integration' }, + {title: 'Deploy with Intune', href: '/manage/integrations/mdm-deployment/intune-netbird-integration' }, ] }, { title: 'Kubernetes', isOpen: true, links: [ - {title: 'Operator', href: '/how-to/kubernetes-operator' }, + {title: 'Operator', href: '/manage/integrations/kubernetes' }, ] }, ] @@ -245,7 +245,7 @@ export const docsNavigation = [ title: 'Public API', isOpen: false, links: [ - { title: 'Access Public API', href: '/how-to/access-netbird-public-api' }, + { title: 'Access Public API', href: '/manage/public-api' }, ] }, @@ -254,8 +254,8 @@ export const docsNavigation = [ title: 'For Partners', isOpen: false, links: [ - { title: 'Managed Service Providers', href: '/how-to/msp-portal' }, - { title: 'Acronis NetBird integration', href: '/how-to/acronis-netbird-integration' }, + { title: 'Managed Service Providers', href: '/manage/for-partners/msp-portal' }, + { title: 'Acronis NetBird integration', href: '/manage/for-partners/acronis-integration' }, ] }, @@ -265,7 +265,7 @@ export const docsNavigation = [ { title: 'CLIENT', links: [ - { title: 'Profiles', href: '/how-to/profiles' }, + { title: 'Profiles', href: '/client/profiles' }, ], }, @@ -301,8 +301,8 @@ export const docsNavigation = [ { title: 'GET MORE HELP', links: [ - { title: 'Troubleshooting client issues', href: '/how-to/troubleshooting-client' }, - { title: 'Report bugs and issues', href: '/how-to/report-bug-issues' }, + { title: 'Troubleshooting client issues', href: '/help/troubleshooting-client' }, + { title: 'Report bugs and issues', href: '/help/report-bug-issues' }, ], diff --git a/src/pages/about-netbird/how-netbird-works.mdx b/src/pages/about-netbird/how-netbird-works.mdx index ed22b504..5be93eb9 100644 --- a/src/pages/about-netbird/how-netbird-works.mdx +++ b/src/pages/about-netbird/how-netbird-works.mdx @@ -20,14 +20,14 @@ A **Peer** is a machine or any device that is connected to the network. It can be a Linux server running in the cloud or on-premises, a personal laptop, mobile phone, or even a Raspberry Pi.
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+