mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-30 06:50:36 +02:00
chore(v2): mark tagline field as optional (#2342)
This commit is contained in:
parent
7b2716e6e1
commit
3cbee86e36
5 changed files with 20 additions and 19 deletions
2
packages/docusaurus-types/src/index.d.ts
vendored
2
packages/docusaurus-types/src/index.d.ts
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue