Skip to content

Commit

Permalink
doc: Fix aliases for moved pages (#1406)
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishnaIyer authored Feb 13, 2025
1 parent ca4fdd4 commit 77ff8ec
Show file tree
Hide file tree
Showing 55 changed files with 74 additions and 26 deletions.
2 changes: 1 addition & 1 deletion doc/content/api/_index.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion doc/content/cloud/addresses/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion doc/content/concepts/architecture/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion doc/content/concepts/features/alerting/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 3 additions & 0 deletions doc/content/concepts/features/cli/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down
1 change: 1 addition & 0 deletions doc/content/concepts/features/console/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ aliases:
/guides/concepts/console,
/getting-started/console,
/concepts/featuresconsole,
/the-things-stack/interact/console
]
weight: -3
---
Expand Down
2 changes: 1 addition & 1 deletion doc/content/concepts/features/console/login/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ aliases:
[
/getting-started/console/tenant-settings,
/concepts/featuresconsole/tenant-settings,
/the-things-stack/interact/console/tenant-settings
]
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ aliases:
[
/getting-started/console/troubleshooting,
/concepts/featuresconsole/troubleshooting,
/the-things-stack/interact/console/troubleshooting
]
---

Expand Down
2 changes: 1 addition & 1 deletion doc/content/concepts/features/sso/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
10 changes: 9 additions & 1 deletion doc/content/concepts/migration/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}}.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}}.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
]
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}}.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/
]
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion doc/content/concepts/migration/faq.md
Original file line number Diff line number Diff line change
@@ -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 %}}.
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
]
---

Expand Down
2 changes: 1 addition & 1 deletion doc/content/concepts/packet-broker/api.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion doc/content/concepts/server-addresses/_index.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion doc/content/enterprise/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion doc/content/enterprise/docker/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ aliases:
[
/getting-started/kubernetes/self-managed/prerequisites,
/the-things-stack/host/kubernetes/generic/prerequisites,
/the-things-stack/host/kubernetes/prerequisites,
]
---

Expand Down
2 changes: 1 addition & 1 deletion doc/content/enterprise/management/configuration/_index.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Application Server Options"
description: ""
aliases: [/reference/configuration/application-server]
---

## Security Options
Expand Down
1 change: 1 addition & 0 deletions doc/content/enterprise/management/configuration/cli.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Command-Line Interface Options"
description: ""
aliases: [/reference/configuration/cli]
---

## Global Options
Expand Down
1 change: 1 addition & 0 deletions doc/content/enterprise/management/configuration/console.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Console Options"
description: ""
aliases: [/reference/configuration/console]
---

## Console Mount
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Device Claiming Server Options"
description: ""
aliases: [/reference/configuration/device-claiming-server]
---

## End Device Claiming Options
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Gateway Configuration Server Options"
description: ""
aliases: [/reference/configuration/gateway-configuration-server]
---

## Security Options
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Gateway Server Options"
description: ""
aliases: [/reference/configuration/gateway-server]
---

## General Options
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Identity Server Options"
description: ""
aliases: [/reference/configuration/identity-server]
---

## General Options
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Join Server Options"
description: ""
aliases: [/reference/configuration/join-server]
---

## Security Options
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Network Operations Center Options"
description: ""
distributions: ["Enterprise"]
aliases: [/reference/configuration/network-operations-center]
---

## Network Operations Center Mount
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Network Server Options"
description: ""
aliases: [/reference/configuration/network-server]
---

## General Options
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Packet Broker Agent Options"
description: ""
aliases: [/reference/configuration/packet-broker-agent]
---

## Registration Options
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Tenant Billing Server Options"
description: ""
weight: 10
distributions: ["Cloud", "Enterprise"]
aliases: [/reference/configuration/tenant-billing-server]
---

## General options
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "General Options"
description: ""
weight: -1
aliases: [/reference/configuration/the-things-stack]
---

## Global Options
Expand Down
1 change: 1 addition & 0 deletions doc/content/getting-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
]
---

Expand Down
2 changes: 1 addition & 1 deletion doc/content/hardware/gateways/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}}.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/
]
---

Expand Down
Loading

0 comments on commit 77ff8ec

Please sign in to comment.