[incubator-pulsar.wiki] branch master updated: add toc

2018-07-19 Thread sijie
This is an automated email from the ASF dual-hosted git repository.

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.wiki.git


The following commit(s) were added to refs/heads/master by this push:
 new c5089d4  add toc
c5089d4 is described below

commit c5089d4bcdd90c57880df9ad72ecf9fd47c4ceb1
Author: Sijie Guo 
AuthorDate: Thu Jul 19 13:29:08 2018 -0700

add toc
---
 Release-Candidate-Validation.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Release-Candidate-Validation.md b/Release-Candidate-Validation.md
index 08491f8..4ab0238 100644
--- a/Release-Candidate-Validation.md
+++ b/Release-Candidate-Validation.md
@@ -2,6 +2,7 @@
   * [Download Binary Distributions](#download-the-binary-distributions)
   * [Validate Pub/Sub and Java Functions](#validate-pubsub-and-java-functions)
   * [Validate Connectors](#validate-connectors)
+  * [Validate Stateful Functions](#validate-stateful-functions)
 
 Here are some instructions for reviewing and validating a release candidate.
 
@@ -419,7 +420,7 @@ $ bin/pulsar-admin sink delete --tenant public --namespace 
default --name cassan
 "Deleted successfully"
 ```
 
- Validate Counter Functions
+ Validate Stateful Functions
 
 Since Pulsar 2.1, Pulsar enables bookkeeper table service for stateful pulsar 
functions (as a developer preview).
 



[incubator-pulsar.wiki] branch master updated: add toc

2018-07-19 Thread sijie
This is an automated email from the ASF dual-hosted git repository.

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.wiki.git


The following commit(s) were added to refs/heads/master by this push:
 new e1f48ed  add toc
e1f48ed is described below

commit e1f48ed12188d7ce2e8180762945724e6ea844a9
Author: Sijie Guo 
AuthorDate: Thu Jul 19 13:17:09 2018 -0700

add toc
---
 Release-Candidate-Validation.md | 5 +
 1 file changed, 5 insertions(+)

diff --git a/Release-Candidate-Validation.md b/Release-Candidate-Validation.md
index 39fd899..f9a3c6b 100644
--- a/Release-Candidate-Validation.md
+++ b/Release-Candidate-Validation.md
@@ -1,3 +1,8 @@
+- [Validate Binary Distribution](#validate-the-binary-distribution)
+  * [Download Binary Distributions](#download-the-binary-distributions)
+  * [Validate Pub/Sub and Java Functions](#validate-pub-sub-and-java-functions)
+  * [Validate Connectors](#validate-connectors)
+
 Here are some instructions for reviewing and validating a release candidate.
 
 ### Validate the binary distribution