Skip to content

Commit

Permalink
provide favicon (eclipse-basyx#275)
Browse files Browse the repository at this point in the history
* provide favicon

Signed-off-by: PatriceKammognie <[email protected]>

* add documentation for the favicon configuration

Signed-off-by: PatriceKammognie <[email protected]>

* updates documentation

Signed-off-by: PatriceKammognie <[email protected]>

* PR update

Signed-off-by: PatriceKammognie <[email protected]>

* remove useless lines

Signed-off-by: PatriceKammognie <[email protected]>

---------

Signed-off-by: PatriceKammognie <[email protected]>
  • Loading branch information
PatriceKammognie authored May 21, 2024
1 parent 86a4fc5 commit 39d67a9
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 2 deletions.
3 changes: 3 additions & 0 deletions basyx.aasdiscoveryservice/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ For a configuration example, see [application.properties](basyx.aasdiscoveryserv
The Health Endpoint and CORS Documentation can be found [here](../docs/Readme.md).

Right now, no additional input parameters modifying the output (e.g., cursor, serializationModifier) are supported.

## Configure Favicon
To configure the favicon, add the favicon.ico to [basyx-java-server-sdk\basyx.common\basyx.http\src\main\resources\static](../basyx.common/basyx.http/src/main/resources/static/).
3 changes: 3 additions & 0 deletions basyx.aasenvironment/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,6 @@ If the AAS Environment file (XML, JSON, or AASX) size exceeds the below mentione

## AAS Environment Features
* [AAS Environment Authorization](basyx.aasenvironment-feature-authorization)

## Configure Favicon
To configure the favicon, add the favicon.ico to [basyx-java-server-sdk\basyx.common\basyx.http\src\main\resources\static](../basyx.common/basyx.http/src/main/resources/static/).
5 changes: 4 additions & 1 deletion basyx.aasregistry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,7 @@ In addition, maven deploy will also deploy your maven artifacts, so you can do e

Have a look at the *docker-compose* sub-folder to see how the created images could be referenced in docker-compose files.

Consider updating the [image name pattern](pom.xml#L16) if you want a different image name.
Consider updating the [image name pattern](pom.xml#L16) if you want a different image name.

## Configure Favicon
To configure the favicon, add the favicon.ico to [basyx-java-server-sdk\basyx.common\basyx.http\src\main\resources\static](../basyx.common/basyx.http/src/main/resources/static/).
3 changes: 3 additions & 0 deletions basyx.aasrepository/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@ Furthermore, the following features are provided:
For a configuration example, see [application.properties](basyx.aasrepository.component/src/main/resources/application.properties)

The Health Endpoint and CORS Documentation can be found [here](../docs/Readme.md).

## Configure Favicon
To configure the favicon, add the favicon.ico to [basyx-java-server-sdk\basyx.common\basyx.http\src\main\resources\static](../basyx.common/basyx.http/src/main/resources/static/).
Binary file not shown.
3 changes: 3 additions & 0 deletions basyx.conceptdescriptionrepository/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ For a configuration example, see [application.properties](basyx.conceptdescripti
The Health Endpoint and CORS Documentation can be found [here](../docs/Readme.md).

Right now, no additional input parameters modifying the output (e.g., cursor, serializationModifier) are supported.

## Configure Favicon
To configure the favicon, add the favicon.ico to [basyx-java-server-sdk\basyx.common\basyx.http\src\main\resources\static](../basyx.common/basyx.http/src/main/resources/static/).
5 changes: 4 additions & 1 deletion basyx.submodelregistry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,7 @@ In addition, maven deploy will also deploy your maven artifacts, so you can do e

Have a look at the *docker-compose* sub-folder to see how the created images could be referenced in docker-compose files.

Consider updating the [image name pattern](pom.xml#L16) if you want a different image name.
Consider updating the [image name pattern](pom.xml#L16) if you want a different image name.

## Configure Favicon
To configure the favicon, add the favicon.ico to [basyx-java-server-sdk\basyx.common\basyx.http\src\main\resources\static](../basyx.common/basyx.http/src/main/resources/static/).
3 changes: 3 additions & 0 deletions basyx.submodelrepository/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,6 @@ Furthermore, the following features are provided:
For a configuration example, see [application.properties](basyx.submodelrepository.component/src/main/resources/application.properties)

The Health Endpoint and CORS Documentation can be found [here](../docs/Readme.md).

## Configure Favicon
To configure the favicon, add the favicon.ico to [basyx-java-server-sdk\basyx.common\basyx.http\src\main\resources\static](../basyx.common/basyx.http/src/main/resources/static/).

0 comments on commit 39d67a9

Please sign in to comment.