mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-22 20:47:53 +02:00
refactor(types): JSDoc for docusaurus config fields (#7291)
This commit is contained in:
parent
fc8b7674e3
commit
5bed55aeda
9 changed files with 308 additions and 86 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue