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 to website/blog) and document (docs-examples-from-docusaurus to docs) directories when you verified the installation.

+

Directory Descriptions

-

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.

-
← InstallationCreating your site →