Commit 1281f553 authored by Marcel Amirault's avatar Marcel Amirault Committed by Matija Čupić

Rename CI to CI/CD in docs

parent 4187899b
......@@ -6,7 +6,7 @@ module Resolvers
type Types::Ci::TemplateType, null: true
argument :name, GraphQL::STRING_TYPE, required: true,
description: 'Name of the template to search for.'
description: 'Name of the CI/CD template to search for.'
alias_method :project, :object
......
......@@ -5,7 +5,7 @@ module Types
# rubocop: disable Graphql/AuthorizeTypes
class TemplateType < BaseObject
graphql_name 'CiTemplate'
description 'GitLab CI config template.'
description 'GitLab CI/CD configuration template.'
field :name, GraphQL::STRING_TYPE, null: false,
description: 'Name of the CI template.'
......
......@@ -338,7 +338,7 @@ module Types
resolver: Resolvers::ProjectPipelineStatisticsResolver
field :ci_template, Types::Ci::TemplateType, null: true,
description: 'Find a single CI template by name.',
description: 'Find a single CI/CD template by name.',
resolver: Resolvers::Ci::TemplateResolver
def label(title:)
......
......@@ -7178,7 +7178,7 @@ Represents the total number of issues and their weights for a particular day.
### `CiTemplate`
GitLab CI config template.
GitLab CI/CD configuration template.
#### Fields
......@@ -10493,7 +10493,7 @@ four standard [pagination arguments](#connection-pagination-arguments):
##### `Project.ciTemplate`
Find a single CI template by name.
Find a single CI/CD template by name.
Returns [`CiTemplate`](#citemplate).
......@@ -10501,7 +10501,7 @@ Returns [`CiTemplate`](#citemplate).
| Name | Type | Description |
| ---- | ---- | ----------- |
| <a id="projectcitemplatename"></a>`name` | [`String!`](#string) | Name of the template to search for. |
| <a id="projectcitemplatename"></a>`name` | [`String!`](#string) | Name of the CI/CD template to search for. |
##### `Project.clusterAgent`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment