Skip to content

Fix: Handle null value for ui.title in docs view.#1087

Merged
romalytvynenko merged 1 commit intodedoc:mainfrom
IsmailBourbie:fix/page-title
Feb 12, 2026
Merged

Fix: Handle null value for ui.title in docs view.#1087
romalytvynenko merged 1 commit intodedoc:mainfrom
IsmailBourbie:fix/page-title

Conversation

@IsmailBourbie
Copy link
Contributor

This PR fixes an issue where the documentation page title would render empty when ui.title was explicitly set to null in the configuration.

The problem occurred because the configuration key existed but had a null value, preventing the fallback title from being applied.

The fix ensures that when ui.title is null, the default application name with the "API Docs" suffix is used instead.

@romalytvynenko romalytvynenko merged commit 35a3b08 into dedoc:main Feb 12, 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