Skip to content

akalash/flink-web

This branch is 6 commits ahead of, 538 commits behind apache/flink-web:asf-site.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

22971de · May 25, 2022
Feb 21, 2022
Feb 21, 2022
Feb 2, 2022
Jan 18, 2017
May 17, 2022
Jun 21, 2018
May 25, 2022
Mar 4, 2022
Sep 7, 2021
Jan 12, 2021
May 25, 2022
Jan 12, 2021
Mar 15, 2022
Sep 5, 2017
Apr 9, 2021
Jul 4, 2019
Sep 6, 2021
Feb 28, 2019
Feb 1, 2019
Sep 2, 2021
Mar 15, 2022
Jul 6, 2021
Mar 16, 2022
Mar 16, 2022
Feb 28, 2019
Aug 26, 2021
Sep 6, 2021
Jan 28, 2022
Jan 28, 2022
Feb 3, 2020
Feb 3, 2020
Feb 28, 2019
Sep 6, 2021
Sep 6, 2021
Jun 21, 2019
Jul 3, 2019
Mar 22, 2021
Mar 17, 2019
Jun 23, 2021
Jun 23, 2021
Mar 15, 2022
Oct 27, 2021
Dec 17, 2021
Sep 18, 2018
Apr 17, 2019
Apr 17, 2019
Feb 14, 2020
Feb 14, 2020
Feb 2, 2022
Feb 4, 2022
Feb 28, 2019
Sep 17, 2021
Apr 12, 2021
Jan 7, 2021
Jan 7, 2021
Feb 28, 2019
Feb 16, 2022
Feb 16, 2022
Jul 9, 2020
Nov 20, 2020
May 3, 2019
May 3, 2019

Repository files navigation

flink-web

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

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

Testing changes locally

You can build the website using Docker (without changing your host environment) by using the provided script as shown below. Parameters passed as part of this call will be forwarded to build.sh. The -i option can be used to enable incremental builds.

# starts website with future posts disabled
./docker-build.sh -p

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

Both commands will start a web server hosting the website via http://0.0.0.0:4000.

If a newly added blog post does not show up in the blogs overview page, build the website again without the -i option. You can also try deleting the "/content" directory before building the page locally. The entire "/content" directory will be regenerated and include the newly added blog post.

Building the website

The website needs to be rebuilt before being merged into the asf-site branch. When doing so, please do not use incremental builds.

You can execute the following command to rebuild non-incrementally:

docker-build.sh

About

Apache Flink Website

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 94.7%
  • JavaScript 4.0%
  • Other 1.3%