mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-03 11:22:30 +02:00
fix: use class names for tutorial images
This commit is contained in:
parent
10908009e3
commit
16fe5196cb
5 changed files with 10 additions and 5 deletions
|
@ -5,7 +5,7 @@ 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.
|
||||
|
||||
<img alt="Docusaurus process" src="/img/undraw_docusaurus_process.svg" style="max-width: 400px; margin: 3rem auto"/>
|
||||
<img alt="Docusaurus process" src="/img/undraw_docusaurus_process.svg" class="docImage"/>
|
||||
|
||||
## Creating a Regular Page
|
||||
|
||||
|
@ -38,7 +38,7 @@ module.exports = HelloWorld;
|
|||
|
||||
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).
|
||||
|
||||

|
||||
<img alt="Docusaurus React" src="/img/undraw_docusaurus_react.svg" class="docImage"/>
|
||||
|
||||
## Create a Documentation Page
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue