mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-14 17:47:40 +02:00
chore: update examples for v3.5.2 (#10401)
This commit is contained in:
parent
655ce94c0f
commit
16a789904f
18 changed files with 459 additions and 433 deletions
4
examples/classic/docusaurus.config.js
generated
4
examples/classic/docusaurus.config.js
generated
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue