Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website-1.x/docs/tutorial-create-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ React is being used as a templating engine for rendering static markup. You can

## Create a Documentation Page

1. Create a new file in the `docs` folder called `doc9.md`. The `docs` folder is in the root of your Docusaurus project, one level above `website`.
1. Create a new file in the `docs` folder called `doc9.md`. The `docs` folder is in the root of your Docusaurus project, same level as the `website` folder.
1. Paste the following contents:

```
Expand Down