docs: fix incorrect plugin option defaults and phantom options

- Citations: remove non-existent prettyLink option
- Explorer: correct folderClickBehavior default from collapse to link
- RecentNotes: fix limit default from 5 to 3, add hideTagPages/hideFolderPages
- StackedPages: fix option names to match source (maxTabs, not maxPanes)
This commit is contained in:
saberzero1
2026-05-22 20:07:47 +02:00
parent c6d7da00b2
commit bc1c6a47d8
4 changed files with 13 additions and 16 deletions

View File

@@ -16,7 +16,6 @@ This plugin accepts the following configuration options:
- `suppressBibliography`: whether to suppress the bibliography at the end of the document. Defaults to `false`.
- `linkCitations`: whether to link citations to the bibliography. Defaults to `false`.
- `csl`: the citation style to use. Defaults to `apa`. Reference [rehype-citation](https://rehype-citation.netlify.app/custom-csl) for more options.
- `prettyLink`: whether to use pretty links for citations. Defaults to `true`.
## API