Skip to content
Discussion options

You must be logged in to vote

The problem is likely because you forgot this line:

export { validateOptions } from '@docusaurus/plugin-content-docs';

This is important because if you don't "forward" that method to your own plugin, the options never get "normalized", which means the default values the docs plugin expects remain undefined, leading to unexpected behaviors.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@SheezZarR
Comment options

@slorber
Comment options

slorber Jun 4, 2026
Collaborator

@SheezZarR
Comment options

@slorber
Comment options

slorber Jun 5, 2026
Collaborator

Answer selected by SheezZarR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants