Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
OzakIOne committed May 16, 2024
1 parent 257564e commit 8260fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-content-docs/src/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const DEFAULT_OPTIONS: Omit<PluginOptions, 'id' | 'sidebarPath'> = {
sidebarCollapsible: true,
sidebarCollapsed: true,
breadcrumbs: true,
onUnknownTags: 'warn',
onUnknownTags: 'throw',
tagsFilePath: 'tags.yml',
};

Expand Down

0 comments on commit 8260fed

Please sign in to comment.