chore: update examples for v3.5.2 (#10401)

This commit is contained in:
Sébastien Lorber 2024-08-13 17:23:15 +02:00 committed by GitHub
parent 655ce94c0f
commit 16a789904f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 459 additions and 433 deletions

View file

@ -56,6 +56,10 @@ const config = {
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
// Useful options to enforce blogging best practices
onInlineTags: 'warn',
onInlineAuthors: 'warn',
onUntruncatedBlogPosts: 'warn',
},
theme: {
customCss: './src/css/custom.css',