chore(v2): mark tagline field as optional (#2342)

This commit is contained in:
Alexey Pyltsyn 2020-02-29 08:15:57 +03:00 committed by GitHub
parent 7b2716e6e1
commit 3cbee86e36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 20 additions and 19 deletions

View file

@ -12,7 +12,7 @@ import {ParsedUrlQueryInput} from 'querystring';
export interface DocusaurusConfig {
baseUrl: string;
favicon: string;
tagline: string;
tagline?: string;
title: string;
url: string;
organizationName?: string;