mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 00:39:45 +02:00
refactor(v2): move source files to be under website/src directory (#1609)
* refactor(v2): move source files to be under website/src directory * misc: rename src constant
This commit is contained in:
parent
da3c91373e
commit
ffbc7a37f8
29 changed files with 56 additions and 37 deletions
|
@ -59,7 +59,7 @@ The headers are well-spaced so that the hierarchy is clear.
|
|||
|
||||
This will render in the browser as follows:
|
||||
|
||||
import BrowserWindow from '../components/BrowserWindow';
|
||||
import BrowserWindow from '../src/components/BrowserWindow';
|
||||
|
||||
<BrowserWindow url="http://localhost:3000">
|
||||
<h2>Hello from Docusaurus</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue