Description
The browser tab title for the OpenAI Transcriptions documentation page is displayed as:
Untitled :: Spring AI Reference
instead of using the document title.
The page itself renders correctly with the OpenAI Transcriptions heading, but the generated HTML <title> is:
<title>Untitled :: Spring AI Reference</title>
Steps to Reproduce
- Open the OpenAI Transcriptions documentation page:
https://docs.spring.io/spring-ai/reference/api/audio/transcriptions/openai-transcriptions.html
- Observe the browser tab title, or run:
Actual Result
Untitled :: Spring AI Reference
Expected Result
OpenAI Transcriptions :: Spring AI Reference
Additional Information
The AsciiDoc source already defines the document title:
The page heading renders correctly, which suggests the issue is with how the page title is generated for the HTML document.
Description
The browser tab title for the OpenAI Transcriptions documentation page is displayed as:
instead of using the document title.
The page itself renders correctly with the OpenAI Transcriptions heading, but the generated HTML
<title>is:Steps to Reproduce
https://docs.spring.io/spring-ai/reference/api/audio/transcriptions/openai-transcriptions.html
Actual Result
Expected Result
Additional Information
The AsciiDoc source already defines the document title:
= OpenAI TranscriptionsThe page heading renders correctly, which suggests the issue is with how the page title is generated for the HTML document.