Skip to content

Commit f7a64be

Browse files
committed
chore: Added more aliases
Signed-off-by: Steven Gettys <steven.gettys@gmail.com>
1 parent 758e24d commit f7a64be

13 files changed

+24
-0
lines changed

docs/content/docs/operations/_index.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: "Operations"
33
description: ""
44
weight: 5
5+
aliases:
6+
- /operations/
57
---
68

79
**Get Started with Porter**

docs/content/docs/operations/connect-to-docker.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Connect to Docker
33
description: Configure Porter to authenticate and connect to a Docker engine
44
weight: 5
5+
aliases:
6+
- /operations/connect-to-docker/
57
---
68

79
Some Porter commands connect to a Docker engine in order to build, push, and pull the bundle image.

docs/content/docs/operations/connect-to-registry.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Connect to a Registry
33
description: Configure Porter to authenticate and connect to a registry
44
weight: 6
5+
aliases:
6+
- /operations/connect-to-registry/
57
---
68

79
Porter stores bundles in OCI (Docker) registries.

docs/content/docs/operations/create-porter-config.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Create a Porter Config File
33
description: Learn how to customize Porter's default behavior through configuration file
44
weight: 4
5+
aliases:
6+
- /operations/create-porter-config/
57
---
68

79
Porter's default behavior, such as log level and default plugins, can be modified through its config file.

docs/content/docs/operations/examine-bundles.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: Figure out how to use a bundle
44
weight: 2
55
aliases:
66
- /examining-bundles/
7+
- /operations/examine-bundles/
78
---
89

910
Once a bundle has been built, how do users of the bundle figure out how to actually _use_ it? A user could read the `porter.yaml` or the `bundle.json` if they have the bundle locally, but this won't work for a bundle that has been published to an OCI registry. Even when you have them locally, the `bundle.json` and `porter.yaml` aren't the best way to figure out how to use a bundle. How should a user examine the bundle then? Porter has a command called `explain` to help with this!

docs/content/docs/operations/manage-installations.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Manage Installations
33
description: Manage bundle installations with Porter
44
weight: 1
5+
aliases:
6+
- /operations/manage-installations/
57
---
68

79
When a bundle is installed, an **installation** is created.

docs/content/docs/operations/view-logs.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: View logs from previous runs of Porter
44
weight: 3
55
aliases:
66
- operators/logs/
7+
- /operations/view-logs/
78
---
89

910
You can view the logs from the most recent execution of a bundle with the

docs/content/docs/quickstart/_index.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: "Quickstart"
33
description: ""
44
weight: 2
5+
aliases:
6+
- /quickstart/
57
---
68

79
{{< cards >}}

docs/content/docs/quickstart/bundles.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: "Bundles"
33
descriptions: Learn about bundles and how to install them with Porter
4+
aliases:
5+
- /quickstart/bundles/
46
---
57

68
So you're interested in learning more about Porter? Great! This guide will walk you through key concepts of managing bundles. You will use the porter CLI to install, upgrade, and uninstall the bundle.

docs/content/docs/quickstart/configuration.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: "Configuration"
33
descriptions: Control Porter's behavior with its config file
44
layout: single
5+
aliases:
6+
- /quickstart/configuration/
57
---
68

79
You now know how to install a bundle, passing in a credential or parameter set

docs/content/docs/quickstart/credentials.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: "Credentials"
33
descriptions: Learn how to use a bundle with credentials
44
layout: single
5+
aliases:
6+
- /quickstart/credentials/
57
---
68

79
Now that you know how to customize a bundle installation with parameters, let's look at how your bundle can authenticate with **credentials**.

docs/content/docs/quickstart/desired-state.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: "Desired State"
33
descriptions: Manage an installation by defining its desired state in a file
44
layout: single
5+
aliases:
6+
- /quickstart/desired-state/
57
---
68

79
You now know how to install a bundle, passing in a credential or parameter set.

docs/content/docs/quickstart/parameters.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: "Parameters"
33
descriptions: Learn how to use a bundle with parameters
4+
aliases:
5+
- /quickstart/parameters/
46
---
57

68
Now that you know how to install a bundle, let's look at how to specify parameters to customize how that bundle is installed.

0 commit comments

Comments
 (0)