Skip to content

docs: add observability page to nav and fix heading level#3244

Open
won-seoop wants to merge 1 commit into
spring-cloud:mainfrom
won-seoop:fix/observability-page-missing-from-nav
Open

docs: add observability page to nav and fix heading level#3244
won-seoop wants to merge 1 commit into
spring-cloud:mainfrom
won-seoop:fix/observability-page-missing-from-nav

Conversation

@won-seoop

Copy link
Copy Markdown

Problem

The observability.adoc page exists in the Antora docs but is not referenced in nav.adoc, making it unreachable from the documentation navigation and causing unresolved reference errors when building the release train docs.

Additionally, the page uses a level-2 heading (== Observability metadata) instead of a level-1 heading (= Observability), which is invalid for a standalone Antora page.

Changes

  • Add * xref:observability.adoc[] to nav.adoc so the page appears in the sidebar
  • Promote the heading from level 2 (==) to level 1 (=) and update title to match other Spring Cloud projects (e.g. Spring Cloud Stream)

Fixes #2272

🤖 Generated with Claude Code

The observability.adoc page existed but was unreachable from the
documentation navigation and would cause unresolved reference errors
when building the release train docs.

- Add `* xref:observability.adoc[]` to nav.adoc so the page appears
  in the sidebar
- Promote the heading from level 2 (`==`) to level 1 (`=`) so it
  is valid as a standalone Antora page

Fixes spring-cloud#2272

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Observability Reference In Docs Results In Unresolved

2 participants