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.git


The following commit(s) were added to refs/heads/master by this push:
     new c2e9219  Fix doc build error on broker config (#1937)
c2e9219 is described below

commit c2e9219780140c1a96da36d0cd78acc2bc1b8402
Author: Ivan Kelly <[email protected]>
AuthorDate: Fri Jun 8 17:30:46 2018 +0200

    Fix doc build error on broker config (#1937)
    
    A recent change added a description with a : to the config data. This
    broke the yaml parser.
    
    Solution is to quote the string in question.
---
 site/_data/config/broker.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/_data/config/broker.yaml b/site/_data/config/broker.yaml
index e4c3490..fb82b49 100644
--- a/site/_data/config/broker.yaml
+++ b/site/_data/config/broker.yaml
@@ -319,7 +319,7 @@ configs:
   description: Name of load manager to use
 - name: managedLedgerOffloadDriver
   default: ''
-  description: Driver to use to offload old data to long term storage 
(Possible values: S3)
+  description: "Driver to use to offload old data to long term storage 
(Possible values: S3)"
 - name: managedLedgerOffloadMaxThreads
   default: '2'
   description: Maximum number of thread pool threads for ledger offloading

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to