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/packages/index.md')
-rw-r--r--doc/development/packages/index.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/development/packages/index.md b/doc/development/packages/index.md
new file mode 100644
index 00000000000..55deaa229ba
--- /dev/null
+++ b/doc/development/packages/index.md
@@ -0,0 +1,25 @@
+---
+stage: Package
+group: Package
+info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
+---
+
+# Package Registry Development
+
+Development and Architectural documentation for the package registry
+
+- [Developing a new format](new_format_development.md)
+- [Settings](settings.md)
+- [Structure / Schema](structure.md)
+- API documentation
+ - [Composer](../../api/packages/composer.md)
+ - [Conan](../../api/packages/conan.md)
+ - [Debian](../../api/packages/debian.md)
+ - [Generic](../../user/packages/generic_packages/index.md)
+ - [Go Proxy](../../api/packages/go_proxy.md)
+ - [Helm](../../api/packages/helm.md)
+ - [Maven](../../api/packages/maven.md)
+ - [npm](../../api/packages/npm.md)
+ - [NuGet](../../api/packages/nuget.md)
+ - [PyPI](../../api/packages/pypi.md)
+ - [Ruby Gems](../../api/packages/rubygems.md)