mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -07:00
enhance: update Docusaurus configuration for improved documentation features
- Added new configuration options in docusaurus.config.ts to support additional plugins and features, including beforeDefaultRemarkPlugins and beforeDefaultRehypePlugins. - Enabled options to show the last update time and author for better documentation tracking. These changes aim to enhance the functionality and user experience of the documentation site.
This commit is contained in:
parent
692b8614f1
commit
72c35efc1a
1 changed files with 7 additions and 1 deletions
|
@ -63,7 +63,13 @@ const config: Config = {
|
|||
routeBasePath: 'api',
|
||||
sidebarPath: './sidebars.ts',
|
||||
editUrl: 'https://github.com/torrentpier/torrentpier/tree/dexter/docs/',
|
||||
},
|
||||
beforeDefaultRemarkPlugins: [],
|
||||
beforeDefaultRehypePlugins: [],
|
||||
remarkPlugins: [],
|
||||
rehypePlugins: [],
|
||||
showLastUpdateTime: true,
|
||||
showLastUpdateAuthor: true,
|
||||
} satisfies import('@docusaurus/plugin-content-docs').Options,
|
||||
],
|
||||
],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue