diff --git a/docs/java-docs/bullet-bql/0.1.1/index.html b/docs/java-docs/bullet-bql/0.1.1/index.html new file mode 100644 index 00000000..210ebe8a --- /dev/null +++ b/docs/java-docs/bullet-bql/0.1.1/index.html @@ -0,0 +1 @@ +Replace me with the real documentation. diff --git a/docs/java-docs/bullet-core/0.4.2/index.html b/docs/java-docs/bullet-core/0.4.2/index.html new file mode 100644 index 00000000..210ebe8a --- /dev/null +++ b/docs/java-docs/bullet-core/0.4.2/index.html @@ -0,0 +1 @@ +Replace me with the real documentation. diff --git a/docs/java-docs/bullet-kafka/0.3.3/index.html b/docs/java-docs/bullet-kafka/0.3.3/index.html new file mode 100644 index 00000000..210ebe8a --- /dev/null +++ b/docs/java-docs/bullet-kafka/0.3.3/index.html @@ -0,0 +1 @@ +Replace me with the real documentation. diff --git a/docs/java-docs/bullet-record/0.2.0/index.html b/docs/java-docs/bullet-record/0.2.0/index.html new file mode 100644 index 00000000..210ebe8a --- /dev/null +++ b/docs/java-docs/bullet-record/0.2.0/index.html @@ -0,0 +1 @@ +Replace me with the real documentation. diff --git a/docs/java-docs/bullet-service/0.4.0/index.html b/docs/java-docs/bullet-service/0.4.0/index.html new file mode 100644 index 00000000..210ebe8a --- /dev/null +++ b/docs/java-docs/bullet-service/0.4.0/index.html @@ -0,0 +1 @@ +Replace me with the real documentation. diff --git a/docs/java-docs/bullet-spark/0.1.2/index.html b/docs/java-docs/bullet-spark/0.1.2/index.html new file mode 100644 index 00000000..210ebe8a --- /dev/null +++ b/docs/java-docs/bullet-spark/0.1.2/index.html @@ -0,0 +1 @@ +Replace me with the real documentation. diff --git a/docs/java-docs/bullet-storm/0.8.3/index.html b/docs/java-docs/bullet-storm/0.8.3/index.html new file mode 100644 index 00000000..210ebe8a --- /dev/null +++ b/docs/java-docs/bullet-storm/0.8.3/index.html @@ -0,0 +1 @@ +Replace me with the real documentation. diff --git a/docs/java-docs/bullet-ui/0.6.0/index.html b/docs/java-docs/bullet-ui/0.6.0/index.html new file mode 100644 index 00000000..210ebe8a --- /dev/null +++ b/docs/java-docs/bullet-ui/0.6.0/index.html @@ -0,0 +1 @@ +Replace me with the real documentation. diff --git a/docs/ws/examples.md b/docs/ws/examples.md index a58155cd..6f136d29 100644 --- a/docs/ws/examples.md +++ b/docs/ws/examples.md @@ -1838,7 +1838,7 @@ The above query will run for 20 seconds and emit a result every 5 seconds. The r ```SQL SELECT * FROM STREAM(MAX, TIME) -WHERE bcookie='2siknmdd6kaqm' +WHERE browser-id='2siknmdd6kaqm' WINDOWING(EVERY, 1, RECORD, FIRST, 1, RECORD) ``` diff --git a/mkdocs.yml b/mkdocs.yml index 49e7b161..f925452f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -35,6 +35,21 @@ pages: - UI: - Setup: ui/setup.md - Usage: ui/usage.md +- JavaDocs: + - bullet-core: + - v0.4.2: java-docs/bullet-core/0.4.2/index.html + - bullet-storm: + - v0.8.3: java-docs/bullet-storm/0.8.3/index.html + - bullet-spark: + - v0.1.2: java-docs/bullet-spark/0.1.2/index.html + - bullet-kafka: + - v0.3.0: java-docs/bullet-kafka/0.3.3/index.html + - bullet-service: + - v0.4.0: java-docs/bullet-service/0.4.0/index.html + - bullet-record: + - v0.2.0: java-docs/bullet-record/0.2.0/index.html + - bullet-bql: + - v0.1.1: java-docs/bullet-bql/0.1.1/index.html - Releases: releases.md - About: - Contributing: about/contributing.md