mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-22 05:27:00 +02:00
feat(pages): add support for missing SEO front matter + improve SEO docs (#9071)
Co-authored-by: Thad Guidry <thadguidry@gmail.com>
This commit is contained in:
parent
117cbac702
commit
9866af7f44
11 changed files with 146 additions and 22 deletions
|
@ -72,6 +72,16 @@ more_data:
|
|||
---
|
||||
```
|
||||
|
||||
:::info
|
||||
|
||||
The API documentation of each official plugin lists the supported attributes:
|
||||
|
||||
- [Docs front matter](../../api/plugins/plugin-content-docs.mdx#markdown-front-matter)
|
||||
- [Blog front matter](../../api/plugins/plugin-content-blog.mdx#markdown-front-matter)
|
||||
- [Pages front matter](../../api/plugins/plugin-content-pages.mdx#markdown-front-matter)
|
||||
|
||||
:::
|
||||
|
||||
## Quotes {#quotes}
|
||||
|
||||
Markdown quotes are beautifully styled:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue