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

@ -23,20 +23,6 @@ module.exports = {
};
```
### `tagline`
- Type: `string`
The tagline for your website.
```js
// docusaurus.config.js
module.exports = {
tagline:
'Docusaurus makes it easy to maintain Open Source documentation websites.',
};
```
### `favicon`
- Type: `string`
@ -98,6 +84,20 @@ module.exports = {
## Optional fields
### `tagline`
- Type: `string`
The tagline for your website.
```js
// docusaurus.config.js
module.exports = {
tagline:
'Docusaurus makes it easy to maintain Open Source documentation websites.',
};
```
### `organizationName`
- Type: `string`