Skip to content

Commit ce2c74a

Browse files
committed
docs: remove all frontmatter
The only supported frontmatter in Terraform Registry is page_title and subcategory. page_title is only used by guides, and we have no guides, and we weren't using the subcategory frontmatter. Removing this frontmatter makes adding future docs pages simpler.
1 parent b04b467 commit ce2c74a

36 files changed

+0
-216
lines changed

docs/data-sources/group.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
page_title: "GitLab: gitlab_group"
3-
description: |-
4-
Looks up a gitlab group
5-
---
6-
71
# gitlab\_group
82

93
Provides details about a specific group in the gitlab provider.

docs/data-sources/group_membership.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
page_title: "GitLab: gitlab_group_membership"
3-
description: |-
4-
Looks up gitlab group membership
5-
---
6-
71
# gitlab\_group\_membership
82

93
Provides details about a list of group members in the gitlab provider. The results include id, username, name and more about the requested members.

docs/data-sources/project.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
page_title: "GitLab: gitlab_project"
3-
description: |-
4-
View information about a project
5-
---
6-
71
# gitlab\_project
82

93
Provides details about a specific project in the gitlab provider. The results include the name of the project, path, description, default branch, etc.

docs/data-sources/projects.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
page_title: "GitLab: gitlab_projects"
3-
description: |-
4-
List projects using specific filters.
5-
---
6-
71
# gitlab\_projects
82

93
Provides details about a list of projects in the Gitlab provider. Listing all projects and group projects with [project filtering](https://docs.gitlab.com/ee/api/projects.html#list-user-projects) or [group project filtering](https://docs.gitlab.com/ee/api/groups.html#list-a-groups-projects) is supported.

docs/data-sources/user.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
page_title: "GitLab: gitlab_user"
3-
description: |-
4-
Looks up a gitlab user
5-
---
6-
71
# gitlab\_user
82

93
Provides details about a specific user in the gitlab provider. Especially the ability to lookup the id for linking to other resources.

docs/data-sources/users.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
page_title: "GitLab: gitlab_users"
3-
description: |-
4-
Looks up gitlab users
5-
---
6-
71
# gitlab\_users
82

93
Provides details about a list of users in the gitlab provider. The results include id, username, email, name and more about the requested users. Users can also be sorted and filtered using several options.

docs/index.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
page_title: "Provider: GitLab"
3-
description: |-
4-
The GitLab provider is used to interact with GitLab group or user resources.
5-
---
6-
71
# GitLab Provider
82

93
The GitLab provider is used to interact with GitLab group or user resources.

docs/resources/branch_protection.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
page_title: "GitLab: gitlab_branch_protection"
3-
description: |-
4-
Protects a branch by assigning access levels to it
5-
---
6-
71
# gitlab\_branch_protection
82

93
This resource allows you to protect a specific branch by an access level so that the user with less access level cannot Merge/Push to the branch. GitLab EE features to protect by group or user are not supported.

docs/resources/deploy_key.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
page_title: "GitLab: gitlab_deploy_key"
3-
description: |-
4-
Creates and manages deploy keys for GitLab projects
5-
---
6-
71
# gitlab\_deploy\_key
82

93
This resource allows you to create and manage deploy keys for your GitLab projects.

docs/resources/deploy_key_enable.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
page_title: "GitLab: gitlab_deploy_key_enable"
3-
description: |-
4-
Enable a pre-existing deploy key in the project
5-
---
6-
71
# gitlab\_deploy\_key\_enable
82

93
This resource allows you to enable pre-existing deploy keys for your GitLab projects.

0 commit comments

Comments
 (0)