Skip to content
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

[discourse-gatekeeper] Migrate charm docs #12

Merged
merged 3 commits into from
Jan 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/how-to/configure-agent-node-label.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
```
11 changes: 6 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion docs/reference/actions.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Actions

See [Actions](https://charmhub.io/jenkins-agent/actions).
See [Actions](https://charmhub.io/jenkins-agent/actions).
2 changes: 1 addition & 1 deletion docs/reference/configurations.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Configurations

See [Configure](https://charmhub.io/jenkins-agent/configure).
See [Configure](https://charmhub.io/jenkins-agent/configure).
2 changes: 1 addition & 1 deletion docs/reference/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Then, integrate the offer from the k8s model where jenkins-k8s charm resides.
`juju integrate jenkins-k8s:agent <controller-name>:<juju-user>/<agent-model>.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`
2 changes: 1 addition & 1 deletion docs/tutorial/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
```
Loading