mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-29 00:47:03 +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
|
@ -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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue