You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
flink-cdc-connectors/docs
Hang Ruan 2d08513f39
[Postgres] Use Incremental Snapshot Framework for Postgres CDC Connector (#2216)
Co-authored-by: Xiao Meng <21000+xiaom@users.noreply.github.com>
Co-authored-by: Yaroslav Tkachenko <260702+sap1ens@users.noreply.github.com>
2 years ago
..
_static [docs] Update the flink cdc picture with supported database vendors. 2 years ago
_templates [build] Use correct year and copyright owner in license files (#1390) 3 years ago
content [Postgres] Use Incremental Snapshot Framework for Postgres CDC Connector (#2216) 2 years ago
site [docs] Update the outdated DingTalk QR code 2 years ago
Dockerfile [build] Use tools with stable version in building docs 3 years ago
Makefile [doc] Use sphinx-rtd-theme to manage project documents 4 years ago
README.md [docs] Support build document website locally 3 years ago
build_docs.sh [ci] Fix for dubious repo ownership issue (#1843) 2 years ago
conf.py [build] Use correct year and copyright owner in license files (#1390) 3 years ago
docs_site.sh [build] Use correct year and copyright owner in license files (#1390) 3 years ago
index.md clarify ownership to comply with ASF trademark policies (#1000) 3 years ago
make.bat [doc] Use sphinx-rtd-theme to manage project documents 4 years ago

README.md

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