diff options
author | Rémy Coutable <remy@rymai.me> | 2017-10-30 15:37:02 +0100 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-10-30 16:13:15 +0100 |
commit | 4d70f42055d4393d11ab19d50d504dd5e897789e (patch) | |
tree | fef144c24c38faf4e76ce4ca75a5b6a14fc7a5b6 /.gitlab | |
parent | d7942f223cd30c28933c65bb8efa0cb9277b808e (diff) | |
download | gitlab-ce-4d70f42055d4393d11ab19d50d504dd5e897789e.tar.gz |
Add .gitlab/route-map.yml
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/route-map.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab/route-map.yml b/.gitlab/route-map.yml new file mode 100644 index 00000000000..0b37dc68f8b --- /dev/null +++ b/.gitlab/route-map.yml @@ -0,0 +1,3 @@ +# Documentation +- source: /doc/(.+?)\.md/ # doc/administration/build_artifacts.md + public: '\1.html' # doc/administration/build_artifacts.html |