feat(v2): add baseUrlIssueBanner configuration to disable banner (#3802)

* add baseUrlIssueBanner configuration

* handle review
This commit is contained in:
Sébastien Lorber 2020-11-23 18:54:13 +01:00 committed by GitHub
parent 9e314bcb11
commit 746a19f25b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 140 additions and 96 deletions

View file

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