feat: new docs options: versions.{badge,className} (#5454)

* docs: add versions.{badge,className} options

* remove badge option test
This commit is contained in:
Sébastien Lorber 2021-08-31 15:40:37 +02:00 committed by GitHub
parent 914e204dcb
commit 42e70e6d42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 93 additions and 17 deletions

View file

@ -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;
};