Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/index.md')
-rw-r--r--doc/development/index.md43
1 files changed, 8 insertions, 35 deletions
diff --git a/doc/development/index.md b/doc/development/index.md
index d4a34051bc8..a39a83b257a 100644
--- a/doc/development/index.md
+++ b/doc/development/index.md
@@ -11,38 +11,11 @@ description: "Development Guidelines: learn how to contribute to GitLab."
Learn how to contribute to the development of the GitLab product.
-This content is intended for members of the GitLab Team as well as community
-contributors. Content specific to the GitLab Team should instead be included in
-the [Handbook](https://about.gitlab.com/handbook/).
-
-For information on using GitLab to work on your own software projects, see the
-[GitLab user documentation](../user/index.md).
-
-For information on working with the GitLab APIs, see the [API documentation](../api/index.md).
-
-For information about how to install, configure, update, and upgrade your own
-GitLab instance, see the [Administrator documentation](../administration/index.md).
-
-## Get started
-
-- Set up the GitLab development environment with the
- [GitLab Development Kit (GDK)](https://gitlab.com/gitlab-org/gitlab-development-kit/-/blob/main/README.md)
-- [GitLab contributing guide](contributing/index.md)
- - [Issues workflow](contributing/issue_workflow.md) for more information about:
- - Issue tracker guidelines.
- - Triaging.
- - Labels.
- - Feature proposals.
- - Issue weight.
- - Regression issues.
- - Technical or UX debt.
- - [Merge requests workflow](contributing/merge_request_workflow.md) for more
- information about:
- - Merge request guidelines.
- - Contribution acceptance criteria.
- - Definition of done.
- - Dependencies.
- - [Style guides](contributing/style_guides.md)
- - [Implement design & UI elements](contributing/design.md)
-- [GitLab Architecture Overview](architecture.md)
-- [Rake tasks](rake_tasks.md) for development
+This content is intended for GitLab team members as well as members of the wider community.
+
+- [Contribute to GitLab development](contributing/index.md)
+- [Contribute to Omnibus development](https://docs.gitlab.com/omnibus/development/)
+- [Contribute to GitLab Pages development](pages/index.md)
+- [Contribute to GitLab Runner development](https://docs.gitlab.com/runner/development/)
+- [Contribute to Helm chart development](https://docs.gitlab.com/charts/development/)
+- [Contribute to the GitLab documentation](documentation/index.md)