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.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/development.md b/doc/development.md
index 52ce70fc..eae97611 100644
--- a/doc/development.md
+++ b/doc/development.md
@@ -175,3 +175,4 @@ 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/0ed094106449fcf983a35a75f99cccc135f1810c/scripts/normalize-links.sh) and add the new product in the relative and full URLs `sed` commands.