From 4a9d174b913f0688a46d7efebc3c227799480cc1 Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Tue, 16 Feb 2016 21:29:54 -0500 Subject: Alphabetize Development doc index [ci skip] --- doc/development/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/development/README.md') 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) -- cgit v1.2.1 From e82b17fa43822d765cad1b813227032b267b3781 Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Tue, 16 Feb 2016 21:31:14 -0500 Subject: Fix the "How to dump production data" link [ci skip] --- doc/development/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/development/README.md') diff --git a/doc/development/README.md b/doc/development/README.md index f1050c635b7..4226dc3df12 100644 --- a/doc/development/README.md +++ b/doc/development/README.md @@ -3,7 +3,7 @@ - [Architecture](architecture.md) of GitLab - [Benchmarking](benchmarking.md) - [CI setup](ci_setup.md) for testing GitLab -- [How to dump production data to staging](dump_db.md) +- [How to dump production data to staging](db_dump.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 -- cgit v1.2.1 From 6053ad847400443e8ab870cc6a4bcb14be236fb3 Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Tue, 16 Feb 2016 22:09:00 -0500 Subject: Add "Gotchas" development doc --- doc/development/README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/development/README.md') diff --git a/doc/development/README.md b/doc/development/README.md index 4226dc3df12..b9a0d81e5ba 100644 --- a/doc/development/README.md +++ b/doc/development/README.md @@ -3,6 +3,7 @@ - [Architecture](architecture.md) of GitLab - [Benchmarking](benchmarking.md) - [CI setup](ci_setup.md) for testing GitLab +- [Gotchas](gotchas.md) to avoid - [How to dump production data to staging](db_dump.md) - [Migration Style Guide](migration_style_guide.md) for creating safe migrations - [Rake tasks](rake_tasks.md) for development -- cgit v1.2.1