Skip to content

Commit d133e3c

Browse files
authored
Merge pull request #209 from spinkube/aliases
add aliases
2 parents 549cf83 + b37565b commit d133e3c

26 files changed

+52
-3
lines changed

assets/scss/_variables_project.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@ $spkb-bg: #F8EFFD;
124124
}
125125

126126
}
127-
}
127+
}

content/en/docs/contrib/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Contributing
33
description: How to contribute to the SpinKube project.
44
weight: 99
5+
aliases:
6+
- /docs/contribution-guidelines
57
---
68

79
## Contributing to SpinKube documentation

content/en/docs/contrib/feedback.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Feedback
33
description: How to provide feedback to the SpinKube project.
44
weight: 10
5+
aliases:
6+
- /docs/spin-operator/support/feedback
57
---
68

79
The following is a list of suggestions that might assist you with providing feedback to the Spin Operator project.

content/en/docs/contrib/running-locally.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Running locally
33
description: Learn how to run Spin Operator on your local machine.
44
categories: [Spin Operator]
55
tags: [Tutorials]
6+
aliases:
7+
- /docs/spin-operator/tutorials/running-locally
68
---
79

810
## Prerequisites

content/en/docs/contrib/running-on-a-cluster.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Running on a Cluster
33
description: Learn how to run Spin Operator on a Kubernetes cluster.
44
categories: [Spin Operator]
55
tags: [Tutorials]
6+
aliases:
7+
- /docs/spin-operator/tutorials/running-on-a-cluster
68
---
79

810
## Prerequisites

content/en/docs/contrib/share-operator-image.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ description: Discover how to build and push the Spin Operator image.
44
date: 2024-02-16
55
categories: [Spin Operator]
66
tags: [Tutorials]
7+
aliases:
8+
- /docs/spin-operator/tutorials/share-operator-image
79
---
810

911
You can build and push the Spin Operator image using the `docker-build` and `docker-push` targets specified in the `Makefile`.

content/en/docs/contrib/spin-operator-development.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ description: Learn how to develop and deploy Spin Operator on a Kubernetes clust
44
date: 2024-02-16
55
categories: [Spin Operator]
66
tags: [Tutorials]
7+
aliases:
8+
- /docs/spin-operator/tutorials/spin-operator-development
79
---
810

911
## To Deploy on the Cluster

content/en/docs/contrib/troubleshooting.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Troubleshooting
33
description: Troubleshooting common errors and issues with SpinKube.
44
weight: 15
5+
aliases:
6+
- /docs/spin-operator/support/troubleshooting
57
---
68

79
The following is a list of common error messages and potential troubleshooting suggestions that might assist you with your work.

content/en/docs/contrib/uninstall.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Uninstall
33
description: How to uninstall custom resources and Spin Operator from your Cluster.
44
categories: [Spin Operator]
55
tags: [Tutorials]
6+
aliases:
7+
- /docs/spin-operator/tutorials/uninstall
68
---
79

810
These are commands to delete, uninstall and undeploy resources.

content/en/docs/install/azure-kubernetes-service.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ description: In this tutorial you'll learn how to deploy SpinKube on Azure Kuber
44
date: 2024-02-16
55
categories: [Spin Operator]
66
tags: [Tutorials]
7+
aliases:
8+
- /docs/spin-operator/tutorials/deploy-on-azure-kubernetes-service
79
---
810

911
In this tutorial, you install Spin Operator on an Azure Kubernetes Service (AKS) cluster and deploy a simple Spin application. You will learn how to:

0 commit comments

Comments
 (0)