From bc9eacd6194e9b00705a750c51769f0e315611eb Mon Sep 17 00:00:00 2001 From: jeremy Theocharis Date: Tue, 28 Sep 2021 17:46:01 +0200 Subject: [PATCH] fix: old links in documentation are accessible again --- .../docs/Developers/factorycube-server/grafana-proxy/index.md | 2 +- .../content/en/docs/Tutorials/general/connect-with-ssh/index.md | 2 ++ .../Tutorials/general/flashing-operating-system-on-usb/index.md | 2 ++ .../general/install-operating-system-from-usb/index.md | 2 ++ docs/content/en/docs/Tutorials/general/networking/index.md | 2 ++ docs/content/en/docs/Tutorials/general/pki/index.md | 2 ++ docs/content/en/docs/Tutorials/general/versioning/index.md | 2 ++ docs/content/en/docs/Tutorials/k3os/add-keys-k3os/index.md | 2 ++ .../add-username-password-authentification-k3os-ssh/index.md | 2 ++ .../how-to-fix-invalid-certs-due-to-misconfigured-date/index.md | 2 ++ docs/content/en/docs/Tutorials/k3os/install-k3os/index.md | 2 ++ .../united-manufacturing-hub/certified-devices/_index.md | 2 ++ .../certified-devices/machineconnect/index.md | 2 ++ .../Tutorials/united-manufacturing-hub/documentation/index.md | 2 ++ .../united-manufacturing-hub/setup-development-network/index.md | 2 ++ .../united-manufacturing-hub/update-helm-chart/index.md | 2 ++ .../Tutorials/united-manufacturing-hub/using-minio/index.md | 2 ++ .../working-with-the-system-practically/index.md | 2 ++ .../docs/publications/quality-control-textile-industry/index.md | 1 - 19 files changed, 35 insertions(+), 2 deletions(-) diff --git a/docs/content/en/docs/Developers/factorycube-server/grafana-proxy/index.md b/docs/content/en/docs/Developers/factorycube-server/grafana-proxy/index.md index 6a333f944..f0c7671c4 100644 --- a/docs/content/en/docs/Developers/factorycube-server/grafana-proxy/index.md +++ b/docs/content/en/docs/Developers/factorycube-server/grafana-proxy/index.md @@ -76,7 +76,7 @@ This chapter explains all used environment variables. **Type:** string **Possible values:** all DNS names or IP - + **Example value:** http://jaeger.localhost ### JAEGER_PORT diff --git a/docs/content/en/docs/Tutorials/general/connect-with-ssh/index.md b/docs/content/en/docs/Tutorials/general/connect-with-ssh/index.md index 6efca09e5..d8ff35d0a 100644 --- a/docs/content/en/docs/Tutorials/general/connect-with-ssh/index.md +++ b/docs/content/en/docs/Tutorials/general/connect-with-ssh/index.md @@ -1,6 +1,8 @@ --- title: "How to connect with SSH" linkTitle: "How to connect with SSH" +aliases: + - /docs/tutorials/connect-with-ssh/ description: > This article explains how to connect with an edge device via SSH --- diff --git a/docs/content/en/docs/Tutorials/general/flashing-operating-system-on-usb/index.md b/docs/content/en/docs/Tutorials/general/flashing-operating-system-on-usb/index.md index cf53770a1..4e63a5939 100644 --- a/docs/content/en/docs/Tutorials/general/flashing-operating-system-on-usb/index.md +++ b/docs/content/en/docs/Tutorials/general/flashing-operating-system-on-usb/index.md @@ -1,6 +1,8 @@ --- title: "How to flash an operating system onto a USB-stick" linkTitle: "How to flash an operating system onto a USB-stick" +aliases: + - /docs/tutorials/flashing-operating-system-on-usb/ description: > There are multiple ways to flash a operating system onto a USB-stick. We will present you the method of using [balenaEtcher](https://www.balena.io/etcher/). --- diff --git a/docs/content/en/docs/Tutorials/general/install-operating-system-from-usb/index.md b/docs/content/en/docs/Tutorials/general/install-operating-system-from-usb/index.md index 747117a42..3b9030d56 100644 --- a/docs/content/en/docs/Tutorials/general/install-operating-system-from-usb/index.md +++ b/docs/content/en/docs/Tutorials/general/install-operating-system-from-usb/index.md @@ -1,6 +1,8 @@ --- title: "How to install an operating system from a USB-stick" linkTitle: "How to add additional SSH keys in k3OS" +aliases: + - /docs/tutorials/install-operating-system-from-usb/ description: > This article explains how to install an operating system from a bootable USB-stick. --- diff --git a/docs/content/en/docs/Tutorials/general/networking/index.md b/docs/content/en/docs/Tutorials/general/networking/index.md index a1309f866..2f960e1fe 100644 --- a/docs/content/en/docs/Tutorials/general/networking/index.md +++ b/docs/content/en/docs/Tutorials/general/networking/index.md @@ -2,6 +2,8 @@ --- title: "Edge networking" linkTitle: "Edge networking" +aliases: + - /docs/tutorials/networking/ weight: 4 description: > The UMH stack features a sophisticated system to be integrated into any enterprise network. Additionally, it forces multiple barriers against attacks by design. This document should clear up any confusion. diff --git a/docs/content/en/docs/Tutorials/general/pki/index.md b/docs/content/en/docs/Tutorials/general/pki/index.md index 6d21b6fbe..a4d06264a 100644 --- a/docs/content/en/docs/Tutorials/general/pki/index.md +++ b/docs/content/en/docs/Tutorials/general/pki/index.md @@ -1,6 +1,8 @@ --- title: "Setting up the PKI infrastructure" linkTitle: "Setting up the PKI infrastructure" +aliases: + - /docs/tutorials/pki/ weight: 2 description: > This document describes how to create and manage the certificates required for MQTT diff --git a/docs/content/en/docs/Tutorials/general/versioning/index.md b/docs/content/en/docs/Tutorials/general/versioning/index.md index cd70f144e..0a14122ba 100644 --- a/docs/content/en/docs/Tutorials/general/versioning/index.md +++ b/docs/content/en/docs/Tutorials/general/versioning/index.md @@ -1,6 +1,8 @@ --- title: "Versioning in IT" linkTitle: "Versioning in IT" +aliases: + - /docs/tutorials/versioning/ description: > This article explains how version numbers are typically structured in IT. --- diff --git a/docs/content/en/docs/Tutorials/k3os/add-keys-k3os/index.md b/docs/content/en/docs/Tutorials/k3os/add-keys-k3os/index.md index 08b46b105..5d82a6ec4 100644 --- a/docs/content/en/docs/Tutorials/k3os/add-keys-k3os/index.md +++ b/docs/content/en/docs/Tutorials/k3os/add-keys-k3os/index.md @@ -1,6 +1,8 @@ --- title: "How to add additional SSH keys in k3OS" linkTitle: "How to add additional SSH keys in k3OS" +aliases: + - /docs/tutorials/add-keys-k3os/ description: > This article explains how to add an additional SSH key to k3OS, so that multiple people can access the device --- diff --git a/docs/content/en/docs/Tutorials/k3os/add-username-password-authentification-k3os-ssh/index.md b/docs/content/en/docs/Tutorials/k3os/add-username-password-authentification-k3os-ssh/index.md index 5a150811a..deb317485 100644 --- a/docs/content/en/docs/Tutorials/k3os/add-username-password-authentification-k3os-ssh/index.md +++ b/docs/content/en/docs/Tutorials/k3os/add-username-password-authentification-k3os-ssh/index.md @@ -1,6 +1,8 @@ --- title: "How to enable SSH password authentification in k3OS" linkTitle: "How to enable SSH password authentification in k3OS" +aliases: + - /docs/tutorials/add-username-password-authentification-k3os-ssh/ description: > This article explains how to enable the classic username / password authentification for SSH in k3os --- diff --git a/docs/content/en/docs/Tutorials/k3os/how-to-fix-invalid-certs-due-to-misconfigured-date/index.md b/docs/content/en/docs/Tutorials/k3os/how-to-fix-invalid-certs-due-to-misconfigured-date/index.md index 1a78da1b5..5c77362e6 100644 --- a/docs/content/en/docs/Tutorials/k3os/how-to-fix-invalid-certs-due-to-misconfigured-date/index.md +++ b/docs/content/en/docs/Tutorials/k3os/how-to-fix-invalid-certs-due-to-misconfigured-date/index.md @@ -1,6 +1,8 @@ --- title: "How to fix certificate not yet valid issues" linkTitle: "How to fix certificate not yet valid issues" +aliases: + - /docs/tutorials/how-to-fix-invalid-certs-due-to-misconfigured-date/ description: > curl might fail and not download helm as the certificate is not yet valid. This happens especially when you are in a restricted network and the edge device is not able fetch the current date and time via NTP. --- diff --git a/docs/content/en/docs/Tutorials/k3os/install-k3os/index.md b/docs/content/en/docs/Tutorials/k3os/install-k3os/index.md index aa2792f11..6eee264a9 100644 --- a/docs/content/en/docs/Tutorials/k3os/install-k3os/index.md +++ b/docs/content/en/docs/Tutorials/k3os/install-k3os/index.md @@ -1,6 +1,8 @@ --- title: "How to install k3OS" linkTitle: "How to install k3OS" +aliases: + - /docs/tutorials/install-k3os/ description: > This article explains how to install k3OS on an edge device using the United Manufacturing Hub installation script. --- diff --git a/docs/content/en/docs/Tutorials/united-manufacturing-hub/certified-devices/_index.md b/docs/content/en/docs/Tutorials/united-manufacturing-hub/certified-devices/_index.md index 8fbdd23b5..c53cb960e 100644 --- a/docs/content/en/docs/Tutorials/united-manufacturing-hub/certified-devices/_index.md +++ b/docs/content/en/docs/Tutorials/united-manufacturing-hub/certified-devices/_index.md @@ -1,6 +1,8 @@ --- title: "Certified devices" linkTitle: "Certified devices" +aliases: + - /docs/tutorials/certified-devices/ weight: 1 description: > This section contains tutorials related to our commercial certified devices. diff --git a/docs/content/en/docs/Tutorials/united-manufacturing-hub/certified-devices/machineconnect/index.md b/docs/content/en/docs/Tutorials/united-manufacturing-hub/certified-devices/machineconnect/index.md index 9c917d26d..73b81128c 100644 --- a/docs/content/en/docs/Tutorials/united-manufacturing-hub/certified-devices/machineconnect/index.md +++ b/docs/content/en/docs/Tutorials/united-manufacturing-hub/certified-devices/machineconnect/index.md @@ -2,6 +2,8 @@ title: "How to use machineconnect" linkTitle: "How to use machineconnect" weight: 1 +aliases: + - /docs/tutorials/certified-devices/machineconnect/ description: > This document explains how to install and use machineconnect --- diff --git a/docs/content/en/docs/Tutorials/united-manufacturing-hub/documentation/index.md b/docs/content/en/docs/Tutorials/united-manufacturing-hub/documentation/index.md index 831e3bb9e..ba3f20231 100644 --- a/docs/content/en/docs/Tutorials/united-manufacturing-hub/documentation/index.md +++ b/docs/content/en/docs/Tutorials/united-manufacturing-hub/documentation/index.md @@ -1,6 +1,8 @@ --- title: "Setting up the documentation" linkTitle: "Setting up the documentation" +aliases: + - /docs/tutorials/documentation/ weight: 1 description: > This document explains how to get started with the documentation locally diff --git a/docs/content/en/docs/Tutorials/united-manufacturing-hub/setup-development-network/index.md b/docs/content/en/docs/Tutorials/united-manufacturing-hub/setup-development-network/index.md index 115fab7ba..2a514dbbd 100644 --- a/docs/content/en/docs/Tutorials/united-manufacturing-hub/setup-development-network/index.md +++ b/docs/content/en/docs/Tutorials/united-manufacturing-hub/setup-development-network/index.md @@ -1,6 +1,8 @@ --- title: "How to setup a development network" linkTitle: "How to setup a development network" +aliases: + - /docs/tutorials/setup-development-network/ description: > This article explains how to setup a development network to work with an edge device --- diff --git a/docs/content/en/docs/Tutorials/united-manufacturing-hub/update-helm-chart/index.md b/docs/content/en/docs/Tutorials/united-manufacturing-hub/update-helm-chart/index.md index 37cfbd1b4..b7c6b27cf 100644 --- a/docs/content/en/docs/Tutorials/united-manufacturing-hub/update-helm-chart/index.md +++ b/docs/content/en/docs/Tutorials/united-manufacturing-hub/update-helm-chart/index.md @@ -1,6 +1,8 @@ --- title: "How to update the stack / helm chart" linkTitle: "How to update the stack / helm chart" +aliases: + - /docs/tutorials/update-helm-chart/ description: > This article explains how to update the helm chart, so that you can apply changes to the configuration of the stack or to install newer versions --- diff --git a/docs/content/en/docs/Tutorials/united-manufacturing-hub/using-minio/index.md b/docs/content/en/docs/Tutorials/united-manufacturing-hub/using-minio/index.md index 5b61e6867..4f3195c2d 100644 --- a/docs/content/en/docs/Tutorials/united-manufacturing-hub/using-minio/index.md +++ b/docs/content/en/docs/Tutorials/united-manufacturing-hub/using-minio/index.md @@ -1,6 +1,8 @@ --- title: "How to work with MinIO" linkTitle: "How to work with MinIO" +aliases: + - /docs/tutorials/using-minio/ description: > This article explains how you can access MinIO for development and administration purposes --- diff --git a/docs/content/en/docs/Tutorials/united-manufacturing-hub/working-with-the-system-practically/index.md b/docs/content/en/docs/Tutorials/united-manufacturing-hub/working-with-the-system-practically/index.md index 18481cc08..5f463815b 100644 --- a/docs/content/en/docs/Tutorials/united-manufacturing-hub/working-with-the-system-practically/index.md +++ b/docs/content/en/docs/Tutorials/united-manufacturing-hub/working-with-the-system-practically/index.md @@ -2,6 +2,8 @@ title: "Working with the system practically" linkTitle: "Working with the system practically" weight: 5 +aliases: + - /docs/tutorials/working-with-the-system-practically/ description: > Three step implementation plan for using the factorycube --- diff --git a/docs/content/en/docs/publications/quality-control-textile-industry/index.md b/docs/content/en/docs/publications/quality-control-textile-industry/index.md index a89a52b4c..53b33d829 100644 --- a/docs/content/en/docs/publications/quality-control-textile-industry/index.md +++ b/docs/content/en/docs/publications/quality-control-textile-industry/index.md @@ -7,7 +7,6 @@ description: "The results of this research provide an overview of the problems b This publication was made by Aditya Narayan Mishra as a Master Thesis for the "Institut für Textiltechnik der RWTH Aachen University" in cooperation with [Kai Müller (ITA / RWTH Aachen )](https://www.ita.rwth-aachen.de/cms/ITA/Das-Institut/Team/Wissenschaftliche-Mitarbeiter/~edjlj/Mueller-Kai/) and us. - {{< imgproc image.png Fit "600x600">}}Source: https://www.lindenfarb.de/en/{{< /imgproc >}} ## Abstract