Commit f895738e authored by Cynthia "Arty" Ng's avatar Cynthia "Arty" Ng 💬
Browse files

Remove aliases from frontmatter

parent 5f59999a
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
---
# Warning: handbook.Aliases
# Error: handbook.Aliases
#
# Checks whether there is an alias.
# Checks whether there is an alias in frontmatter.
# Aliases should be moved to layouts/index.redirects instead.
#
# For a list of all options, see https://vale.sh/docs/topics/styles/
extends: existence
message: "Only use an alias if the redirect is permanent. If so, please add a 'note:'."
message: "Do not use aliases in frontmatter. Use a redirect instead. See the link for more information."
link: https://handbook.gitlab.com/docs/frontmatter/#aliases
level: warning
level: error
scope: raw
tokens:
  - '^aliases:'
+0 −3
Original line number Diff line number Diff line
---
title: All Remote
description: GitLab is one of the world's largest all-remote companies
note: Do not remove alias due to extensive external use where it cannot be updated.
aliases:
- /handbook/company/all-remote/
---

<div class="row my-4" style="max-width: 80%; margin-left: auto; margin-right: auto;">
+0 −2
Original line number Diff line number Diff line
@@ -2,8 +2,6 @@
title: 'Audits'
description: 'Documentation on Customer Support Operations audits'
date: 2026-01-05
aliases:
- '/handbook/security/customer-support-operations/workflows/audits/'
---

## Understanding audits
+0 −2
Original line number Diff line number Diff line
@@ -2,8 +2,6 @@
title: 'Change management'
description: 'Documentation on change management'
date: 2026-01-07
aliases:
- '/handbook/security/customer-support-operations/workflows/change-management/'
---

This guide explains how Customer Support Operations manages and deploys changes to our systems. We use four deployment types to categorize changes based on the item being modified, which determines when and how changes are deployed.
+0 −2
Original line number Diff line number Diff line
@@ -2,8 +2,6 @@
title: 'Contacting third parties'
description: 'Documentation on contacting third parties'
date: 2026-01-07
aliases:
- '/handbook/security/customer-support-operations/workflows/contacting-third-parties/'
---

Several of the systems we manage are made by third-parties. Sometimes, we encounter issues specific to these third-party applications that cannot be fully resolved internally. In such scenarios, the Customer Support Operations team will need to contact the application's support system.
Loading