Skip to content

Commit

Permalink
feat: add homePage field workspaceConfig (#47)
Browse files Browse the repository at this point in the history
* feat: add homepage to workspaceConfig

* fix: fix external api link
  • Loading branch information
jsteenke authored Jul 17, 2024
1 parent 2356f23 commit fc78cb6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/modules/onecx-shell-bff/pages/onecx-shell-bff-extensions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,25 @@ h| Version

| https://quarkus.io/guides/rest[Link]
| https://github.com/quarkusio/quarkusio.github.io/blob/develop/_generated-doc/latest/config/quarkus-rest.adoc[Link]
| 3.12.0
| 3.12.2
| quarkus-smallrye-openapi
| https://quarkus.io/guides/openapi-swaggerui[Link]
| https://github.com/quarkusio/quarkusio.github.io/blob/develop/_generated-doc/latest/config/quarkus-smallrye-openapi.adoc[Link]
| 3.12.0
| 3.12.2
| quarkus-rest-jackson
| https://quarkus.io/guides/rest-json[Link]
|
| 3.12.0
| 3.12.2
| quarkus-smallrye-health
| https://quarkus.io/guides/smallrye-health[Link]
| https://github.com/quarkusio/quarkusio.github.io/blob/develop/_generated-doc/latest/config/quarkus-smallrye-health.adoc[Link]
| 3.12.0
| 3.12.2
| quarkus-openapi-generator
Expand All @@ -42,7 +42,7 @@ h| Version
| https://quarkus.io/guides/rest-client[Link]
|
| 3.12.0
| 3.12.2
| tkit-quarkus-log-cdi
Expand Down Expand Up @@ -84,7 +84,7 @@ h| Version
| https://quarkus.io/guides/validation[Link]
| https://github.com/quarkusio/quarkusio.github.io/blob/develop/_generated-doc/latest/config/quarkus-hibernate-validator.adoc[Link]
| 3.12.0
| 3.12.2
| onecx-permissions
Expand All @@ -96,7 +96,7 @@ h| Version
| https://quarkus.io/guides/security-oidc-bearer-token-authentication-tutorial[Link]
| https://github.com/quarkusio/quarkusio.github.io/blob/develop/_generated-doc/latest/config/quarkus-oidc.adoc[Link]
| 3.12.0
| 3.12.2
| onecx-core
Expand All @@ -108,32 +108,32 @@ h| Version
| https://quarkus.io/guides/telemetry-micrometer[Link]
| https://github.com/quarkusio/quarkusio.github.io/blob/develop/_generated-doc/latest/config/quarkus-micrometer-registry-prometheus.adoc[Link]
| 3.12.0
| 3.12.2
| quarkus-opentelemetry
| https://quarkus.io/guides/opentelemetry[Link]
| https://github.com/quarkusio/quarkusio.github.io/blob/develop/_generated-doc/latest/config/quarkus-opentelemetry.adoc[Link]
| 3.12.0
| 3.12.2
| quarkus-arc
| https://quarkus.io/guides/cdi-reference[Link]
| https://github.com/quarkusio/quarkusio.github.io/blob/develop/_generated-doc/latest/config/quarkus-arc.adoc[Link]
| 3.12.0
| 3.12.2
| quarkus-container-image-docker
| https://quarkus.io/guides/container-image[Link]
| https://github.com/quarkusio/quarkusio.github.io/blob/develop/_generated-doc/latest/config/quarkus-container-image-docker.adoc[Link]
| 3.12.0
| 3.12.2
| quarkus-rest-client-oidc-filter
|
|
| 3.12.0
| 3.12.2
|===
2 changes: 2 additions & 0 deletions src/main/openapi/openapi-bff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ components:
type: string
baseUrl:
type: string
homePage:
type: string
Theme:
required:
- name
Expand Down

0 comments on commit fc78cb6

Please sign in to comment.