Skip to content

Commit

Permalink
Merge pull request #7134 from owncloud/docs-app-registry-icons
Browse files Browse the repository at this point in the history
Update app icon example URL's
  • Loading branch information
wkloucek authored Aug 29, 2023
2 parents 0324b6d + b7b8266 commit b0b6d96
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/services/app-registry/apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ HTTP status code: 200
"app_providers": [
{
"name": "OnlyOffice",
"icon": "https://www.pikpng.com/pngl/m/343-3435764_onlyoffice-desktop-editors-onlyoffice-logo-clipart.png"
"icon": "https://some-website.test/onlyoffice-pdf-icon.png"
}
],
"name": "PDF",
Expand All @@ -126,11 +126,11 @@ HTTP status code: 200
"app_providers": [
{
"name": "Collabora",
"icon": "https://www.collaboraoffice.com/wp-content/uploads/2019/01/CP-icon.png"
"icon": "https://some-website.test/collabora-odt-icon.png"
},
{
"name": "OnlyOffice",
"icon": "https://www.pikpng.com/pngl/m/343-3435764_onlyoffice-desktop-editors-onlyoffice-logo-clipart.png"
"icon": "https://some-website.test/onlyoffice-odt-icon.png"
}
],
"name": "OpenDocument",
Expand All @@ -145,7 +145,7 @@ HTTP status code: 200
"app_providers": [
{
"name": "CodiMD",
"icon": "https://avatars.githubusercontent.com/u/67865462?v=4"
"icon": "https://some-website.test/codimd-md-icon.png"
}
],
"name": "Markdown file",
Expand All @@ -158,11 +158,11 @@ HTTP status code: 200
"app_providers": [
{
"name": "Collabora",
"icon": "https://www.collaboraoffice.com/wp-content/uploads/2019/01/CP-icon.png"
"icon": "https://some-website.test/collabora-word-icon.png"
},
{
"name": "OnlyOffice",
"icon": "https://www.pikpng.com/pngl/m/343-3435764_onlyoffice-desktop-editors-onlyoffice-logo-clipart.png"
"icon": "https://some-website.test/onlyoffice-word-icon.png"
}
]
},
Expand All @@ -171,7 +171,7 @@ HTTP status code: 200
"app_providers": [
{
"name": "Collabora",
"icon": "https://www.collaboraoffice.com/wp-content/uploads/2019/01/CP-icon.png"
"icon": "https://some-website.test/collabora-powerpoint-icon.png"
}
]
}
Expand Down

0 comments on commit b0b6d96

Please sign in to comment.