-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restructure documentation #1394
base: master
Are you sure you want to change the base?
Conversation
| Component (Service) | Short | Description | | ||
| ------------------------- | ----- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | ||
| Tenant Billing Server | `TBS` | Manages the creation, suspension and billing of tenants using different payment backends (only for {{% tts %}} cloud). | | ||
| QR Generator | `QRG` | Generates QR codes for devices in various formats. These QR codes can be used for various purposes, including identification and device claiming to transfer ownership.. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| QR Generator | `QRG` | Generates QR codes for devices in various formats. These QR codes can be used for various purposes, including identification and device claiming to transfer ownership.. | | |
| QR Generator | `QRG` | Generates QR codes for devices in various formats. These QR codes can be used for various purposes, including identification and device claiming to transfer ownership.. | |
| QR Generator | `QRG` | Generates QR codes for devices in various formats. These QR codes can be used for various purposes, including identification and device claiming to transfer ownership.. | | |
| QR Generator | `QRG` | Generates QR codes for devices in various formats. These QR codes can be used for various purposes, including identification and device claiming to transfer ownership. | |
aliases: [the-things-stack/concepts/architecture] | ||
--- | ||
|
||
{{% tts %}} follows a API driven microservice architecture, well suited for high availability and reliability. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{{% tts %}} follows a API driven microservice architecture, well suited for high availability and reliability. | |
{{% tts %}} follows an API driven microservice architecture, well suited for high availability and reliability. |
@@ -14,11 +14,11 @@ This error usually occurs when wrong path(s) are specified in the `field_mask` o | |||
|
|||
###### When adding a device, I get an "invalid end_device: embedded message failed validation" error. | |||
|
|||
The most common cause for this error is not following the regex pattern in the `device_id` field. See [End Device APIs]({{< ref "/api/reference/grpc/end_device#message:EndDeviceIdentifiers" >}}) section and make sure your `device_id` is in line with the defined regex pattern. See also [ID and EUI constaints]({{< ref "/reference/id-eui-constraints" >}}) documentation. | |||
The most common cause for this error is not following the regex pattern in the `device_id` field. See [End Device APIs]({{< ref "/api/reference/grpc/end_device#message:EndDeviceIdentifiers" >}}) section and make sure your `device_id` is in line with the defined regex pattern. See also [ID and EUI constaints]({{< ref "/concepts/architecture/id-eui-constraints" >}}) documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The most common cause for this error is not following the regex pattern in the `device_id` field. See [End Device APIs]({{< ref "/api/reference/grpc/end_device#message:EndDeviceIdentifiers" >}}) section and make sure your `device_id` is in line with the defined regex pattern. See also [ID and EUI constaints]({{< ref "/concepts/architecture/id-eui-constraints" >}}) documentation. | |
The most common cause for this error is not following the regex pattern in the `device_id` field. See [End Device APIs]({{< ref "/api/reference/grpc/end_device#message:EndDeviceIdentifiers" >}}) section and make sure your `device_id` is in line with the defined regex pattern. See also [ID and EUI constraints]({{< ref "/concepts/architecture/id-eui-constraints" >}}) documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great stuff
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, much prefer the new structure but we need to create 301 redirects for every URL change so that all our search results to go to 404s.
This a pain to do with hugo and github pages as we don't have something like nginx where we can write this.
Hmm, I don't understand. We already use aliases and that's how we've always handled moving pages. |
@KrishnaIyer Sorry looks like they are there just did not work the first time I ran |
And this was the first one I checked |
@@ -1,7 +1,8 @@ | |||
--- | |||
title: "Troubleshooting CLI" | |||
description: "" | |||
aliases: [/getting-started/cli/troubleshooting] | |||
aliases: | |||
[/getting-started/cli/troubleshooting, /concepts/features/cli/troubleshooting] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This alias is to the new file location not the old. It should be the-things-stack/interact/cli/troubleshooting/
Summary
Restructure documentation.
Changes
98% of the content is just updating links and aliases.
Update aliases. Missing aliases checked using the alias check tool:
Screenshots
Notes for Reviewers
To do
Checklist
make server
, posted screenshots, verified external links. Test withHUGO_PARAMS_SEARCH_ENABLED=true
if style changes will affect the search bar.new-in-version
shortcode, according to the guidelines in CONTRIBUTING.