Skip to content

Commit 3c93f53

Browse files
Merge pull request circleci#4026 from circleci/rosie/consistent-api-lang
change v to lowercase and use Reference not Docs for API guides
2 parents ca6c96d + 956963c commit 3c93f53

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

jekyll/_cci2/api-intro.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ order: 1
99

1010
The CircleCI API may be used to make API calls to retrieve detailed information about users, jobs, workflows and pipelines. There are currently two supported API versions:
1111

12-
* [API v1.1 Documentation](https://circleci.com/docs/api/#api-overview)
13-
* [API v2 Documentation](https://circleci.com/docs/api/v2/)
12+
* [API v1.1 Reference](https://circleci.com/docs/api/#api-overview)
13+
* [API v2 Reference](https://circleci.com/docs/api/v2/)
1414

1515
API v2 includes several powerful features (e.g. support for pipelines and pipeline parameters) that are unavailable in API v1.1. It is recommended that users migrate their scripts to API v2 stable endpoints as soon as possible.
1616

jekyll/_data/sidenav.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,9 @@ en:
272272
- children:
273273
- name: Configuration Reference
274274
link: 2.0/configuration-reference/
275-
- name: API Reference
275+
- name: API v1.1 Reference
276276
link: api/
277-
- name: API V2 Introduction
277+
- name: API v2 Introduction
278278
link: 2.0/api-intro/
279279
- name: Prebuilt Images
280280
link: 2.0/circleci-images/

0 commit comments

Comments
 (0)