mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-13 16:23:34 +02:00
chore: update examples for Docusaurus 3.8 (#11202)
This commit is contained in:
parent
b126e643d1
commit
7e87ea320c
10 changed files with 3183 additions and 3709 deletions
5
examples/classic/docusaurus.config.js
generated
5
examples/classic/docusaurus.config.js
generated
|
@ -14,6 +14,11 @@ const config = {
|
|||
tagline: 'Dinosaurs are cool',
|
||||
favicon: 'img/favicon.ico',
|
||||
|
||||
// Future flags, see https://docusaurus.io/docs/api/docusaurus-config#future
|
||||
future: {
|
||||
v4: true, // Improve compatibility with the upcoming Docusaurus v4
|
||||
},
|
||||
|
||||
// Set the production url of your site here
|
||||
url: 'https://your-docusaurus-site.example.com',
|
||||
// Set the /<baseUrl>/ pathname under which your site is served
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue