swagger: cleanup files doc

This commit is contained in:
André Roth
2024-11-28 14:59:16 +01:00
parent 63b8cc9ad9
commit abfad37640
4 changed files with 51 additions and 93 deletions
+4 -6
View File
@@ -1,11 +1,9 @@
# Manage Local Repositories
<div>
Local repository is a collection of packages (most usually custom packages created internally).
Packages could be added to local repository at any moment, removed, moved or copied between repos.
Multiple versions of the same package could be added to the repository.
In order to capture current repository state, [create snapshot](/doc/aptly/snapshot/create/).
A local repository is a collection of versionned packages (usually custom packages created internally).
Local repositories could be published either [directly](/doc/aptly/publish/repo/)
or from [snapshot](/doc/aptly/publish/snapshot).
Packages can be added, removed, moved or copied between repos.
Local repositories can be published (either directly or via snapshot) to be used a APT source on a debian based system.
</div>