Skip to content

Commit

Permalink
Incorrectly resolved {project_versionNpm} expression in the documenta…
Browse files Browse the repository at this point in the history
…tion

closes #562

Signed-off-by: mposolda <mposolda@gmail.com>
  • Loading branch information
mposolda committed Jan 24, 2025
1 parent d8d8ae3 commit 89affef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/securing-apps/nodejs-adapter.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ifeval::[{project_community}==true]
[source,json,subs="attributes"]
----
"dependencies": {
"keycloak-connect": "{project_versionNpm}"
"keycloak-connect": "{version_nodejs_adapter}"
}
----
Expand All @@ -42,7 +42,7 @@ ifeval::[{project_product}==true]
[source,json,subs="attributes"]
----
"dependencies": {
"keycloak-connect": "file:keycloak-connect-{project_versionNpm}.tgz"
"keycloak-connect": "file:keycloak-connect-{version_nodejs_adapter}.tgz"
}
----
Expand Down
1 change: 1 addition & 0 deletions guides/templates/guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
:guide-priority: ${priority}
:guide-tile-visible: ${tileVisible}
:version: ${version}
:version_nodejs_adapter: ${version}

include::../attributes.adoc[]

Expand Down

0 comments on commit 89affef

Please sign in to comment.