Add Review App route map

This commit is contained in:
Evan Read 2021-02-12 16:56:33 +10:00
parent 3f571d6d25
commit 048757d27a
2 changed files with 4 additions and 1 deletions

3
.gitlab/route-map.yml Normal file
View File

@ -0,0 +1,3 @@
# Documentation
- source: /doc/(.+?)\.md/ # doc/administration/build_artifacts.md
public: '\1.html' # doc/administration/build_artifacts.html

View File

@ -36,7 +36,7 @@ For a complete list of settings, see the [README](../README.md#configuring) file
- [Enabling container registry on GitLab](https://docs.gitlab.com/ee/administration/packages/container_registry.html#container-registry-domain-configuration).
- You will require SSL certificates for the domain used for container registry.
- [Enabling GitLab Pages](https://docs.gitlab.com/ee/administration/pages/).
- If you want HTTPS enabled, you will have to get wildcard certificates.
- If you want HTTPS enabled, you must get wildcard certificates.
- [Enabling Elasticsearch](https://docs.gitlab.com/ee/integration/elasticsearch.html).
- [GitLab Mattermost](../gitlab-mattermost/README.md) Set up the Mattermost messaging app that ships with Omnibus GitLab package.
- [GitLab Prometheus](https://docs.gitlab.com/ee/administration/monitoring/performance/prometheus.html)