All Projects → flink-china → doc

flink-china / doc

Licence: other
Flink China Doc & Blog | Markdown Support & Auto Deploy

Programming Languages

HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects
typescript
32286 projects
Batchfile
5799 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].