From fe6f994c6c471378afbf3c9235a0fcddab7e0319 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Wed, 23 May 2018 05:18:57 +0000 Subject: [PATCH] Deploy website Deploy website version based on f7b69651a0beaab6a87c3da16f8aca160df4925c --- docs/en/next/installation.html | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/docs/en/next/installation.html b/docs/en/next/installation.html index 653bcf8241..889815f1c0 100644 --- a/docs/en/next/installation.html +++ b/docs/en/next/installation.html @@ -34,18 +34,18 @@ │ ├── doc3.md │ ├── exampledoc4.md │ └── exampledoc5.md -├── website -│ ├── blog-examples-from-docusaurus -│ │ ├── 2016-03-11-blog-post.md -│ │ └── 2017-04-10-blog-post-two.md -│ ├── core -│ │ └── Footer.js -│ ├── node_modules -│ ├── package.json -│ ├── pages -│ ├── sidebars.json -│ ├── siteConfig.js -│ └── static +└── website + ├── blog-examples-from-docusaurus + │ ├── 2016-03-11-blog-post.md + │ └── 2017-04-10-blog-post-two.md + ├── core + │ └── Footer.js + ├── node_modules + ├── package.json + ├── pages + ├── sidebars.json + ├── siteConfig.js + └── static

Running the Docusaurus initialization script, docusaurus-init, produces a runnable, example website to base your site upon.

    @@ -56,7 +56,12 @@
  1. Load the example site at http://localhost:3000. You should see the example site loaded in your web browser.

-
Site Preparation →