mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-03 11:22:30 +02:00
feat(v2): add baseUrlIssueBanner configuration to disable banner (#3802)
* add baseUrlIssueBanner configuration * handle review
This commit is contained in:
parent
9e314bcb11
commit
746a19f25b
11 changed files with 140 additions and 96 deletions
1
packages/docusaurus-types/src/index.d.ts
vendored
1
packages/docusaurus-types/src/index.d.ts
vendored
|
@ -16,6 +16,7 @@ export type ReportingSeverity = 'ignore' | 'log' | 'warn' | 'error' | 'throw';
|
|||
|
||||
export interface DocusaurusConfig {
|
||||
baseUrl: string;
|
||||
baseUrlIssueBanner: boolean;
|
||||
favicon: string;
|
||||
tagline?: string;
|
||||
title: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue