From bb22621415e6901e5a6719a245529c025c49cbbc Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Sun, 28 Apr 2019 05:53:18 +0000 Subject: [PATCH] Deploy website Deploy website version based on ecf1f9a2c4a2214de0ca9f69147c5b2d35bfae83 --- docs/en/next/site-preparation.html | 13 +++++-------- docs/en/next/site-preparation/index.html | 13 +++++-------- docs/en/next/tutorial-create-new-site.html | 6 +++--- docs/en/next/tutorial-create-new-site/index.html | 6 +++--- docs/es-ES/next/site-preparation.html | 11 ++++------- docs/es-ES/next/site-preparation/index.html | 11 ++++------- docs/es-ES/next/tutorial-create-new-site.html | 4 ++-- docs/es-ES/next/tutorial-create-new-site/index.html | 4 ++-- docs/ro/next/site-preparation.html | 11 ++++------- docs/ro/next/site-preparation/index.html | 11 ++++------- docs/ro/next/tutorial-create-new-site.html | 4 ++-- docs/ro/next/tutorial-create-new-site/index.html | 4 ++-- docs/tr/next/site-preparation.html | 11 ++++------- docs/tr/next/site-preparation/index.html | 11 ++++------- docs/tr/next/tutorial-create-new-site.html | 4 ++-- docs/tr/next/tutorial-create-new-site/index.html | 4 ++-- docs/zh-CN/next/site-preparation.html | 11 ++++------- docs/zh-CN/next/site-preparation/index.html | 11 ++++------- docs/zh-CN/next/tutorial-create-new-site.html | 4 ++-- docs/zh-CN/next/tutorial-create-new-site/index.html | 4 ++-- 20 files changed, 64 insertions(+), 94 deletions(-) diff --git a/docs/en/next/site-preparation.html b/docs/en/next/site-preparation.html index e81e85de0f..2a67b478ae 100644 --- a/docs/en/next/site-preparation.html +++ b/docs/en/next/site-preparation.html @@ -80,14 +80,14 @@

Directory Structure

As shown after you installed Docusaurus, the initialization script created a directory structure similar to:

root-directory
-├── docs-examples-from-docusaurus
+├── docs
 │   ├── doc1.md
 │   ├── doc2.md
 │   ├── doc3.md
 │   ├── exampledoc4.md
 │   └── exampledoc5.md
 └── website
-    ├── blog-examples-from-docusaurus
+    ├── blog
     │   ├── 2016-03-11-blog-post.md
     │   ├── 2017-04-10-blog-post-two.md
     │   ├── 2017-09-25-testing-rss.md
@@ -101,14 +101,11 @@
     ├── siteConfig.js
     └── static
 
-
-

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

@@ -124,7 +121,7 @@ of the documentation files.

Preparation Notes

You will need to keep the website/siteConfig.js and website/core/Footer.js files, but may edit them as you wish. The value of the customDocsPath key in website/siteConfig.js can be modified if you wish to use a different directory name or path. The website directory can also be renamed to anything you want it to be.

However, you should keep the website/pages and website/static directories. You 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.

-
Last updated on 2018-11-11 by Alexandre ZANNI
InstallationCreating your site