refactor(types): JSDoc for docusaurus config fields (#7291)

This commit is contained in:
Joshua Chen 2022-05-03 13:57:19 +08:00 committed by GitHub
parent fc8b7674e3
commit 5bed55aeda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 308 additions and 86 deletions

View file

@ -10,7 +10,7 @@ import BrowserOnly from '@docusaurus/BrowserOnly';
import type {Props} from '@theme/DebugJsonView';
import type {ReactJsonViewProps} from 'react-json-view';
// Avoids "react-json-view" to display "root"
// Avoids "react-json-view" displaying "root"
const RootName = null;
// Seems ReactJson does not work with SSR