docs: Adjust the functionality of build integration

This commit is contained in:
Faruk AYDIN
2022-11-11 00:48:47 +01:00
committed by Ali BARIN
parent adddf23ae3
commit 0dfdbc809c
4 changed files with 19 additions and 11 deletions

View File

@@ -62,7 +62,7 @@ export default defineApp({
## Create the favicon
Even though we have defined the `iconUrl` inside the app definition, we still need to create the icon file. Let's create the `assets` folder inside the `thecatapi` folder and save [this SVG file](../public/example-app/cat.svg) as `favicon.svg` inside of the `assets` folder. After saving the file, you can go to the `My Apps` page on Automatisch and click on `Add connection` button, and then you will see `The cat API` service with the icon.
Even though we have defined the `iconUrl` inside the app definition, we still need to create the icon file. Let's create the `assets` folder inside the `thecatapi` folder and save [this SVG file](../public/example-app/cat.svg) as `favicon.svg` inside of the `assets` folder.
:::tip
If you're looking for SVG icons for third-party services, you can use the following repositories.
@@ -71,3 +71,7 @@ If you're looking for SVG icons for third-party services, you can use the follow
- [edent/SuperTinyIcons](https://github.com/edent/SuperTinyIcons)
:::
## Test the app definition
Now, you can go to the `My Apps` page on Automatisch and click on `Add connection` button, and then you will see `The cat API` service with the icon.