Skip to content

Commit 5273a2d

Browse files
committed
Remove "Suggest a recipe" from cookbook pages
This is essentially a double up of the bottom contribute button.
1 parent 546660f commit 5273a2d

File tree

7 files changed

+0
-21
lines changed

7 files changed

+0
-21
lines changed

pages/apis/graphql/cookbooks/agents.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ A collection of common tasks with agents using the GraphQL API.
44

55
You can test out the Buildkite GraphQL API using the [Buildkite explorer](https://graphql.buildkite.com/explorer). This includes built-in documentation under the _Docs_ panel.
66

7-
>📘 Suggest recipes
8-
> Want to suggest a recipe? We welcome pull requests to the [docs repo](https://github.com/buildkite/docs).
9-
107
## Get a list of agent token IDs
118

129
Get the first five agent token IDs for an organization.

pages/apis/graphql/cookbooks/builds.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ A collection of common tasks with builds using the GraphQL API.
44

55
You can test out the Buildkite GraphQL API using the [Buildkite explorer](https://graphql.buildkite.com/explorer). This includes built-in documentation under the _Docs_ panel.
66

7-
>📘 Suggest recipes
8-
> Want to suggest a recipe? We welcome pull requests to the [docs repo](https://github.com/buildkite/docs).
9-
107
## Get build info by ID
118

129
Get all the available info from a build while only having its UUID.

pages/apis/graphql/cookbooks/clusters.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ A collection of common tasks with clusters using the GraphQL API.
44

55
You can test out the Buildkite GraphQL API using the [Buildkite explorer](https://graphql.buildkite.com/explorer). This includes built-in documentation under the _Docs_ panel.
66

7-
>📘 Suggest recipes
8-
> Want to suggest a recipe? We welcome pull requests to the [docs repo](https://github.com/buildkite/docs).
9-
107
## List cluster IDs
118

129
Get the first 10 clusters and their information for an organization:

pages/apis/graphql/cookbooks/jobs.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ A collection of common tasks with jobs using the GraphQL API.
44

55
You can test out the Buildkite GraphQL API using the [Buildkite explorer](https://graphql.buildkite.com/explorer). This includes built-in documentation under the _Docs_ panel.
66

7-
>📘 Suggest recipes
8-
> Want to suggest a recipe? We welcome pull requests to the [docs repo](https://github.com/buildkite/docs).
9-
107
## Get all jobs in a given queue for a given timeframe
118

129
Get all jobs in a named queue, created on or after a given date. Note that if you want all jobs in the default queue, you do not need to set a queue name, so you can omit the `agentQueryRules` option.

pages/apis/graphql/cookbooks/organizations.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ A collection of common tasks with organizations using the GraphQL API.
44

55
You can test out the Buildkite GraphQL API using the [Buildkite explorer](https://graphql.buildkite.com/explorer). This includes built-in documentation under the _Docs_ panel.
66

7-
>📘 Suggest recipes
8-
> Want to suggest a recipe? We welcome pull requests to the [docs repo](https://github.com/buildkite/docs).
9-
107
## List organization members
118

129
List the first 100 members in the organization.

pages/apis/graphql/cookbooks/pipelines.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ A collection of common tasks with pipelines using the GraphQL API.
44

55
You can test out the Buildkite GraphQL API using the [Buildkite explorer](https://graphql.buildkite.com/explorer). This includes built-in documentation under the _Docs_ panel.
66

7-
>📘 Suggest recipes
8-
> Want to suggest a recipe? We welcome pull requests to the [docs repo](https://github.com/buildkite/docs).
9-
107
## Create a pipeline
118

129
Create a pipeline programmatically.

pages/apis/graphql/cookbooks/teams.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ A collection of common tasks with teams using the GraphQL API.
44

55
You can test out the Buildkite GraphQL API using the [Buildkite explorer](https://graphql.buildkite.com/explorer). This includes built-in documentation under the _Docs_ panel.
66

7-
>📘 Suggest recipes
8-
> Want to suggest a recipe? We welcome pull requests to the [docs repo](https://github.com/buildkite/docs).
9-
107
## Create a team
118

129
Create a new team.

0 commit comments

Comments
 (0)