Update create-a-page.md

Added definition for Page because we have a definition for Document in the tutorial.
This commit is contained in:
Ritika kumar 2025-10-23 16:12:28 +05:30 committed by GitHub
parent a4742594a9
commit f856da8858
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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/`