mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-21 04:57:05 +02:00
chore: update examples with docusaurus 3.6 (#10642)
This commit is contained in:
parent
ed2cdf391f
commit
5a883b4008
10 changed files with 3198 additions and 2968 deletions
2
examples/classic/docusaurus.config.js
generated
2
examples/classic/docusaurus.config.js
generated
|
@ -6,6 +6,8 @@
|
|||
|
||||
import {themes as prismThemes} from 'prism-react-renderer';
|
||||
|
||||
// This runs in Node.js - Don't use client-side code here (browser APIs, JSX...)
|
||||
|
||||
/** @type {import('@docusaurus/types').Config} */
|
||||
const config = {
|
||||
title: 'My Site',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue