You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by lu...@apache.org on 2015/09/06 09:39:27 UTC

[21/50] [abbrv] incubator-kylin git commit: minor doc, better format in howto_docs.md

minor doc, better format in howto_docs.md


Project: http://git-wip-us.apache.org/repos/asf/incubator-kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-kylin/commit/da732024
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/da732024
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/da732024

Branch: refs/heads/master
Commit: da7320243a2ed8b598aa471518c05e7f76dd373a
Parents: db4d1e8
Author: Li, Yang <ya...@ebay.com>
Authored: Thu Aug 13 14:28:01 2015 +0800
Committer: Li, Yang <ya...@ebay.com>
Committed: Thu Aug 13 14:28:41 2015 +0800

----------------------------------------------------------------------
 website/_dev/howto_docs.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/da732024/website/_dev/howto_docs.md
----------------------------------------------------------------------
diff --git a/website/_dev/howto_docs.md b/website/_dev/howto_docs.md
index 426aefd..7b98015 100644
--- a/website/_dev/howto_docs.md
+++ b/website/_dev/howto_docs.md
@@ -105,9 +105,10 @@ We are using [Rouge](https://github.com/jneen/rouge) to highlight code syntax.
 check this doc's source code for more detail sample.
 
 # How to preview in your local
-You can preview in your markdown editor, to check exactly what it will looks like on website, please run Jekyll from "website" folder:  
+You can preview in your markdown editor, to check exactly what it will looks like on website, please run Jekyll from "website" folder:
+
 ```
-jekyll s
+jekyll server
 
 ```
 Then access http://127.0.0.1:4000 in your browser.