Skip to content

Commit fd4d2a8

Browse files
authored
minor KnpLabs#983 Correctly link to github actions docs and fix backlinks (acrobat)
This PR was merged into the 2.x branch. Discussion ---------- Fixes KnpLabs#965, Fixes KnpLabs#966 Commits ------- 8343f24 Correctly link to github actions docs and fix backlinks
2 parents 7d9a5b7 + 8343f24 commit fd4d2a8

File tree

7 files changed

+19
-12
lines changed

7 files changed

+19
-12
lines changed

doc/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ v3 APIs:
4848
* [Reviews](pull_request/reviews.md)
4949
* [Rate Limits](rate_limits.md)
5050
* [Repositories](repos.md)
51+
* Actions
52+
* [Artifacts](repo/actions/artifacts.md)
53+
* [Secrets](repo/actions/secrets.md)
54+
* [Self hosted runners](repo/actions/self_hosted_runners.md)
55+
* [Workflow jobs](repo/actions/workflow_jobs.md)
56+
* [Workflow runs](repo/actions/workflow_runs.md)
57+
* [Workflows](repo/actions/workflows.md)
5158
* [Check Runs](repo/check_runs.md)
5259
* [Check Suites](repo/check_suites.md)
5360
* [Contents](repo/contents.md)

doc/repo/actions/artifacts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
## Repo / Artifacts API
2-
[Back to the "Repos API"](../repos.md) | [Back to the navigation](../README.md)
1+
## Repo / Actions / Artifacts API
2+
[Back to the "Repos API"](../../repos.md) | [Back to the navigation](../../README.md)
33

44
### List artifacts for a repository
55

doc/repo/actions/secrets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
## Repo / Secrets API
2-
[Back to the "Repos API"](../repos.md) | [Back to the navigation](../README.md)
1+
## Repo / Actions / Secrets API
2+
[Back to the "Repos API"](../../repos.md) | [Back to the navigation](../../README.md)
33

44
### List repository secrets
55

doc/repo/actions/self_hosted_runners.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
## Repo / Self Hosted Runners API
2-
[Back to the "Repos API"](../repos.md) | [Back to the navigation](../README.md)
1+
## Repo / Actions / Self Hosted Runners API
2+
[Back to the "Repos API"](../../repos.md) | [Back to the navigation](../../README.md)
33

44
# List self-hosted runners for a repository
55

doc/repo/actions/workflow_jobs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
## Repo / Workflow Jobs API
2-
[Back to the "Repos API"](../repos.md) | [Back to the navigation](../README.md)
1+
## Repo / Actions / Workflow Jobs API
2+
[Back to the "Repos API"](../../repos.md) | [Back to the navigation](../../README.md)
33

44
### List jobs for a workflow run
55

doc/repo/actions/workflow_runs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
## Repo / Workflow Runs API
2-
[Back to the "Repos API"](../repos.md) | [Back to the navigation](../README.md)
1+
## Repo / Actions / Workflow Runs API
2+
[Back to the "Repos API"](../../repos.md) | [Back to the navigation](../../README.md)
33

44
### List workflow runs for a repository
55

doc/repo/actions/workflows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
## Repo / Workflows API
2-
[Back to the "Repos API"](../repos.md) | [Back to the navigation](../README.md)
1+
## Repo / Actions / Workflows API
2+
[Back to the "Repos API"](../../repos.md) | [Back to the navigation](../../README.md)
33

44
### List repository workflows
55

0 commit comments

Comments
 (0)