You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2016/02/13 12:04:23 UTC

kylin git commit: KYLIN-1416 revise howto_doc

Repository: kylin
Updated Branches:
  refs/heads/document 6b6aa3135 -> 88f1da47c


KYLIN-1416 revise howto_doc


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

Branch: refs/heads/document
Commit: 88f1da47c610f6c0cdc56cf9ac6e06762bf0f263
Parents: 6b6aa31
Author: Yang Li <li...@apache.org>
Authored: Sat Feb 13 19:03:44 2016 +0800
Committer: Yang Li <li...@apache.org>
Committed: Sat Feb 13 19:03:44 2016 +0800

----------------------------------------------------------------------
 website/_dev/howto_docs.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/88f1da47/website/_dev/howto_docs.md
----------------------------------------------------------------------
diff --git a/website/_dev/howto_docs.md b/website/_dev/howto_docs.md
index 4850750..5d2669b 100644
--- a/website/_dev/howto_docs.md
+++ b/website/_dev/howto_docs.md
@@ -5,6 +5,8 @@ categories: development
 permalink: /development/howto_docs.html
 ---
 
+We write documents in MD format and convert to HTML using [Jekyll](http://jekyllrb.com). The Jekyll generated HTML gets uploaded to apache SVN and becomes Kylin website. All MD source files are managed in git so all changes and contributors are clearly tracked.
+
 ## Before your work
 
 Install following tools before you add or edit documentation:  
@@ -32,7 +34,9 @@ Apache Kylin's website and documentation is using Jekyll to manage and generate
 To draft Chinese version document or translate existing one, just add or copy that doc and name with .cn.md as sufffix. It will generate under /cn folder with same name as html file.  
 To add other language, please update _config.yml and follow the same pattern as Chinese version.
 
-# Kylin document sturcture and navigation menu
+# Kylin document structure and navigation menu
+
+The Kylin [website as the Jekyll source](https://github.com/apache/kylin/tree/document/website) is maintained under the `doucment` branch.
 
 1. __Home Page__: _"index.md"_ Home page of Docs
 2. __Getting Started__: _"gettingstarted"_ General docs about Apache Kylin, including FAQ, Terminology