Skip to content

Commit 94d428d

Browse files
authored
Adding attributes for section links so they work in upstream and downstream
Closes keycloak#43286 Signed-off-by: Alexander Schwartz <[email protected]>
1 parent 6f36a02 commit 94d428d

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

docs/documentation/topics/templates/document-attributes.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@
7171
:developerguide_actiontoken_name: Action Token Handler SPI
7272
:developerguide_actiontoken_link: {developerguide_link}#_action_token_handler_spi
7373
:developerguide_jsproviders_name: JavaScript Providers
74+
:developerguide_userstoragespi_link: {developerguide_link}#_user-storage-spi
75+
:developerguide_userstoragespi_name: User Storage SPI
7476
:developerguide_jsproviders_link: {developerguide_link}#_script_providers
7577
:importexportguide_link: https://www.keycloak.org/nightly/server/importExport
7678
:gettingstarted_name: Getting Started Guide

docs/guides/attributes.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
:quickstartRepo_dir: keycloak-quickstarts
3131
:securing_apps_link: https://www.keycloak.org/guides#securing-apps
3232
:upgrading_guide_link: {project_doc_base_url}/upgrading/
33+
:developerguide_userstoragespi_link: {developerguide_link}#_user-storage-spi
34+
:developerguide_userstoragespi_name: User Storage SPI
3335
:kc_js_path: /js
3436
:kc_realms_path: /realms
3537
:kubernetes: Kubernetes

docs/guides/server/db.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ to be your `wait_timeout` minus a few minutes. Failure to correctly configure th
368368

369369
{project_name} allows you to specify additional datasources in case you need to access another database from your extensions. This is useful when using the main {project_name} datasource is not a viable option for storing custom data, like users.
370370

371-
You can find more details on how to connect to your own users database in the link:{server_developer_guide}#_user-storage-spi[User Storage SPI] documentation.
371+
You can find more details on how to connect to your own users database in the link:{developerguide_userstoragespi_link}[{developerguide_userstoragespi_name}] documentation.
372372

373373
Defining multiple datasources works like defining a single datasource, with one important change - you have to specify a name for each datasource as part of the config option name.
374374

0 commit comments

Comments
 (0)