From 48f49955b9b3fce72137b65b01170be7eb102f3c Mon Sep 17 00:00:00 2001
From: Amy Qualls <aqualls@gitlab.com>
Date: Thu, 22 Feb 2024 11:20:35 -0800
Subject: [PATCH] Adds description metadata for files in Create

Update six files in the Create docset to add metadata for descriptions,
which search engines use.
---
 doc/api/commits.md                                  | 1 +
 doc/api/repository_files.md                         | 1 +
 doc/user/project/codeowners/index.md                | 1 +
 doc/user/project/merge_requests/approvals/index.md  | 1 +
 doc/user/project/merge_requests/squash_and_merge.md | 1 +
 doc/user/project/repository/mirror/index.md         | 1 +
 6 files changed, 6 insertions(+)

diff --git a/doc/api/commits.md b/doc/api/commits.md
index 6a2c88935728f..4f6600bfd8353 100644
--- a/doc/api/commits.md
+++ b/doc/api/commits.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: "Documentation for the REST API for Git commits in GitLab."
 ---
 
 # Commits API
diff --git a/doc/api/repository_files.md b/doc/api/repository_files.md
index cf222ffb1f0ae..e2ae223922a09 100644
--- a/doc/api/repository_files.md
+++ b/doc/api/repository_files.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: "Documentation for the REST API for managing Git repository files in GitLab."
 ---
 
 # Repository files API
diff --git a/doc/user/project/codeowners/index.md b/doc/user/project/codeowners/index.md
index eb4774ceaf8f6..d519c81e9319c 100644
--- a/doc/user/project/codeowners/index.md
+++ b/doc/user/project/codeowners/index.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: "Use Code Owners to define experts for your code base, and set review requirements based on file type or location."
 ---
 
 # Code Owners
diff --git a/doc/user/project/merge_requests/approvals/index.md b/doc/user/project/merge_requests/approvals/index.md
index 3ae6492d1980d..fbbc8f2f87527 100644
--- a/doc/user/project/merge_requests/approvals/index.md
+++ b/doc/user/project/merge_requests/approvals/index.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: "To ensure all changes are reviewed, configure optional or required approvals for merge requests in your project."
 ---
 
 # Merge request approvals
diff --git a/doc/user/project/merge_requests/squash_and_merge.md b/doc/user/project/merge_requests/squash_and_merge.md
index e326a66873860..4ecc92660db77 100644
--- a/doc/user/project/merge_requests/squash_and_merge.md
+++ b/doc/user/project/merge_requests/squash_and_merge.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: "Understand and configure the commit squashing options available in GitLab."
 ---
 
 # Squash and merge
diff --git a/doc/user/project/repository/mirror/index.md b/doc/user/project/repository/mirror/index.md
index a944c3302c80c..6803870c9a2bf 100644
--- a/doc/user/project/repository/mirror/index.md
+++ b/doc/user/project/repository/mirror/index.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: "Use repository mirroring to push or pull the contents of a Git repository into another repository."
 ---
 
 # Repository mirroring
-- 
GitLab