#------------------------------------------------------------------------------ # VARIABLES #------------------------------------------------------------------------------ # Variables specified in this file can be used in the documentation via: # {{ site.CONFIG_KEY }} #------------------------------------------------------------------------------ url: http://flink.apache.org DOCS_BASE_URL: http://ci.apache.org/projects/flink/ FLINK_VERSION_STABLE: 0.8.1 FLINK_VERSION_HADOOP_1_STABLE: 0.8.1-hadoop1 FLINK_VERSION_HADOOP_2_STABLE: 0.8.1 FLINK_VERSION_STABLE_SHORT: 0.8.1 FLINK_GITHUB_TAG_STABLE: release-0.8.1 FLINK_VERSION_LATEST: 0.9-SNAPSHOT FLINK_VERSION_HADOOP_1_LATEST: 0.9-SNAPSHOT-hadoop1 FLINK_VERSION_HADOOP_2_LATEST: 0.9-SNAPSHOT FLINK_VERSION_LATEST_SHORT: 0.9 FLINK_GITHUB_TAG_LATEST: master FLINK_LATEST_DOCS: http://ci.apache.org/projects/flink/flink-docs-master/ FLINK_CURRENT_DOCS: http://ci.apache.org/projects/flink/flink-docs-release-0.8/ FLINK_ISSUES_URL: https://issues.apache.org/jira/browse/FLINK FLINK_GITHUB_URL: https://github.com/apache/flink FLINK_GITHUB_CONTRIBUTORS_URL: https://github.com/apache/flink/graphs/contributors FLINK_GITHUB_REPO_NAME: flink FLINK_DOWNLOAD_URL_SOURCE: http://www.apache.org/dyn/closer.cgi/flink/flink-0.8.1/flink-0.8.1-src.tgz FLINK_DOWNLOAD_URL_HADOOP_1_STABLE: http://www.apache.org/dyn/closer.cgi/flink/flink-0.8.1/flink-0.8.1-bin-hadoop1.tgz FLINK_DOWNLOAD_URL_HADOOP_2_STABLE: http://www.apache.org/dyn/closer.cgi/flink/flink-0.8.1/flink-0.8.1-bin-hadoop2.tgz FLINK_DOWNLOAD_URL_YARN_STABLE: http://www.apache.org/dyn/closer.cgi/flink/flink-0.8.1/flink-0.8.1-bin-hadoop2-yarn.tgz FLINK_DOWNLOAD_URL_HADOOP_1_LATEST: http://stratosphere-bin.s3-website-us-east-1.amazonaws.com/flink-0.9-SNAPSHOT-bin-hadoop1.tgz FLINK_DOWNLOAD_URL_HADOOP_2_LATEST: http://stratosphere-bin.s3-website-us-east-1.amazonaws.com/flink-0.9-SNAPSHOT-bin-hadoop2.tgz #baseurl: /incubator-flink-website #------------------------------------------------------------------------------ # BUILD CONFIG #------------------------------------------------------------------------------ # These variables configure the jekyll build (./build_docs.sh). You don't need # to change anything here. #------------------------------------------------------------------------------ defaults: - scope: path: "" values: layout: default - scope: path: "docs" values: layout: docs highlighter: pygments markdown: redcarpet redcarpet: # https://help.github.com/articles/github-flavored-markdown extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data", "strikethrough", "superscript", "lax_spacing"] exclude: flink-src-repo # News Posts paginate: 10 paginate_path: "blog/page:num"