Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2024-01-05 06:19:30 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2024-01-05 06:19:30 +0300
commit77f4cd207cb3a831ffa36d67377e28030622a4a8 (patch)
treeef7c162b33706464bfaaed3f520baf2bc4525899 /doc
parenta95580cc56f2a94110f07c84947b1bb6c959befb (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc')
-rw-r--r--doc/development/documentation/metadata.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/development/documentation/metadata.md b/doc/development/documentation/metadata.md
index 4e80ea154b3..1798e83a9ec 100644
--- a/doc/development/documentation/metadata.md
+++ b/doc/development/documentation/metadata.md
@@ -32,6 +32,28 @@ To populate the metadata, include this information:
- `info`: How to find the Technical Writer associated with the page's stage and
group.
+### Exceptions
+
+Documents in the `/development` directory get this metadata:
+
+```yaml
+---
+stage: Example Stage
+group: Example Group
+info: Any user with at least the Maintainer role can merge updates to this content. For details, see https://docs.gitlab.com/ee/development/development_processes.html#development-guidelines-review.
+---
+```
+
+Documents in the `/solutions` directory get this metadata:
+
+```yaml
+---
+stage: Solutions Architecture
+group: Solutions Architecture
+info: This page is owned by the Solutions Architecture team.
+---
+```
+
## Additional metadata
The following metadata is optional and is not actively maintained.