diff options
author | Marcel Amirault <ravlen@gmail.com> | 2019-05-05 13:57:21 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-05-05 13:57:21 +0000 |
commit | 0207468401e41dcea537fa2d48f395a5fa7b3300 (patch) | |
tree | 5c7fb2dee472bb57bce8e64bd3105cdf0af75ea4 /doc/development/README.md | |
parent | 6f54ced40dadf268b6d1525c413f9ce52930f1fe (diff) | |
download | gitlab-ce-0207468401e41dcea537fa2d48f395a5fa7b3300.tar.gz |
Docs: Merge EE doc/development to CE
Diffstat (limited to 'doc/development/README.md')
-rw-r--r-- | doc/development/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/development/README.md b/doc/development/README.md index 5a33c46c620..9547f9a285f 100644 --- a/doc/development/README.md +++ b/doc/development/README.md @@ -38,6 +38,7 @@ description: 'Learn how to contribute to GitLab.' - [Sidekiq guidelines](sidekiq_style_guide.md) for working with Sidekiq workers - [Working with Gitaly](gitaly.md) - [Manage feature flags](feature_flags.md) +- [Licensed feature availability](licensed_feature_availability.md) - [View sent emails or preview mailers](emails.md) - [Shell commands](shell_commands.md) in the GitLab codebase - [`Gemfile` guidelines](gemfile.md) @@ -48,6 +49,7 @@ description: 'Learn how to contribute to GitLab.' - [How to dump production data to staging](db_dump.md) - [Working with the GitHub importer](github_importer.md) - [Import/Export development documentation](import_export.md) +- [Elasticsearch integration docs](elasticsearch.md) - [Working with Merge Request diffs](diffs.md) - [Kubernetes integration guidelines](kubernetes.md) - [Permissions](permissions.md) @@ -55,6 +57,7 @@ description: 'Learn how to contribute to GitLab.' - [Guidelines for reusing abstractions](reusing_abstractions.md) - [DeclarativePolicy framework](policies.md) - [How Git object deduplication works in GitLab](git_object_deduplication.md) +- [Geo development](geo.md) ## Performance guides |