* add endpoint to edit a repository configuration
User can edit:
- description
- full description (readme)
- visibility (public or private)
Also added needed route to be able to login using a 2FA.
Signed-off-by: Yves Brissaud <yves.brissaud@docker.com>
* rename repository tag to repositories
Signed-off-by: Yves Brissaud <yves.brissaud@docker.com>
* improve the examples and 404 on edit repo
Signed-off-by: Yves Brissaud <yves.brissaud@docker.com>
- moved note about open source projects into the CTA; this reduces the number of
notes on this page (which was already quite large), and puts related information
about upgrading/plans in a central location.
- changed note about limits to body text, and added mention of "business" plan.
- replaced https://docs.docker.com URLs with local links
- replaced some HTML links with links to the target markdown file
- add missing YAML and "console" code-hints
- wrapped long paragraphs/lines
- corrected the information about Amazon Linux
To be looked at; the recent changes added information about using "v2" compose
files, but compose (after having switched to the compose-spec) no longer uses
versions, so perhaps this needs to be corrected (we don't have local docs for
the compose-spec format though, so that makes it a bit more complicated).
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* updated scopes
* updated images
* Minor format changes
Added missing * and moved info on Hub CLI tool and API below the overview
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
* feat(docker-hub): Add org settings API docs
* feat(docker-hub): Add href for logo
* fix(docker-hub): Add missing forbidden
* ref(docker-hub): Add business plan settings description
- wrap lines to ~80 characters
- indent second lines for bullets to make them look slightly
more as bullet-lists (also when looking at the source)
- Split the "Modify existing tokens" into three steps. Doing so,
we could include the "You can also view the number of tokens
that are activated and deactivated in the toolbar." note as
regular text. The bullet already had 2 images _and_ a note,
which made it a bit "cluttered"
- Added a step to "save" the changes. It's trivial, but felt
like it made the topic "finished".
- Changed the mention of the "Docker Hub CLI and API" to a
note, so that it's standing out a bit more, and somewhat
clearer that it's not really part of the instructions.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>