diff --git a/api/packages.go b/api/packages.go index 32c086f6..631d3014 100644 --- a/api/packages.go +++ b/api/packages.go @@ -1,8 +1,8 @@ package api import ( + _ "github.com/aptly-dev/aptly/deb" // for swagger "github.com/gin-gonic/gin" - _ "github.com/aptly-dev/aptly/deb" ) // @Summary Show packages diff --git a/docs/Mirrors.md b/docs/Mirrors.md index 69aef80a..18717d29 100644 --- a/docs/Mirrors.md +++ b/docs/Mirrors.md @@ -1,4 +1,4 @@ -# Remote Repository Mirrors +# Manage Remote Repository Mirrors
Manage mirrors of remote Debian repositories. diff --git a/docs/Packages.md b/docs/Packages.md index 8c3731d4..18385c0e 100644 --- a/docs/Packages.md +++ b/docs/Packages.md @@ -1,4 +1,4 @@ -# Search Packages +# Search Package Collection
Perform operations on the whole collection of packages in apty database.
diff --git a/docs/Publish.md b/docs/Publish.md index 2d1f2af0..b5e172b9 100644 --- a/docs/Publish.md +++ b/docs/Publish.md @@ -1,4 +1,4 @@ -# Publish repositories and mirrors +# Publish Repositories and Mirrors
Publish snapshot or local repo as Debian repository which could be served by HTTP/FTP/rsync server. Repository is signed by user's key with GnuPG. Key should be created beforehand (see section GPG Keys below). Published repository could be consumed directly by apt. diff --git a/docs/Snapshots.md b/docs/Snapshots.md index 882c64c0..e8f41b75 100644 --- a/docs/Snapshots.md +++ b/docs/Snapshots.md @@ -1,4 +1,4 @@ -# Manage repository and mirror Snapshots +# Manage Snapshots of Repositories and Mirrors
Snapshot is a fixed state of remote repository mirror or local repository. Internally snapshot is list of references to packages. Snapshot is immutable, i.e. it can’t be changed since it has been created. Snapshots could be merged, filtered, individual packages could be pulled, snapshot could be verified for missing dependencies. Finally, snapshots could be published as repositories.
diff --git a/docs/Status.md b/docs/Status.md index 5ccf8e14..2aac9e18 100644 --- a/docs/Status.md +++ b/docs/Status.md @@ -1,4 +1,4 @@ -# Aptly Status Information +# Status Information
Various status information. diff --git a/docs/docs.html b/docs/docs.html index e0f4eda0..6507fe97 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -73,6 +73,10 @@ align-self: flex-start; } + #swagger-ui { + padding-bottom: 112px; + } + @@ -117,6 +121,17 @@