summaryrefslogtreecommitdiff
path: root/doc/development/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/README.md')
-rw-r--r--doc/development/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/development/README.md b/doc/development/README.md
index e7dd746b9bf..a3cae34a7ec 100644
--- a/doc/development/README.md
+++ b/doc/development/README.md
@@ -42,12 +42,21 @@
- [Sidekiq debugging](sidekiq_debugging.md)
- [Object state models](object_state_models.md)
- [Building a package for testing purposes](build_test_package.md)
+- [Manage feature flags](feature_flags.md)
## Databases
- [What requires downtime?](what_requires_downtime.md)
- [Adding database indexes](adding_database_indexes.md)
- [Post Deployment Migrations](post_deployment_migrations.md)
+- [Foreign Keys & Associations](foreign_keys.md)
+- [Serializing Data](serializing_data.md)
+- [Polymorphic Associations](polymorphic_associations.md)
+- [Single Table Inheritance](single_table_inheritance.md)
+
+## i18n
+
+- [Internationalization for GitLab](i18n_guide.md)
## i18n