Skip to content

OpenAI Transcriptions documentation page title is "Untitled" #6691

Description

@Dancan254

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

  1. Open the OpenAI Transcriptions documentation page:
    https://docs.spring.io/spring-ai/reference/api/audio/transcriptions/openai-transcriptions.html
  2. Observe the browser tab title, or run:
document.title

Actual Result

Untitled :: Spring AI Reference

Expected Result

OpenAI Transcriptions :: Spring AI Reference

Additional Information

The AsciiDoc source already defines the document title:

= OpenAI Transcriptions

The page heading renders correctly, which suggests the issue is with how the page title is generated for the HTML document.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions