From 77ff8ec1fdcb437e5d4249c5f087d1bcbacd2eec Mon Sep 17 00:00:00 2001 From: Krishna Iyer Date: Thu, 13 Feb 2025 16:11:40 +0100 Subject: [PATCH] doc: Fix aliases for moved pages (#1406) --- doc/content/api/_index.md | 2 +- doc/content/cloud/addresses/_index.md | 2 +- .../concepts/advanced/adding-oauth-clients/_index.md | 2 +- doc/content/concepts/architecture/_index.md | 2 +- doc/content/concepts/features/alerting/_index.md | 2 +- doc/content/concepts/features/cli/_index.md | 3 +++ .../concepts/features/cli/troubleshooting/_index.md | 2 +- doc/content/concepts/features/console/_index.md | 1 + doc/content/concepts/features/console/login/_index.md | 2 +- .../features/console/personal-settings/_index.md | 1 + .../features/console/tenant-settings/_index.md | 1 + .../features/console/troubleshooting/_index.md | 1 + doc/content/concepts/features/sso/_index.md | 2 +- doc/content/concepts/migration/_index.md | 10 +++++++++- .../concepts/migration/exporting-end-devices/_index.md | 2 +- .../exporting-end-devices/export-from-chirpstack-v3.md | 1 + .../exporting-end-devices/export-from-chirpstack.md | 2 ++ .../exporting-end-devices/export-from-firefly.md | 5 ++++- .../migration/exporting-end-devices/export-from-tts.md | 1 + .../exporting-end-devices/export-from-wanesy.md | 2 +- doc/content/concepts/migration/faq.md | 2 +- .../migrating-between-tts-distributions/_index.md | 5 ++++- .../migrate-active-session/_index.md | 1 + doc/content/concepts/packet-broker/api.md | 2 +- doc/content/concepts/server-addresses/_index.md | 2 +- doc/content/enterprise/_index.md | 2 +- doc/content/enterprise/docker/_index.md | 2 +- .../kubernetes/generic/prerequisites/_index.md | 1 + .../enterprise/management/configuration/_index.md | 2 +- .../management/configuration/application-server.md | 1 + doc/content/enterprise/management/configuration/cli.md | 1 + .../enterprise/management/configuration/console.md | 1 + .../management/configuration/device-claiming-server.md | 1 + .../configuration/gateway-configuration-server.md | 1 + .../management/configuration/gateway-server.md | 1 + .../management/configuration/identity-server.md | 1 + .../enterprise/management/configuration/join-server.md | 1 + .../configuration/network-operations-center.md | 2 +- .../management/configuration/network-server.md | 1 + .../management/configuration/packet-broker-agent.md | 1 + .../management/configuration/tenant-billing-server.md | 2 +- .../management/configuration/the-things-stack.md | 1 + doc/content/getting-started/_index.md | 1 + doc/content/hardware/gateways/_index.md | 2 +- .../gateways/concepts/adding-gateways/_index.md | 3 +++ .../lora-basics-station/mtls-authentication/index.md | 1 + .../gateways/concepts/packet-forwarder/_index.md | 2 +- doc/content/hardware/gateways/models/_index.md | 1 + .../hardware/gateways/troubleshooting/_index.md | 1 + .../lora-cloud/geolocation-services.md | 2 +- .../integrations/other-integrations/mqtt/_index.md | 2 +- .../other-integrations/mqtt/mqtt-clients/_index.md | 1 + .../mqtt/mqtt-clients/eclipse-mosquitto/_index.md | 1 + .../mqtt/mqtt-clients/eclipse-paho/_index.md | 1 + .../mqtt/mqtt-clients/mqttbox/_index.md | 2 +- 55 files changed, 74 insertions(+), 26 deletions(-) diff --git a/doc/content/api/_index.md b/doc/content/api/_index.md index e2aa96b336..2b3b960d0e 100644 --- a/doc/content/api/_index.md +++ b/doc/content/api/_index.md @@ -1,7 +1,7 @@ --- title: "API" description: "" -aliases: ["/api/reference/grpc", "/concepts/featuresapi/", "/reference/api"] +aliases: ["/api/reference/grpc", "/concepts/featuresapi/", "/reference/api", /the-things-stack/interact/api] weight: 7 menu: main: diff --git a/doc/content/cloud/addresses/_index.md b/doc/content/cloud/addresses/_index.md index 8cb8b5ea67..2e4e086e20 100644 --- a/doc/content/cloud/addresses/_index.md +++ b/doc/content/cloud/addresses/_index.md @@ -3,7 +3,7 @@ title: "Server Addresses" description: "" weight: 2 aliases: - [/getting-started/cloud-hosted/addresses, /guides/cloud-hosted/addresses] + [/getting-started/cloud-hosted/addresses, /guides/cloud-hosted/addresses, /the-things-stack/cloud/addresses] --- This page provides configuration details and guidance for accessing and managing {{% tts %}} Cloud clusters, including Console, API endpoints, OAuth, CLI setup, and IP address considerations. diff --git a/doc/content/concepts/advanced/adding-oauth-clients/_index.md b/doc/content/concepts/advanced/adding-oauth-clients/_index.md index e4bedc34f2..c788775ef7 100644 --- a/doc/content/concepts/advanced/adding-oauth-clients/_index.md +++ b/doc/content/concepts/advanced/adding-oauth-clients/_index.md @@ -1,7 +1,7 @@ --- title: "Adding OAuth Clients" description: "" -aliases: [/concepts/featuresadding-oauth-clients] +aliases: [/concepts/featuresadding-oauth-clients, /the-things-stack/interact/adding-oauth-clients, /reference/federated-auth/oidc] --- This section contains instructions for creating an OAuth Client. diff --git a/doc/content/concepts/architecture/_index.md b/doc/content/concepts/architecture/_index.md index 2f8ff284de..c7984c4520 100644 --- a/doc/content/concepts/architecture/_index.md +++ b/doc/content/concepts/architecture/_index.md @@ -2,7 +2,7 @@ title: "Architecture" description: "This section explains the architecture and components of The Things Stack" weight: 1 -aliases: [the-things-stack/concepts/architecture] +aliases: [/the-things-stack/concepts/architecture] --- {{% tts %}} follows an API driven microservice architecture, well suited for high availability and reliability. diff --git a/doc/content/concepts/features/alerting/_index.md b/doc/content/concepts/features/alerting/_index.md index f7f7f0de20..9ddb5c3fdc 100644 --- a/doc/content/concepts/features/alerting/_index.md +++ b/doc/content/concepts/features/alerting/_index.md @@ -2,7 +2,7 @@ title: "Alerting" description: "" distributions: ["Cloud"] -aliases: [/the-things-stack/alerting/gateway-connectivity-outages] +aliases: [/the-things-stack/alerting/gateway-connectivity-outages, /the-things-stack/alerting] --- Alerting in {{% tts %}} refers to notifications which are sent when certain conditions are met, usually signaling anomalous behavior exhibited by end devices or gateways. diff --git a/doc/content/concepts/features/cli/_index.md b/doc/content/concepts/features/cli/_index.md index 0294436654..df49a228a2 100644 --- a/doc/content/concepts/features/cli/_index.md +++ b/doc/content/concepts/features/cli/_index.md @@ -6,6 +6,9 @@ aliases: /guides/concepts/features/cli, /getting-started/cli, /the-things-stack/interact/cli, + /reference/cli, + /reference/components/cli/, + /components/cli/ ] weight: -2 --- diff --git a/doc/content/concepts/features/cli/troubleshooting/_index.md b/doc/content/concepts/features/cli/troubleshooting/_index.md index 5fcad4070e..fe4a6e53b4 100644 --- a/doc/content/concepts/features/cli/troubleshooting/_index.md +++ b/doc/content/concepts/features/cli/troubleshooting/_index.md @@ -2,7 +2,7 @@ title: "Troubleshooting CLI" description: "" aliases: - [/getting-started/cli/troubleshooting, /concepts/features/cli/troubleshooting] + [/getting-started/cli/troubleshooting, /concepts/features/cli/troubleshooting, /the-things-stack/interact/cli/troubleshooting/] weight: 3 --- diff --git a/doc/content/concepts/features/console/_index.md b/doc/content/concepts/features/console/_index.md index 28ff3b391a..226142b07d 100644 --- a/doc/content/concepts/features/console/_index.md +++ b/doc/content/concepts/features/console/_index.md @@ -6,6 +6,7 @@ aliases: /guides/concepts/console, /getting-started/console, /concepts/featuresconsole, + /the-things-stack/interact/console ] weight: -3 --- diff --git a/doc/content/concepts/features/console/login/_index.md b/doc/content/concepts/features/console/login/_index.md index 7551fb2066..16c615ca0d 100644 --- a/doc/content/concepts/features/console/login/_index.md +++ b/doc/content/concepts/features/console/login/_index.md @@ -2,7 +2,7 @@ title: "Login" description: "" weight: 1 -aliases: [/getting-started/console/login, /concepts/console/login] +aliases: [/getting-started/console/login, /concepts/console/login, /the-things-stack/interact/console/login] --- The Console needs to be logged in to create gateways, applications, devices and API keys. In this section, learn how to login into the Console. diff --git a/doc/content/concepts/features/console/personal-settings/_index.md b/doc/content/concepts/features/console/personal-settings/_index.md index c9645b8711..b7eadc2eb5 100644 --- a/doc/content/concepts/features/console/personal-settings/_index.md +++ b/doc/content/concepts/features/console/personal-settings/_index.md @@ -7,6 +7,7 @@ aliases: /concepts/console/profile-settings, /getting-started/console/personal-settings, /concepts/featuresconsole/personal-settings, + /the-things-stack/interact/console/personal-settings ] weight: 1 --- diff --git a/doc/content/concepts/features/console/tenant-settings/_index.md b/doc/content/concepts/features/console/tenant-settings/_index.md index 2ea0301a51..bdf4a71bc6 100644 --- a/doc/content/concepts/features/console/tenant-settings/_index.md +++ b/doc/content/concepts/features/console/tenant-settings/_index.md @@ -7,6 +7,7 @@ aliases: [ /getting-started/console/tenant-settings, /concepts/featuresconsole/tenant-settings, + /the-things-stack/interact/console/tenant-settings ] --- diff --git a/doc/content/concepts/features/console/troubleshooting/_index.md b/doc/content/concepts/features/console/troubleshooting/_index.md index 2c6bb3dc04..aafca78ae7 100644 --- a/doc/content/concepts/features/console/troubleshooting/_index.md +++ b/doc/content/concepts/features/console/troubleshooting/_index.md @@ -5,6 +5,7 @@ aliases: [ /getting-started/console/troubleshooting, /concepts/featuresconsole/troubleshooting, + /the-things-stack/interact/console/troubleshooting ] --- diff --git a/doc/content/concepts/features/sso/_index.md b/doc/content/concepts/features/sso/_index.md index 14ed21cd77..ac043c2f8d 100644 --- a/doc/content/concepts/features/sso/_index.md +++ b/doc/content/concepts/features/sso/_index.md @@ -3,7 +3,7 @@ title: "Single Sign-On" description: "" distributions: ["Cloud", "Enterprise"] weight: 12 -aliases: [/getting-started/sso, /the-things-stack/management/sso] +aliases: [/getting-started/sso, /the-things-stack/management/sso,/reference/federated-auth/ ] --- Single sign-on (also known as Federated Authentication) allows network administrators to use the already existing identity providers in order to authenticate users, instead of manually creating and managing the accounts in {{% tts %}}. {{% tts %}} supports [OpenID Connect](https://openid.net/connect/) for single sign-on. diff --git a/doc/content/concepts/migration/_index.md b/doc/content/concepts/migration/_index.md index 3ff9eec08f..d10503377f 100644 --- a/doc/content/concepts/migration/_index.md +++ b/doc/content/concepts/migration/_index.md @@ -2,7 +2,15 @@ title: "Migrate to The Things Stack" description: "Concepts specific to The Things Stack Cloud" weight: 5 -aliases: [/the-things-stack/migration] +aliases: [ + /the-things-stack/migration, + /the-things-stack/migrating, + /the-things-stack/migrating/migration-tool/, + /getting-started/migrating/migration-tool/, + /getting-started/migrating/migrating-from-v2/migrate-using-takeout-tool/, + /getting-started/migrating/migrating-from-v2/migrate-using-migration-tool/migrate-active-session, + /the-things-stack/migrating/migrating-from-v2/migrate-using-migration-tool/establish-new-session + ] --- This guide documents the process of migrating end devices and gateways to {{% tts %}} and between different installations of {{% tts %}}. diff --git a/doc/content/concepts/migration/exporting-end-devices/_index.md b/doc/content/concepts/migration/exporting-end-devices/_index.md index b1b85ba284..0da1c2ebf6 100644 --- a/doc/content/concepts/migration/exporting-end-devices/_index.md +++ b/doc/content/concepts/migration/exporting-end-devices/_index.md @@ -2,7 +2,7 @@ title: "Export End Device Data" description: "" weight: 2 -aliases: [/migration/migration-tool/] +aliases: [/migration/migration-tool/, /the-things-stack/migrating/import-devices] --- This section contains instructions on how to use the migration tooling to export end devices from supported LoRaWAN Networks, that can later be imported in {{% tts %}}. diff --git a/doc/content/concepts/migration/exporting-end-devices/export-from-chirpstack-v3.md b/doc/content/concepts/migration/exporting-end-devices/export-from-chirpstack-v3.md index 74f522d511..36053c7a8d 100644 --- a/doc/content/concepts/migration/exporting-end-devices/export-from-chirpstack-v3.md +++ b/doc/content/concepts/migration/exporting-end-devices/export-from-chirpstack-v3.md @@ -7,6 +7,7 @@ aliases: /migration-from-networks/migrate-from-chirpstack, /getting-started/migrating/migration-tool/export-from-chirpstack, /migration/migration-tool/export-from-chirpstack-v3, + /migrating/migration-tool/export-from-chirpstack-v3, ] --- diff --git a/doc/content/concepts/migration/exporting-end-devices/export-from-chirpstack.md b/doc/content/concepts/migration/exporting-end-devices/export-from-chirpstack.md index 84cde0a613..69ff981028 100644 --- a/doc/content/concepts/migration/exporting-end-devices/export-from-chirpstack.md +++ b/doc/content/concepts/migration/exporting-end-devices/export-from-chirpstack.md @@ -7,6 +7,8 @@ aliases: /migration-from-networks/migrate-from-chirpstack, /getting-started/migrating/migration-tool/export-from-chirpstack, /migration/migration-tool/export-from-chirpstack, + /the-things-stack/migrating/migration-tool/export-from-chirpstack, + /getting-started/migrating/migrate-from-chirpstack ] new_in_version: "v0.12.0" --- diff --git a/doc/content/concepts/migration/exporting-end-devices/export-from-firefly.md b/doc/content/concepts/migration/exporting-end-devices/export-from-firefly.md index 38aa291143..c6b3d03444 100644 --- a/doc/content/concepts/migration/exporting-end-devices/export-from-firefly.md +++ b/doc/content/concepts/migration/exporting-end-devices/export-from-firefly.md @@ -3,7 +3,10 @@ title: "Export End Devices from Firefly" description: "" weight: 4 new_in_version: "v0.10.0" -aliases: [/migration/migration-tool/export-from-chirpstack] +aliases: [ + /migration/migration-tool/export-from-chirpstack, + /the-things-stack/migrating/migration-tool/export-from-firefly/ + ] --- This section contains instructions on how to configure migration tool and use it to export end devices from Firefly, that can later be imported in {{% tts %}}. diff --git a/doc/content/concepts/migration/exporting-end-devices/export-from-tts.md b/doc/content/concepts/migration/exporting-end-devices/export-from-tts.md index 55fdf3f583..1d68666669 100644 --- a/doc/content/concepts/migration/exporting-end-devices/export-from-tts.md +++ b/doc/content/concepts/migration/exporting-end-devices/export-from-tts.md @@ -6,6 +6,7 @@ aliases: [ /getting-started/migrating/migration-tool/export-from-tts, /migration/migration-tool/export-from-tts, + /the-things-stack/migrating/migration-tool/export-from-tts/ ] --- diff --git a/doc/content/concepts/migration/exporting-end-devices/export-from-wanesy.md b/doc/content/concepts/migration/exporting-end-devices/export-from-wanesy.md index 775dd0cca1..a8f72337a1 100644 --- a/doc/content/concepts/migration/exporting-end-devices/export-from-wanesy.md +++ b/doc/content/concepts/migration/exporting-end-devices/export-from-wanesy.md @@ -3,7 +3,7 @@ title: "Export End Devices from Wanesy" description: "" weight: 3 new_in_version: "v0.11.0" -aliases: [/migration/migration-tool/export-from-wanesy] +aliases: [/migration/migration-tool/export-from-wanesy, /the-things-stack/migrating/migration-tool/export-from-wanesy/] --- This section contains instructions on how to configure migration tool and use it to convert end device information exported from [Kerlink's Wanesy Management Center](https://www.kerlink.com/), into {{% tts %}} end device format. diff --git a/doc/content/concepts/migration/faq.md b/doc/content/concepts/migration/faq.md index 21b2289d96..cac9b1e5a1 100644 --- a/doc/content/concepts/migration/faq.md +++ b/doc/content/concepts/migration/faq.md @@ -1,6 +1,6 @@ --- title: Frequently Asked Questions -aliases: [/getting-started/migrating/faq, /migration/faq] +aliases: [/getting-started/migrating/faq, /migration/faq, /the-things-stack/migrating/migrating-from-v2/major-changes/, /the-things-stack/migrating/faq/] --- This section answers frequently asked questions regarding migration to {{% tts %}}. diff --git a/doc/content/concepts/migration/migrating-between-tts-distributions/_index.md b/doc/content/concepts/migration/migrating-between-tts-distributions/_index.md index 044d8474b4..d0683bf50c 100644 --- a/doc/content/concepts/migration/migrating-between-tts-distributions/_index.md +++ b/doc/content/concepts/migration/migrating-between-tts-distributions/_index.md @@ -1,7 +1,10 @@ --- title: "Between The Things Stack distributions" description: "" -aliases: [/the-things-stack/migrating/migrating-between-tts-distributions] +aliases: [ + /the-things-stack/migrating/migrating-between-tts-distributions, + /getting-started/migrating/migrating-between-tts-distributions + ] --- This section explains how to migrate your devices between {{% tts %}} distributions. diff --git a/doc/content/concepts/migration/migrating-between-tts-distributions/migrate-active-session/_index.md b/doc/content/concepts/migration/migrating-between-tts-distributions/migrate-active-session/_index.md index 1084ab7a86..3415162f48 100644 --- a/doc/content/concepts/migration/migrating-between-tts-distributions/migrate-active-session/_index.md +++ b/doc/content/concepts/migration/migrating-between-tts-distributions/migrate-active-session/_index.md @@ -5,6 +5,7 @@ aliases: [ /getting-started/migrating/migrating-from-v2/migrate-using-migration-tool/migrate-active-session, /the-things-stack/migrating/gateway-migration/migrate-active-session, + /getting-started/migrating/migrating-between-tts-distributions/migrate-active-session, ] --- diff --git a/doc/content/concepts/packet-broker/api.md b/doc/content/concepts/packet-broker/api.md index 38b44f2f66..00e0321ae7 100644 --- a/doc/content/concepts/packet-broker/api.md +++ b/doc/content/concepts/packet-broker/api.md @@ -1,7 +1,7 @@ --- title: Mapper API description: "" -aliases: [/getting-started/packet-broker/api] +aliases: [/getting-started/packet-broker/api, /the-things-stack/packet-broker/api] --- The Packet Broker Mapper API can help you fetch gateway locations, online status and other gateway information for {{% ttss %}}, Cloud, Enterprise and Open Source deployments. This section contains the reference for the Packet Broker Mapper API and examples of forming an API call. diff --git a/doc/content/concepts/server-addresses/_index.md b/doc/content/concepts/server-addresses/_index.md index 1f897c6aef..865a1c11ac 100644 --- a/doc/content/concepts/server-addresses/_index.md +++ b/doc/content/concepts/server-addresses/_index.md @@ -1,7 +1,7 @@ --- title: "Server Addresses" description: "" -aliases: [/getting-started/server-addresses] +aliases: [/getting-started/server-addresses, /the-things-stack/concepts/server-addresses, /getting-started/cloudhosted/addresses, /gettingstarted/ttn/addresses ] weight: 6 --- diff --git a/doc/content/enterprise/_index.md b/doc/content/enterprise/_index.md index 14b213192c..a630a8c926 100644 --- a/doc/content/enterprise/_index.md +++ b/doc/content/enterprise/_index.md @@ -5,7 +5,7 @@ weight: 4 menu: main: weight: 4 -aliases: [/the-things-stack/host] +aliases: [/the-things-stack/host, /getting-started/installation/configuration] --- {{% tts %}} is a highly flexible software product that is available in a variety of deployment models and caters to various user requirements. Check which model applies to your use case. diff --git a/doc/content/enterprise/docker/_index.md b/doc/content/enterprise/docker/_index.md index f7550ee7d2..ffd9655a84 100644 --- a/doc/content/enterprise/docker/_index.md +++ b/doc/content/enterprise/docker/_index.md @@ -4,7 +4,7 @@ description: "" distributions: ["Enterprise", "Open Source"] weight: 4 aliases: - [/getting-started/installation, /the-things-stack/host/docker/installation] + [/getting-started/installation, /the-things-stack/host/docker/installation, /the-things-stack/host/docker] --- This is a guide for installing {{% tts %}} Enterprise or Open Source on your own hardware using Docker, to run your own private LoRaWAN® network server. diff --git a/doc/content/enterprise/kubernetes/generic/prerequisites/_index.md b/doc/content/enterprise/kubernetes/generic/prerequisites/_index.md index ab493a57bb..001d9b3ab5 100644 --- a/doc/content/enterprise/kubernetes/generic/prerequisites/_index.md +++ b/doc/content/enterprise/kubernetes/generic/prerequisites/_index.md @@ -6,6 +6,7 @@ aliases: [ /getting-started/kubernetes/self-managed/prerequisites, /the-things-stack/host/kubernetes/generic/prerequisites, + /the-things-stack/host/kubernetes/prerequisites, ] --- diff --git a/doc/content/enterprise/management/configuration/_index.md b/doc/content/enterprise/management/configuration/_index.md index b3cd4ec0cc..b5ed4320d8 100644 --- a/doc/content/enterprise/management/configuration/_index.md +++ b/doc/content/enterprise/management/configuration/_index.md @@ -1,7 +1,7 @@ --- title: "Configuration" description: "" -aliases: [/guides/getting-started/configuration] +aliases: [/guides/getting-started/configuration, /reference/configuration] --- {{% tts %}} binary can be configured with many different options. Those options can be provided as command-line flags, environment variables or using a configuration file. diff --git a/doc/content/enterprise/management/configuration/application-server.md b/doc/content/enterprise/management/configuration/application-server.md index e790eeaebc..ed8c05bdf0 100644 --- a/doc/content/enterprise/management/configuration/application-server.md +++ b/doc/content/enterprise/management/configuration/application-server.md @@ -1,6 +1,7 @@ --- title: "Application Server Options" description: "" +aliases: [/reference/configuration/application-server] --- ## Security Options diff --git a/doc/content/enterprise/management/configuration/cli.md b/doc/content/enterprise/management/configuration/cli.md index 32e8740653..91e283c1be 100644 --- a/doc/content/enterprise/management/configuration/cli.md +++ b/doc/content/enterprise/management/configuration/cli.md @@ -1,6 +1,7 @@ --- title: "Command-Line Interface Options" description: "" +aliases: [/reference/configuration/cli] --- ## Global Options diff --git a/doc/content/enterprise/management/configuration/console.md b/doc/content/enterprise/management/configuration/console.md index 559362b929..9d2e7c8dc0 100644 --- a/doc/content/enterprise/management/configuration/console.md +++ b/doc/content/enterprise/management/configuration/console.md @@ -1,6 +1,7 @@ --- title: "Console Options" description: "" +aliases: [/reference/configuration/console] --- ## Console Mount diff --git a/doc/content/enterprise/management/configuration/device-claiming-server.md b/doc/content/enterprise/management/configuration/device-claiming-server.md index e85545f1c2..d3b74a778a 100644 --- a/doc/content/enterprise/management/configuration/device-claiming-server.md +++ b/doc/content/enterprise/management/configuration/device-claiming-server.md @@ -1,6 +1,7 @@ --- title: "Device Claiming Server Options" description: "" +aliases: [/reference/configuration/device-claiming-server] --- ## End Device Claiming Options diff --git a/doc/content/enterprise/management/configuration/gateway-configuration-server.md b/doc/content/enterprise/management/configuration/gateway-configuration-server.md index 2e402491bf..c60b5ef678 100644 --- a/doc/content/enterprise/management/configuration/gateway-configuration-server.md +++ b/doc/content/enterprise/management/configuration/gateway-configuration-server.md @@ -1,6 +1,7 @@ --- title: "Gateway Configuration Server Options" description: "" +aliases: [/reference/configuration/gateway-configuration-server] --- ## Security Options diff --git a/doc/content/enterprise/management/configuration/gateway-server.md b/doc/content/enterprise/management/configuration/gateway-server.md index 9a424162fd..8778556857 100644 --- a/doc/content/enterprise/management/configuration/gateway-server.md +++ b/doc/content/enterprise/management/configuration/gateway-server.md @@ -1,6 +1,7 @@ --- title: "Gateway Server Options" description: "" +aliases: [/reference/configuration/gateway-server] --- ## General Options diff --git a/doc/content/enterprise/management/configuration/identity-server.md b/doc/content/enterprise/management/configuration/identity-server.md index 98a31df9e8..a1f95b4540 100644 --- a/doc/content/enterprise/management/configuration/identity-server.md +++ b/doc/content/enterprise/management/configuration/identity-server.md @@ -1,6 +1,7 @@ --- title: "Identity Server Options" description: "" +aliases: [/reference/configuration/identity-server] --- ## General Options diff --git a/doc/content/enterprise/management/configuration/join-server.md b/doc/content/enterprise/management/configuration/join-server.md index 78c0ea6aef..ade225620d 100644 --- a/doc/content/enterprise/management/configuration/join-server.md +++ b/doc/content/enterprise/management/configuration/join-server.md @@ -1,6 +1,7 @@ --- title: "Join Server Options" description: "" +aliases: [/reference/configuration/join-server] --- ## Security Options diff --git a/doc/content/enterprise/management/configuration/network-operations-center.md b/doc/content/enterprise/management/configuration/network-operations-center.md index 61e321704c..e0b2c8ecd3 100644 --- a/doc/content/enterprise/management/configuration/network-operations-center.md +++ b/doc/content/enterprise/management/configuration/network-operations-center.md @@ -1,7 +1,7 @@ --- title: "Network Operations Center Options" description: "" -distributions: ["Enterprise"] +aliases: [/reference/configuration/network-operations-center] --- ## Network Operations Center Mount diff --git a/doc/content/enterprise/management/configuration/network-server.md b/doc/content/enterprise/management/configuration/network-server.md index a57a2a903c..f9b5521a62 100644 --- a/doc/content/enterprise/management/configuration/network-server.md +++ b/doc/content/enterprise/management/configuration/network-server.md @@ -1,6 +1,7 @@ --- title: "Network Server Options" description: "" +aliases: [/reference/configuration/network-server] --- ## General Options diff --git a/doc/content/enterprise/management/configuration/packet-broker-agent.md b/doc/content/enterprise/management/configuration/packet-broker-agent.md index 2e4043cc1f..8d69282748 100644 --- a/doc/content/enterprise/management/configuration/packet-broker-agent.md +++ b/doc/content/enterprise/management/configuration/packet-broker-agent.md @@ -1,6 +1,7 @@ --- title: "Packet Broker Agent Options" description: "" +aliases: [/reference/configuration/packet-broker-agent] --- ## Registration Options diff --git a/doc/content/enterprise/management/configuration/tenant-billing-server.md b/doc/content/enterprise/management/configuration/tenant-billing-server.md index 2c4f69e94d..2222432dbe 100644 --- a/doc/content/enterprise/management/configuration/tenant-billing-server.md +++ b/doc/content/enterprise/management/configuration/tenant-billing-server.md @@ -2,7 +2,7 @@ title: "Tenant Billing Server Options" description: "" weight: 10 -distributions: ["Cloud", "Enterprise"] +aliases: [/reference/configuration/tenant-billing-server] --- ## General options diff --git a/doc/content/enterprise/management/configuration/the-things-stack.md b/doc/content/enterprise/management/configuration/the-things-stack.md index a7447969ad..f44a0c67fd 100644 --- a/doc/content/enterprise/management/configuration/the-things-stack.md +++ b/doc/content/enterprise/management/configuration/the-things-stack.md @@ -2,6 +2,7 @@ title: "General Options" description: "" weight: -1 +aliases: [/reference/configuration/the-things-stack] --- ## Global Options diff --git a/doc/content/getting-started/_index.md b/doc/content/getting-started/_index.md index 86b559f840..e4289d4185 100644 --- a/doc/content/getting-started/_index.md +++ b/doc/content/getting-started/_index.md @@ -10,6 +10,7 @@ aliases: /guides/getting-started/running-the-stack, /guides/getting-started/quick-start, /getting-started/quick-start/, + /getting-started/what-is-tts/ ] --- diff --git a/doc/content/hardware/gateways/_index.md b/doc/content/hardware/gateways/_index.md index 59aec6a7f9..e01f82f51f 100644 --- a/doc/content/hardware/gateways/_index.md +++ b/doc/content/hardware/gateways/_index.md @@ -2,7 +2,7 @@ title: "Gateways" description: "" weight: 2 -aliases: [/guides/connecting-gateways] +aliases: [/guides/connecting-gateways, /gateways] --- This section contains information to help you work with gateways in {{% tts %}}. diff --git a/doc/content/hardware/gateways/concepts/adding-gateways/_index.md b/doc/content/hardware/gateways/concepts/adding-gateways/_index.md index a11448f820..1b0663ce20 100644 --- a/doc/content/hardware/gateways/concepts/adding-gateways/_index.md +++ b/doc/content/hardware/gateways/concepts/adding-gateways/_index.md @@ -8,6 +8,9 @@ aliases: /concepts/features/cli/create-gateway, /concepts/console/create-gateway, /gateways/concepts/adding-gateways, + /gateways/gateway-claiming/make-gateways-claimable/, + /gateways/gateway-claiming/claim-gateways/, + /gateways/concepts/gateway-claiming/claim-gateways/ ] --- diff --git a/doc/content/hardware/gateways/concepts/lora-basics-station/mtls-authentication/index.md b/doc/content/hardware/gateways/concepts/lora-basics-station/mtls-authentication/index.md index 962ce005c6..194c5aec4d 100644 --- a/doc/content/hardware/gateways/concepts/lora-basics-station/mtls-authentication/index.md +++ b/doc/content/hardware/gateways/concepts/lora-basics-station/mtls-authentication/index.md @@ -1,6 +1,7 @@ --- title: "mTLS Authentication" description: "" +aliases: [/gateways/concepts/lora-basics-station/mtls-authentication] --- {{% tts %}} supports mutual TLS to authenticate {{% lbs %}} CUPS connections in selected deployments. This guide explains how gateway vendors/resellers and users can leverage diff --git a/doc/content/hardware/gateways/concepts/packet-forwarder/_index.md b/doc/content/hardware/gateways/concepts/packet-forwarder/_index.md index a440039743..e95002de90 100644 --- a/doc/content/hardware/gateways/concepts/packet-forwarder/_index.md +++ b/doc/content/hardware/gateways/concepts/packet-forwarder/_index.md @@ -1,7 +1,7 @@ --- title: "Packet Forwarders" weight: 2 -aliases: [/reference/packet-forwarder] +aliases: [/reference/packet-forwarder, /docs/gateways/semtech-udp-packet-forwarder/] --- This reference describes support for various Packet Forwarders in {{% tts %}}. diff --git a/doc/content/hardware/gateways/models/_index.md b/doc/content/hardware/gateways/models/_index.md index 289ef617f2..0711752ad9 100644 --- a/doc/content/hardware/gateways/models/_index.md +++ b/doc/content/hardware/gateways/models/_index.md @@ -2,6 +2,7 @@ title: "Models" description: "Guides on connecting gateways to The Things Stack by model" weight: -2 +aliases: [/gateways/models] --- This subsection contains comprehensive instructions for connecting some of the popular LoRaWAN® gateway models to {{% tts %}} diff --git a/doc/content/hardware/gateways/troubleshooting/_index.md b/doc/content/hardware/gateways/troubleshooting/_index.md index 90a6431713..644fd11ff6 100644 --- a/doc/content/hardware/gateways/troubleshooting/_index.md +++ b/doc/content/hardware/gateways/troubleshooting/_index.md @@ -5,6 +5,7 @@ aliases: [ "/hardware/gateways/adding-gateways/troubleshooting", /gateways/troubleshooting, + /gateways/adding-gateways/troubleshooting ] weight: -1 --- diff --git a/doc/content/integrations/other-integrations/lora-cloud/geolocation-services.md b/doc/content/integrations/other-integrations/lora-cloud/geolocation-services.md index 46a7e7683d..b469b8255d 100644 --- a/doc/content/integrations/other-integrations/lora-cloud/geolocation-services.md +++ b/doc/content/integrations/other-integrations/lora-cloud/geolocation-services.md @@ -2,7 +2,7 @@ title: "LoRa Cloud Geolocation Services" description: "" weight: 2 -aliases: [/integrations/lora-cloud/geolocation-services] +aliases: [/integrations/lora-cloud/geolocation-services, /integrations/lora-cloud/geolocation/] --- [LoRa Cloud Geolocation Services](https://www.loracloud.com/portal/geolocation/home) provides simple JSON web APIs that can be easily integrated with a LoRaWAN network or application server to enable estimating the location of LoRa-based devices. diff --git a/doc/content/integrations/other-integrations/mqtt/_index.md b/doc/content/integrations/other-integrations/mqtt/_index.md index a1f3248ec6..c5a60f08a9 100644 --- a/doc/content/integrations/other-integrations/mqtt/_index.md +++ b/doc/content/integrations/other-integrations/mqtt/_index.md @@ -1,7 +1,7 @@ --- title: "MQTT Server" description: "" -aliases: [/guides/getting-started/mqtt, /integrations/mqtt] +aliases: [/guides/getting-started/mqtt, /integrations/mqtt, /integrations/mqtt/cloud-hosted] weight: 30 --- diff --git a/doc/content/integrations/other-integrations/mqtt/mqtt-clients/_index.md b/doc/content/integrations/other-integrations/mqtt/mqtt-clients/_index.md index 24019793ff..d99d60fa78 100644 --- a/doc/content/integrations/other-integrations/mqtt/mqtt-clients/_index.md +++ b/doc/content/integrations/other-integrations/mqtt/mqtt-clients/_index.md @@ -6,6 +6,7 @@ aliases: [ /integrations/other-integrations/mqtt-clients, /integrations/mqtt/mqtt-clients, + /integrations/mqtt-clients/ ] --- diff --git a/doc/content/integrations/other-integrations/mqtt/mqtt-clients/eclipse-mosquitto/_index.md b/doc/content/integrations/other-integrations/mqtt/mqtt-clients/eclipse-mosquitto/_index.md index 11bd9b7a12..350c704cac 100644 --- a/doc/content/integrations/other-integrations/mqtt/mqtt-clients/eclipse-mosquitto/_index.md +++ b/doc/content/integrations/other-integrations/mqtt/mqtt-clients/eclipse-mosquitto/_index.md @@ -5,6 +5,7 @@ aliases: [ /integrations/other-integrations/mqtt-clients/eclipse-mosquitto, /integrations/mqtt/mqtt-clients/eclipse-mosquitto, + /integrations/mqtt-clients/eclipse-mosquitto/, ] --- diff --git a/doc/content/integrations/other-integrations/mqtt/mqtt-clients/eclipse-paho/_index.md b/doc/content/integrations/other-integrations/mqtt/mqtt-clients/eclipse-paho/_index.md index 0193ae2cdf..a884bdf026 100644 --- a/doc/content/integrations/other-integrations/mqtt/mqtt-clients/eclipse-paho/_index.md +++ b/doc/content/integrations/other-integrations/mqtt/mqtt-clients/eclipse-paho/_index.md @@ -6,6 +6,7 @@ aliases: [ /integrations/other-integrations/mqtt-clients/eclipse-paho, /integrations/mqtt/mqtt-clients/eclipse-paho, + /integrations/mqtt-clients/eclipse-paho ] --- diff --git a/doc/content/integrations/other-integrations/mqtt/mqtt-clients/mqttbox/_index.md b/doc/content/integrations/other-integrations/mqtt/mqtt-clients/mqttbox/_index.md index 6ed7ba9880..ad286a253a 100644 --- a/doc/content/integrations/other-integrations/mqtt/mqtt-clients/mqttbox/_index.md +++ b/doc/content/integrations/other-integrations/mqtt/mqtt-clients/mqttbox/_index.md @@ -2,7 +2,7 @@ title: "MQTTBox" description: "" weight: -aliases: [/integrations/mqtt/mqtt-clients/mqttbox] +aliases: [/integrations/mqtt/mqtt-clients/mqttbox, /integrations/mqtt-clients/mqttbox/] --- [MQTTBox](http://workswithweb.com/mqttbox.html) is a cross platform application that makes it simple to create MQTT clients, virtual device networks, and load test MQTT devices and brokers.