summaryrefslogtreecommitdiff
path: root/doc/development
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-02-16 21:29:54 -0500
committerRobert Speicher <rspeicher@gmail.com>2016-02-16 21:31:40 -0500
commit4a9d174b913f0688a46d7efebc3c227799480cc1 (patch)
treef942fe9cc759d1a8fae4dda0bc1219ec914b4f63 /doc/development
parent4c3fe9e10422a73fb77c3c3f51351b69d545c5f7 (diff)
downloadgitlab-ce-4a9d174b913f0688a46d7efebc3c227799480cc1.tar.gz
Alphabetize Development doc index
[ci skip]
Diffstat (limited to 'doc/development')
-rw-r--r--doc/development/README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/development/README.md b/doc/development/README.md
index d5bf166ad32..f1050c635b7 100644
--- a/doc/development/README.md
+++ b/doc/development/README.md
@@ -1,11 +1,11 @@
# Development
- [Architecture](architecture.md) of GitLab
-- [Shell commands](shell_commands.md) in the GitLab codebase
-- [Rake tasks](rake_tasks.md) for development
+- [Benchmarking](benchmarking.md)
- [CI setup](ci_setup.md) for testing GitLab
+- [How to dump production data to staging](dump_db.md)
+- [Migration Style Guide](migration_style_guide.md) for creating safe migrations
+- [Rake tasks](rake_tasks.md) for development
+- [Shell commands](shell_commands.md) in the GitLab codebase
- [Sidekiq debugging](sidekiq_debugging.md)
- [UI guide](ui_guide.md) for building GitLab with existing css styles and elements
-- [Migration Style Guide](migration_style_guide.md) for creating safe migrations
-- [How to dump production data to staging](dump_db.md)
-- [Benchmarking](benchmarking.md)