mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
Update create-a-page.md
Added definition for Page because we have a definition for Document in the tutorial.
This commit is contained in:
parent
a4742594a9
commit
f856da8858
|
|
@ -4,6 +4,7 @@ sidebar_position: 1
|
|||
|
||||
# Create a Page
|
||||
|
||||
A page is a single unit of content within a documentation site. One or more pages are used to create a document. For example, when deploying a site, each step in the process may be described on separate pages that together make up the deployment document.
|
||||
Add **Markdown or React** files to `src/pages` to create a **standalone page**:
|
||||
|
||||
- `src/pages/index.js` → `localhost:3000/`
|
||||
|
|
|
|||
Loading…
Reference in New Issue