mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-27 05:28:43 +02:00
feat: new docs options: versions.{badge,className} (#5454)
* docs: add versions.{badge,className} options * remove badge option test
This commit is contained in:
parent
914e204dcb
commit
42e70e6d42
12 changed files with 93 additions and 17 deletions
|
@ -18,6 +18,8 @@ declare module '@docusaurus/plugin-content-docs-types' {
|
|||
version: string;
|
||||
label: string;
|
||||
banner: VersionBanner;
|
||||
badge: boolean;
|
||||
className: string;
|
||||
isLast: boolean;
|
||||
docsSidebars: PropSidebars;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue