Change all Quay.io references to Quay, fix tour and change logo
Fixes #741
This commit is contained in:
parent
cca18f8ede
commit
f6a53f7cc5
30 changed files with 56 additions and 270 deletions
|
@ -241,10 +241,10 @@ def swagger_route_data(include_internal=False, compact=False):
|
|||
],
|
||||
'info': {
|
||||
'version': 'v1',
|
||||
'title': 'Quay.io Frontend',
|
||||
'title': 'Quay Frontend',
|
||||
'description': ('This API allows you to perform many of the operations required to work '
|
||||
'with Quay.io repositories, users, and organizations. You can find out more '
|
||||
'at <a href="https://quay.io">Quay.io</a>.'),
|
||||
'with Quay repositories, users, and organizations. You can find out more '
|
||||
'at <a href="https://quay.io">Quay</a>.'),
|
||||
'termsOfService': 'https://quay.io/tos',
|
||||
'contact': {
|
||||
'email': 'support@quay.io'
|
||||
|
|
Reference in a new issue