From ceafe18d19016188dcae8ebb03dd8a1d09669eec Mon Sep 17 00:00:00 2001 From: Amy Qualls <aqualls@gitlab.com> Date: Tue, 13 Feb 2024 18:46:04 +0000 Subject: [PATCH] Update description metadata in five files Pick five highly-viewed pages, and give them custom descriptions to make them display better when previewed. --- doc/api/merge_requests.md | 1 + doc/gitlab-basics/add-file.md | 1 + doc/user/project/merge_requests/index.md | 1 + doc/user/project/protected_branches.md | 1 + doc/user/project/repository/web_editor.md | 1 + 5 files changed, 5 insertions(+) diff --git a/doc/api/merge_requests.md b/doc/api/merge_requests.md index fcec2bff05fa..ab3be2a8cb80 100644 --- a/doc/api/merge_requests.md +++ b/doc/api/merge_requests.md @@ -2,6 +2,7 @@ stage: Create group: Code Review info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments +description: "Documentation for the REST API for merge requests in GitLab." --- # Merge requests API diff --git a/doc/gitlab-basics/add-file.md b/doc/gitlab-basics/add-file.md index c23f2b98b4e2..d23c0cbe32a6 100644 --- a/doc/gitlab-basics/add-file.md +++ b/doc/gitlab-basics/add-file.md @@ -2,6 +2,7 @@ stage: Create group: Source Code info: "To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments" +description: "Add, commit, and push a file to your Git repository using the command line." --- # Use Git to add a file to a repository diff --git a/doc/user/project/merge_requests/index.md b/doc/user/project/merge_requests/index.md index 0694631f5b61..d0b8fd5468a8 100644 --- a/doc/user/project/merge_requests/index.md +++ b/doc/user/project/merge_requests/index.md @@ -2,6 +2,7 @@ stage: Create group: Code Review info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments +description: "Propose, review, and collaborate on changes to a project." --- # Merge requests diff --git a/doc/user/project/protected_branches.md b/doc/user/project/protected_branches.md index 2fdab23eaa3c..989371137e7f 100644 --- a/doc/user/project/protected_branches.md +++ b/doc/user/project/protected_branches.md @@ -2,6 +2,7 @@ stage: Create group: Source Code info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments +description: "Protected branches in GitLab restrict who can push to, merge, or modify a Git branch." --- # Protected branches diff --git a/doc/user/project/repository/web_editor.md b/doc/user/project/repository/web_editor.md index be07d918da86..c8c81f65828a 100644 --- a/doc/user/project/repository/web_editor.md +++ b/doc/user/project/repository/web_editor.md @@ -2,6 +2,7 @@ stage: Create group: IDE info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments +description: "Use the Web Editor to create, upload, and edit text files directly in the GitLab UI." --- # Web Editor -- GitLab