You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by ch...@apache.org on 2020/11/20 10:41:39 UTC

[singa-doc] branch master updated: add instruction: how to test locally

This is an automated email from the ASF dual-hosted git repository.

chrishkchris pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/singa-doc.git


The following commit(s) were added to refs/heads/master by this push:
     new b5c8102  add instruction: how to test locally
     new 0bdb5f1  Merge pull request #38 from chrishkchris/test
b5c8102 is described below

commit b5c810276fcf1c1b1a41008a7a57071ffb72127b
Author: Chris Yeung <ch...@yahoo.com.hk>
AuthorDate: Fri Nov 20 18:39:40 2020 +0800

    add instruction: how to test locally
---
 docs-site/README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs-site/README.md b/docs-site/README.md
index 49cd920..0a116e3 100644
--- a/docs-site/README.md
+++ b/docs-site/README.md
@@ -35,6 +35,12 @@ $ yarn run build # or npm run build
 
 The generated html files are under `website/build/singa-doc/`.
 
+To host the website locally for testing, under `website/build/singa-doc/` type:
+
+```sh
+$ python -m http.server
+```
+
 ## Update and Add Pages
 
 ### Navigation Bar