summaryrefslogtreecommitdiff
path: root/doc/development/README.md
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2019-05-27 08:33:40 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2019-05-27 08:33:40 +0000
commit9a2a572a73e7c7370d2e82f6ede2a17a50a1b325 (patch)
tree5442e7823e96f7e9d1eeadca2960682156eaedcb /doc/development/README.md
parent5610a3bd45104c1f5ce051bb367281886ffea355 (diff)
downloadgitlab-ce-9a2a572a73e7c7370d2e82f6ede2a17a50a1b325.tar.gz
Add developmenty documentation about routing
Explain and recommend developers to use `/-/` scope for group and project routes in Rails Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'doc/development/README.md')
-rw-r--r--doc/development/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/development/README.md b/doc/development/README.md
index 2ff38d68a47..624665a42d1 100644
--- a/doc/development/README.md
+++ b/doc/development/README.md
@@ -59,6 +59,7 @@ description: 'Learn how to contribute to GitLab.'
- [DeclarativePolicy framework](policies.md)
- [How Git object deduplication works in GitLab](git_object_deduplication.md)
- [Geo development](geo.md)
+- [Routing](routing.md)
## Performance guides