tzulitai / flink-web

Mirror of Apache Flink Website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flink-web

This repository contains the Flink website: https://flink.apache.org/.

You find instructions for this repository here: https://flink.apache.org/contributing/improve-website.html.

Testing changes locally

You can build the website using Docker such as below (without augmenting your host environment). Parameters passed as part of this call will be forwarded to build.sh.

# starts website with future post being disabled
bash docker-build.sh -p

# starts website including also future posts
bash docker-build.sh -f

Both commands will start a webserver providing the website via http://0.0.0.0:4000.

Building website

The site needs to be rebuild before merging into the branch asf-site.

bash docker-build.sh

About

Mirror of Apache Flink Website

License:Apache License 2.0


Languages

Language:HTML 93.2%Language:JavaScript 5.1%Language:Shell 0.9%Language:CSS 0.6%Language:Ruby 0.1%Language:Makefile 0.0%