Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This section contains instructions for building the documentation of older Flink versions.

Flink 1.0 -> 1.7:

docs/build_docs.sh:

Code Block
-bundle install --path .rubydeps
+bundle install --full-index --path .rubydeps

...

Code Block
docker run --rm --volume="$PWD:/srv" --expose=4000 -p 4000:4000 -it ruby:2.3.1 bash -c "cd /srv && ./build_docs.sh"

Flink 1.8 -> 1.12 / StateFun 2.0 -> 2.2:

Code Block
docker run --rm --volume="$PWD:/srv" --expose=4000 -p 4000:4000 -it ruby:2.6.3 bash -c "cd /srv && ./build_docs.sh"

...