Skip to content

Commit

Permalink
Add metadata documentation to docs/*
Browse files Browse the repository at this point in the history
  • Loading branch information
sixem committed Mar 3, 2023
1 parent 733c3b9 commit 573f5c2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,23 @@ default: `null`

<br/><br/>

# Metadata
Enables the manipulation of the metadata of the pages.

Example:
```js
Options {
metadata: [
{ property: 'og:title', content: 'A title.' },
{ property: 'og:description', content: 'A description.' }
]
}
```
- type: `<array>`
default: `null`

<br/><br/>

# Exclude
Separate from the filter.

Expand Down

0 comments on commit 573f5c2

Please sign in to comment.