You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/installation.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ my-website
101
101
-`/src/pages` - Any JSX/TSX/MDX file within this directory will be converted into a website page. More details can be found in the [pages guide](guides/creating-pages.mdx)
102
102
-`/static/` - Static directory. Any contents inside here will be copied into the root of the final `build` directory
103
103
-`/docusaurus.config.js` - A config file containing the site configuration. This is the equivalent of `siteConfig.js` in Docusaurus v1
104
-
-`/package.json` - A Docusaurus website is a React app. You can install and use any npm packages you like in them
104
+
-`/package.json` - A Docusaurus website is a React app. You can install and use any npm packages you like in it.
105
105
-`/sidebars.js` - Used by the documentation to specify the order of documents in the sidebar
106
106
107
107
### Monorepos {#monorepos}
@@ -141,7 +141,7 @@ Congratulations! You have just created your first Docusaurus site! Browse around
141
141
142
142
## Build {#build}
143
143
144
-
Docusaurus is a modern static website generator so we need to build the website into a directory of static contents and put it on a web server so that it can be viewed. To build the website:
144
+
Docusaurus is a modern static website generator, so we need to build the website into a directory of static contents and put it on a web server so that it can be viewed. To build the website:
0 commit comments