debian-mirror-gitlab/doc/development/packages/index.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

40 lines
1.4 KiB
Markdown
Raw Normal View History

2022-07-23 23:45:48 +05:30
---
stage: Package
2023-01-13 00:05:48 +05:30
group: Package Registry
2022-11-25 23:54:43 +05:30
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments
2022-07-23 23:45:48 +05:30
---
2023-01-13 00:05:48 +05:30
# Package and container registry documentation
2022-07-23 23:45:48 +05:30
2023-01-13 00:05:48 +05:30
The documentation for package and container registry development is split into two groups.
## Package registry development
Development and architectural documentation for the package registry:
2022-07-23 23:45:48 +05:30
2022-11-25 23:54:43 +05:30
- [Debian repository structure](debian_repository.md)
2022-07-23 23:45:48 +05:30
- [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)
2023-01-13 00:05:48 +05:30
## Container registry development
Development and architectural documentation for the container registry
- [Dependency proxy structure](dependency_proxy.md)
- [Settings](settings.md)
- [Structure / Schema](structure.md)
- [Cleanup policies](cleanup_policies.md)