diff --git a/basyx.aasdiscoveryservice/Readme.md b/basyx.aasdiscoveryservice/Readme.md index 0153ba759..242a59ae1 100644 --- a/basyx.aasdiscoveryservice/Readme.md +++ b/basyx.aasdiscoveryservice/Readme.md @@ -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/). diff --git a/basyx.aasenvironment/Readme.md b/basyx.aasenvironment/Readme.md index 889a3ec6c..4bfb39070 100644 --- a/basyx.aasenvironment/Readme.md +++ b/basyx.aasenvironment/Readme.md @@ -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/). diff --git a/basyx.aasregistry/README.md b/basyx.aasregistry/README.md index 6fece3dcd..aa7057d57 100644 --- a/basyx.aasregistry/README.md +++ b/basyx.aasregistry/README.md @@ -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. \ No newline at end of file +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/). diff --git a/basyx.aasrepository/Readme.md b/basyx.aasrepository/Readme.md index 76be72123..ec6a46ad0 100644 --- a/basyx.aasrepository/Readme.md +++ b/basyx.aasrepository/Readme.md @@ -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/). diff --git a/basyx.common/basyx.http/src/main/resources/static/favicon.ico b/basyx.common/basyx.http/src/main/resources/static/favicon.ico new file mode 100644 index 000000000..b3c32055d Binary files /dev/null and b/basyx.common/basyx.http/src/main/resources/static/favicon.ico differ diff --git a/basyx.conceptdescriptionrepository/Readme.md b/basyx.conceptdescriptionrepository/Readme.md index 0ae27f1b7..7baf3565e 100644 --- a/basyx.conceptdescriptionrepository/Readme.md +++ b/basyx.conceptdescriptionrepository/Readme.md @@ -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/). diff --git a/basyx.submodelregistry/README.md b/basyx.submodelregistry/README.md index 76a3e4a82..b71c550c0 100644 --- a/basyx.submodelregistry/README.md +++ b/basyx.submodelregistry/README.md @@ -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. \ No newline at end of file +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/). diff --git a/basyx.submodelrepository/Readme.md b/basyx.submodelrepository/Readme.md index 6ec9e06ac..bf37dd1b7 100644 --- a/basyx.submodelrepository/Readme.md +++ b/basyx.submodelrepository/Readme.md @@ -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/).