Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 1.12 KB

README.md

File metadata and controls

58 lines (38 loc) · 1.12 KB

Flink China Doc

Markdown Support & Auto Deploy

preview_01 preview_02

Generate Doc

Environment

Note: Please make sure you have installed Node already.

You can generate and preview static site by the following command

    $ npm run generate
    $ cd dist
    $ python -m SimpleHTTPServer 8080

Contribute Guide

Note: Please fork this repo and send pull request, netlify robot will generate deploy preview for you. The site will be auto deployed and refreshed when master branch updated.

New Blog

Add markdown file to markdown/blog

-----
title: {{ blog title here }}
author: {{ blog author here }}
time: {{ created time here }}
order: {{ blog order here }}
comment: {{ blog comment here }}
---

Add Community Activity

-----
title: {{ activity title }}
time: {{ activity time }}
img: {{ img link }}
order: {{ community order }}
location: {{ community location }}
---

Update Doc

markdown/doc