fantonangeli commented on code in PR #3401:
URL:
https://github.com/apache/incubator-kie-tools/pull/3401#discussion_r2788218039
##########
packages/kogito-data-index-webapp/env/index.js:
##########
@@ -37,6 +37,18 @@ module.exports =
composeEnv([require("@kie-tools/root-env/env")], {
default: "GraphQL DOCS",
description: "Documentation link text",
},
+ KOGITO_DATA_INDEX_WEBAPP_version: {
+ default: require("../package.json").version,
+ description: "Kogito Data Index Version",
+ },
+ KOGITO_DATA_INDEX_WEBAPP_graphqlUiHref: {
+ default: "/q/graphql-ui",
Review Comment:
```suggestion
default: "/q/graphql-ui/",
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]