From cec51c9b477241bc077f7672b460aeef4e572ac2 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Fri, 6 Jan 2023 23:06:33 +0100 Subject: Add descriptions to all gitlab-docs pages --- content/404.html | 1 + content/archives/index.md | 1 + content/cookies/index.md | 1 + content/index.erb | 1 + content/search/index.md | 1 + 5 files changed, 5 insertions(+) diff --git a/content/404.html b/content/404.html index 6b6d98fc..4e01494e 100644 --- a/content/404.html +++ b/content/404.html @@ -1,6 +1,7 @@ --- title: Page Not Found | GitLab Documentation searchbar: false +description: 404 page for the GitLab Documentation ---
diff --git a/content/archives/index.md b/content/archives/index.md index c43c3797..b38c1e8d 100644 --- a/content/archives/index.md +++ b/content/archives/index.md @@ -1,5 +1,6 @@ --- toc: false +description: Browse online and offline versions of the GitLab documentation --- # GitLab Docs archives diff --git a/content/cookies/index.md b/content/cookies/index.md index 87963baa..c339ac8d 100644 --- a/content/cookies/index.md +++ b/content/cookies/index.md @@ -1,6 +1,7 @@ --- comments: false noindex: true +description: How cookies are used at GitLab --- # Why do we use cookies? diff --git a/content/index.erb b/content/index.erb index 4bd8ee99..406e4f5c 100644 --- a/content/index.erb +++ b/content/index.erb @@ -1,5 +1,6 @@ --- title: GitLab Documentation +description: 'Learn how to use and administer GitLab, the most scalable Git-based fully integrated platform for software development.' --- <% if ENV['CI_PROJECT_NAME'] == 'gitlab-docs' or ENV['CI_PROJECT_NAME'].nil? %> diff --git a/content/search/index.md b/content/search/index.md index a9eaccf3..53ef5ac0 100644 --- a/content/search/index.md +++ b/content/search/index.md @@ -1,4 +1,5 @@ --- title: Search GitLab Docs layout: search +description: Search the GitLab Documentation --- -- cgit v1.2.3