Skip to content

Files

This branch is 744 commits behind apache/flink-cdc:master.

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 7, 2022
Jul 21, 2022
Dec 27, 2022
Nov 16, 2022
Sep 16, 2021
Aug 6, 2021
Sep 3, 2021
Dec 27, 2022
Jul 21, 2022
Jul 21, 2022
Mar 24, 2022
Aug 6, 2021

This README gives an overview of how to build the documentation of Flink CDC.

Build the site locally

Make sure you have installed Docker and started it on you local environment.

From the directory of this module (docs), use the following command to start the site.

./docs_site.sh start

Then the site will run and can be viewed at http://localhost:8001, any update on the docs will be shown in the site without restarting.

Of course, you can use the following command to stop the site.

./docs_site.sh stop