mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-12 15:52:39 +02:00
docs: mention config/sidebars run in Node.js runtime (#10608)
This commit is contained in:
parent
1a2b8b7d05
commit
35aa39bddb
7 changed files with 22 additions and 8 deletions
|
@ -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