Skip to content

fix: redirect /system-administration/reset-token to administration/reset-token#1322

Merged
MichaelOv merged 1 commit into
mainfrom
fix/redirect-system-administration-reset-token
Jun 17, 2026
Merged

fix: redirect /system-administration/reset-token to administration/reset-token#1322
MichaelOv merged 1 commit into
mainfrom
fix/redirect-system-administration-reset-token

Conversation

@MichaelOv

Copy link
Copy Markdown
Member

Problem

The license token help page is linked from the product (Add-on & Subscription Center) as /<lang>/system-administration/reset-token.html, but the article actually lives at docs/<lang>/administration/reset-token.md (URL /<lang>/administration/reset-token.html). The product link therefore 404s.

Change

Add a redirect entry to the redirects plugin in both language configs so the linked URL resolves to the existing page:

'system-administration/reset-token.md': 'administration/reset-token.md'
  • config/en/mkdocs.yml
  • config/de/mkdocs.yml

No content moved, no nav change. Page stays canonical at administration/reset-token.md; the new mapping just routes the product link there.

Test plan

  • Build the docs and open /en/system-administration/reset-token.html -> should redirect to /en/administration/reset-token.html
  • Same for /de/...

…/reset-token

The license token page is linked from the product (A&S Center) as
/system-administration/reset-token.html, but the article lives at
administration/reset-token.md. Add a redirect in both the EN and DE
mkdocs config so the linked URL resolves instead of 404ing.
@MichaelOv MichaelOv requested a review from a team as a code owner June 17, 2026 10:02
@MichaelOv MichaelOv merged commit f353f99 into main Jun 17, 2026
7 checks passed
@MichaelOv MichaelOv deleted the fix/redirect-system-administration-reset-token branch June 17, 2026 10:09
@MichaelOv MichaelOv self-assigned this Jun 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants