From 87da722baacdc8f9564cabdbce0c020d32d29e1f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 08:55:44 +0000 Subject: [PATCH] modified: docs/tutorial/getting-started.md,docs/how-to/configure-agent-node-label.md,docs/reference/configurations.md,docs/index.md,docs/reference/integrations.md,docs/reference/actions.md --- docs/how-to/configure-agent-node-label.md | 2 +- docs/index.md | 11 ++++++----- docs/reference/actions.md | 2 +- docs/reference/configurations.md | 2 +- docs/reference/integrations.md | 2 +- docs/tutorial/getting-started.md | 2 +- 6 files changed, 11 insertions(+), 10 deletions(-) diff --git a/docs/how-to/configure-agent-node-label.md b/docs/how-to/configure-agent-node-label.md index 994740d..c6f5415 100644 --- a/docs/how-to/configure-agent-node-label.md +++ b/docs/how-to/configure-agent-node-label.md @@ -7,4 +7,4 @@ Comma-separated list of node labels. If empty, the agent's node will have the un ``` juju config jenkins-agent jenkins_agent_labels=label1,label2,label3 -``` +``` \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index 13218cb..8303b71 100644 --- a/docs/index.md +++ b/docs/index.md @@ -22,11 +22,12 @@ Thinking about using the Jenkins-k8s Operator for your next project? [Get in tou # Contents 1. [Tutorial](tutorial) - 1. [Getting Started](tutorial/getting-started.md) + 1. [Getting Started](tutorial/getting-started.md) 1. [How to](how-to) - 1. [Configure agent node label](how-to/configure-agent-node-label.md) + 1. [Configure agent node label](how-to/configure-agent-node-label.md) 1. [Reference](reference) - 1. [Actions](reference/actions.md) - 1. [Configurations](reference/configurations.md) - 1. [Integrations](reference/integrations.md) + 1. [Actions](reference/actions.md) + 1. [Configurations](reference/configurations.md) + 1. [Integrations](reference/integrations.md) 1. [Explanation](explanation) + 1. [Managing workload inside the charm](explanation/workload.md) \ No newline at end of file diff --git a/docs/reference/actions.md b/docs/reference/actions.md index 8185743..cf8555b 100644 --- a/docs/reference/actions.md +++ b/docs/reference/actions.md @@ -1,3 +1,3 @@ # Actions -See [Actions](https://charmhub.io/jenkins-agent/actions). +See [Actions](https://charmhub.io/jenkins-agent/actions). \ No newline at end of file diff --git a/docs/reference/configurations.md b/docs/reference/configurations.md index ccf3dde..0b6e38f 100644 --- a/docs/reference/configurations.md +++ b/docs/reference/configurations.md @@ -1,3 +1,3 @@ # Configurations -See [Configure](https://charmhub.io/jenkins-agent/configure). +See [Configure](https://charmhub.io/jenkins-agent/configure). \ No newline at end of file diff --git a/docs/reference/integrations.md b/docs/reference/integrations.md index 216216c..b9d3a2e 100644 --- a/docs/reference/integrations.md +++ b/docs/reference/integrations.md @@ -18,4 +18,4 @@ Then, integrate the offer from the k8s model where jenkins-k8s charm resides. `juju integrate jenkins-k8s:agent :/.jenkins-agent` An example of such command would look like the following, using a jenkins-k8s charm deployed on microk8s. -`juju integrate jenkins-k8s:agent localhost:admin/jenkins-agent-model.jenkins-agent` +`juju integrate jenkins-k8s:agent localhost:admin/jenkins-agent-model.jenkins-agent` \ No newline at end of file diff --git a/docs/tutorial/getting-started.md b/docs/tutorial/getting-started.md index edf606e..91346ad 100644 --- a/docs/tutorial/getting-started.md +++ b/docs/tutorial/getting-started.md @@ -97,4 +97,4 @@ models that you’ve created using the following command. ``` juju destroy model localhost-microk8s:admin/jenkins-tutorial -y --release-storage juju destroy model localhost:admin/tutorial -y --release-storage -``` +``` \ No newline at end of file