diff --git a/docs/en/next/site-preparation.html b/docs/en/next/site-preparation.html index 42941aee6e..1a544c1ef2 100644 --- a/docs/en/next/site-preparation.html +++ b/docs/en/next/site-preparation.html @@ -73,19 +73,33 @@ └── static
-+You may have already renamed the example blog (
+website/blog-examples-from-docusaurus
) and document (docs-examples-from-docusaurus
) directories when you verified the installation.You may have already renamed the example blog (
website/blog-examples-from-docusaurus
towebsite/blog
) and document (docs-examples-from-docusaurus
todocs
) directories when you verified the installation.
website/core/Footer.js
file is a React component that acts as the footer for the site generated by Docusaurus and should be customized by the user.website/blog-examples-from-docusaurus
directory contains examples of blog posts written in markdown.docs-examples-from-docusaurus
directory contains example documentation files written in markdown.website/pages
directory contains example top-level pages for the site.website/static
directory contains static assets used by the example site.website/siteConfig.js
file is the main configuration file used by Docusaurus.docs-examples-from-docusaurus
directory
+contains example documentation files written in Markdown.website/blog-examples-from-docusaurus
directory contains examples of blog posts written in markdown.website/pages
directory contains example top-level pages for the site.website/static
directory contains static assets used by the example site.You will need to keep the website/siteConfig.js
and website/core/Footer.js
files, but may edit them as you wish.
You should keep the website/pages
and website/static
directories, but may change the content inside them as you wish. At the bare minimum you should have an en/index.js
or en/index.html
file inside website/pages
and an image to use as your header icon inside website/static
.