mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 08:19:07 +02:00
refactor(v2): fix and improve typing (#1842)
This commit is contained in:
parent
c630e1aab9
commit
46e8e03be0
8 changed files with 24 additions and 42 deletions
|
@ -48,14 +48,9 @@ interface LoadContext {
|
|||
siteDir: string;
|
||||
generatedFilesDir: string;
|
||||
siteConfig: DocusaurusConfig;
|
||||
cliOptions: CLIOptions;
|
||||
outDir: string;
|
||||
baseUrl: string;
|
||||
}
|
||||
|
||||
interface CLIOptions {
|
||||
[option: string]: any;
|
||||
}
|
||||
```
|
||||
|
||||
#### `options`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue