question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Update admin console documentation links

See original GitHub issue

Describe the bug

This is a follow-up to add new doc links for the Learn more links that appear on all landing pages of the new admin console, which were added in https://github.com/keycloak/keycloak-admin-ui/pull/1747.

How to update links This is the file that contains all of the help URLs that need to be updated to the latest docs: src/help-urls.ts

Currently, the file contains links to the closest match in the existing docs on keycloak.org. The admin guide main URL is listed at the top of the page:

const adminGuide = "https://www.keycloak.org/docs/latest/server_admin/index.html";

And each of the URLs is a specific anchor within that main URL, e.g.:

clientsUrl: ${adminGuide}#assembly-managing-clients_server_administration_guide,

So you would just need to edit the one adminGuide URL at the top of the page with the latest admin guide’s index.html, and each of the 11 landing page URLs with the latest anchors.

Also, there are 5 landing pages that are missing descriptions at the top of the page. For these, you could just edit the “Placeholder for…” strings in these files:

src/authentication/messages.ts authenticationExplain: "Placeholder for authentication explanation.",

src/groups/messages.ts groupsDescription: "Placeholder for authentication explanation.",

src/realm-settings/messages.ts realmSettingsExplain: "Placeholder for realm settings explanation.",

src/sessions/messages.ts sessionExplain: "Placeholder for sessions explanation.",

src/user/messages.ts usersExplain: "Placeholder for users explanation.",

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
andymunrocommented, Apr 27, 2022

Okay, thanks, @agagancarczyk and @ssilvert. However, I should have made databases plural in the last one.

1reaction
ssilvertcommented, Apr 25, 2022

@agagancarczyk Thanks for checking this out.

We could get Andy to come up with text for those missing subscriptions. But it might be quicker if you just come up something yourself and then ask Andy to review. Probably, there is some text you can use in the documentation.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Link-sharing security update to Drive - Google Support
In the Admin console, go to Menu "" and then "" Apps and then Google Workspace and then Drive and Docs. Click Sharing...
Read more >
Admin Console overview - Adobe Support
Learn to use the Adobe Admin Console, a central location for managing your Adobe entitlements across your entire organization.
Read more >
Admin Console: /Documentation - LabKey Support
The Admin Console is a site dashboard consolidating many management services including the following: Customize the LabKey site, including configuration and ...
Read more >
Managing Amazon WorkDocs from the site admin control panel
Learn how to administer Amazon WorkDocs from the admin control panel in all Amazon WorkDocs ... The AWS console at https://console.aws.amazon.com/zocalo/ .
Read more >
Admin Console Guide - Box Support
Access your settings and other functions via links in the lefthand navigation of the Admin Console. In most cases, clicking one of these ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found