Skip to content

docs: fix JWT auth example hierarchy in router authentication guide#8901

Merged
mabuyo merged 5 commits into
devfrom
gigi/dxm-515-fix-jwt-authentication-router-example
Feb 26, 2026
Merged

docs: fix JWT auth example hierarchy in router authentication guide#8901
mabuyo merged 5 commits into
devfrom
gigi/dxm-515-fix-jwt-authentication-router-example

Merge branch 'dev' into gigi/dxm-515-fix-jwt-authentication-router-ex…

5476f46
Select commit
Loading
Failed to load commit list.
Apollo Librarian / AI Style Review succeeded Feb 26, 2026 in 25s

Style Review Completed

The pull request has 1 style issue.

Duration: 3069ms
PR URL: #8901
Review Log: View detailed log
Review Comments: The AI has posted 1 inline comment with suggestions

Summary of changes:

The documentation was updated in the structural-elements section to enforce consistent YAML formatting. Specifically, list items were adjusted to ensure exactly 2 spaces of indentation per level relative to their parent elements for adherence to the style guide.

⚠️ This review and suggested changes are AI-generated. Please use common sense when accepting these suggestions, as they may not always be accurate or appropriate for your specific context.

Annotations

Check warning on line 126 in docs/source/routing/security/router-authentication.mdx

See this annotation in the file changed.

@apollo-librarian apollo-librarian / AI Style Review

docs/source/routing/security/router-authentication.mdx#L126

**Structural Elements**: YAML indentation should use exactly 2 spaces per level. This list item should be indented 2 spaces relative to its parent.

```suggestion
          - url: https://dev-zzp5enui.us.auth0.com/.well-known/jwks.json
```