Skip to content

Commit d9f0195

Browse files
committed
Changes to docs
1 parent f657c3f commit d9f0195

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

doc/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ v3 APIs:
6262
* [Check Suites](repo/check_suites.md)
6363
* [Contents](repo/contents.md)
6464
* [Deployments](repo/deployments.md)
65-
* [Secrets](environment/secrets.md)
66-
* [Variables](environment/variables.md)
67-
* [Policies](repo/policies.md)
68-
* [Environments](repo/environments.md)
65+
* [Policies](repo/deployments/policies.md)
66+
* [Environments](repo/deployments/environments.md)
67+
* [Secrets](repo/deployments/environment/secrets.md)
68+
* [Variables](repo/deployments/environment/variables.md)
6969
* [Labels](repo/labels.md)
7070
* [Protection](repo/protection.md)
7171
* [Releases](repo/releases.md)

doc/environment/secrets.md renamed to doc/repo/deployments/environment/secrets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Environment / Secrets API
2-
[Back to the "Environments API"](../repo/environments.md) | [Back to the navigation](../README.md)
2+
[Back to the "Environments API"](../environments.md) | [Back to the navigation](../README.md)
33

44
### List environment secrets
55

doc/environment/variables.md renamed to doc/repo/deployments/environment/variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Environment / Variables API
2-
[Back to the "Environments API"](../repo/environments.md) | [Back to the navigation](../README.md)
2+
[Back to the "Environments API"](../environments.md) | [Back to the navigation](../README.md)
33

44
### List environment variables
55

doc/repo/environments.md renamed to doc/repo/deployments/environments.md

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

44
Provides information about environments for a repository. Wraps [GitHub Environments API](https://docs.github.com/en/rest/deployments/environments?apiVersion=2022-11-28).
55

doc/repo/policies.md renamed to doc/repo/deployments/policies.md

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

44
Provides information about deployment branch policies. Wraps [GitHub Deployment branch policies API](https://docs.github.com/en/rest/deployments/branch-policies?apiVersion=2022-11-28#about-deployment-branch-policies).
55

0 commit comments

Comments
 (0)