Skip to content

Commit

Permalink
chore: Updated snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreyuk committed Apr 21, 2023
1 parent e27f0d2 commit 35e8eb9
Showing 1 changed file with 0 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,34 +8,3 @@ exports[`Options: should merge custom sidebar options 1`] = `
"position": 2,
}
`;

exports[`Options: should merge plugins 1`] = `
[
"plugin-xyz",
]
`;

exports[`Options: should return default options 1`] = `
{
"docsRoot": "docs",
"enableFrontmatter": true,
"entryDocument": "index.md",
"entryPoints": [
"entrypoint.ts",
],
"hideBreadcrumbs": true,
"hideInPageTOC": true,
"hidePageTitle": false,
"id": "default",
"numberPrefixOutput": true,
"out": "api",
"sidebar": {
"autoConfiguration": true,
"categoryLabel": "API",
"collapsed": true,
"position": null,
},
"theme": "docusaurus",
"watch": false,
}
`;

0 comments on commit 35e8eb9

Please sign in to comment.