Skip to content

Commit 74efd58

Browse files
committed
Merge branch 'docs/consistent-section-headings' into 'master'
Make section headings consistent See merge request gitlab-org/gitlab-ce!31703
2 parents c85cbc0 + 0479cda commit 74efd58

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

doc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: 'Learn how to use and administer GitLab, the most scalable Git-base
99
</div>
1010
<!-- the div above will not display on the docs site but will display on /help -->
1111

12-
# GitLab Documentation
12+
# GitLab Docs
1313

1414
Welcome to [GitLab](https://about.gitlab.com/) Documentation.
1515

doc/administration/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: 'Learn how to install, configure, update, and maintain your GitLab instance.'
33
---
44

5-
# Administrator documentation **(CORE ONLY)**
5+
# Administrator Docs **(CORE ONLY)**
66

77
Learn how to administer your self-managed GitLab instance.
88

doc/api/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# GitLab API
1+
# API Docs
22

33
Automate GitLab via a simple and powerful API.
44

55
The main GitLab API is a [REST](https://en.wikipedia.org/wiki/Representational_state_transfer) API. Therefore, documentation in this section assumes knowledge of REST concepts.
66

77
## Available API resources
88

9-
For a list of the available resources and their endpoints, see
9+
For a list of the available resources and their endpoints, see
1010
[API resources](api_resources.md).
1111

1212
## SCIM **(SILVER ONLY)**

doc/development/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ comments: false
33
description: 'Learn how to contribute to GitLab.'
44
---
55

6-
# GitLab development guides
6+
# Contributor and Development Docs
77

88
## Get started!
99

doc/subscriptions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
type: index, reference
33
---
44

5-
# Customers
5+
# Customer Docs
66

77
This section contains information for:
88

doc/user/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: 'Read through the GitLab User documentation to learn how to use, configure, and customize GitLab and GitLab.com to your own needs.'
33
---
44

5-
# User documentation
5+
# User Docs
66

77
Welcome to GitLab! We're glad to have you here!
88

0 commit comments

Comments
 (0)