Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrectly resolved {project_versionNpm} expression in the documentation #562

Closed
mposolda opened this issue Jan 24, 2025 · 0 comments · Fixed by #563
Closed

Incorrectly resolved {project_versionNpm} expression in the documentation #562

mposolda opened this issue Jan 24, 2025 · 0 comments · Fixed by #563

Comments

@mposolda
Copy link
Contributor

Describe the bug

The official documentation on the keycloak web-page https://www.keycloak.org/securing-apps/nodejs-adapter contains this snippet:

    "dependencies": {
        "keycloak-connect": "{project_versionNpm}"
    }

which looks like the version was not correctly resolved. The issue was probably introduced when node.js documentation was moved to the "Guides" format.

I've checked the behaviour after node.js documentation is moved to the node.js repository itself and tested together with the keycloak-web PR keycloak/keycloak-web#551 , which renders docs from the node.js repository, but the issue is still there.

Version

nightly (from 2025-01-24)

Expected behavior

The documentation has correctly rendered version. Something like:

    "dependencies": {
        "keycloak-connect": "26.1.0"
    }

Actual behavior

The documentationm has incorrectly rendered version. See the description.

How to Reproduce?

No response

Anything else?

No response

@mposolda mposolda self-assigned this Jan 24, 2025
mposolda added a commit to mposolda/keycloak-nodejs-connect that referenced this issue Jan 24, 2025
mposolda added a commit to mposolda/keycloak-nodejs-connect that referenced this issue Jan 24, 2025
mposolda added a commit to mposolda/keycloak-nodejs-connect that referenced this issue Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant