mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-24 21:48:02 +02:00
docs: fix typo for docs
folder (#1484)
* docs: fix typo for `docs` folder * docs: request change for #1484 * Update api-doc-markdown.md
This commit is contained in:
parent
96445eee32
commit
f18e07343c
15 changed files with 64 additions and 64 deletions
|
@ -3,7 +3,7 @@ id: tutorial-create-pages
|
|||
title: Create Pages
|
||||
---
|
||||
|
||||
In this section we will learn about creating two new types of pages in Docusaurus, a regular page and a documentation page.
|
||||
In this section, we will learn about creating two new types of pages in Docusaurus, a regular page and a documentation page.
|
||||
|
||||
<img alt="Docusaurus MacBook" src="/img/undraw_docusaurus_tree.svg" class="docImage"/>
|
||||
|
||||
|
@ -41,7 +41,7 @@ module.exports = HelloWorld;
|
|||
+ <p>I can write JSX here!</p>
|
||||
```
|
||||
|
||||
React is being used as a templating engine for rendering static markup. You can leverage on the expressability of React to build rich web content. Learn more about creating pages [here](custom-pages).
|
||||
React is being used as a templating engine for rendering static markup. You can leverage on the expressibility of React to build rich web content. Learn more about creating pages [here](custom-pages).
|
||||
|
||||
<img alt="Docusaurus React" src="/img/undraw_docusaurus_react.svg" class="docImage"/>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue