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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development.md')
-rw-r--r--doc/development.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/development.md b/doc/development.md
index 640b581e..144544c7 100644
--- a/doc/development.md
+++ b/doc/development.md
@@ -209,3 +209,5 @@ To add an additional set of product documentation to <https://docs.gitlab.com> f
```
1. Edit the [`Rakefile`](https://gitlab.com/gitlab-org/gitlab-docs/-/blob/68814c875e322b1871d6368135af49794041ddd1/Rakefile#L107-113) and add a line to replace the product's branch variable. If the product doesn't have a stable branch process, omit this step to use the product's default branch.
+1. Edit [`scripts/normalize-links.sh`](https://gitlab.com/gitlab-org/gitlab-docs/-/blob/main/scripts/normalize-links.sh)
+ and add the new product to the `Relative URLs` and `Full URLs` sections.