You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2018/05/02 19:32:20 UTC

[incubator-pulsar] branch master updated: Fix website sidebar (#1717)

This is an automated email from the ASF dual-hosted git repository.

mmerli 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 8056df5  Fix website sidebar (#1717)
8056df5 is described below

commit 8056df573514e2a34224ee0cfe7385a9fd179589
Author: Luc Perkins <lu...@gmail.com>
AuthorDate: Wed May 2 12:32:17 2018 -0700

    Fix website sidebar (#1717)
    
    * use proper YAML syntax
    
    * add swagger docs build to make build command
    
    * rename make commands
---
 site/Makefile           | 6 +++---
 site/_data/sidebar.yaml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/site/Makefile b/site/Makefile
index 9fcd9d6..3694bdf 100644
--- a/site/Makefile
+++ b/site/Makefile
@@ -63,7 +63,7 @@ travis_build: javadoc
 travis_publish:
 	scripts/publish-website.sh
 
-build: api_docs
+build: api_docs swagger_docs_build
 	scripts/build-all-versions.sh
 
 serve: clean_local
@@ -86,7 +86,7 @@ swagger_definition_copy:
 	(cd $(shell git rev-parse --show-toplevel) && \
 		cp pulsar-broker/target/docs/swagger.json site/_data/admin-rest-api-swagger.json)
 
-swagger_docs_update: swagger_definition_gen swagger_definition_copy
+swagger_docs_build: swagger_definition_gen swagger_definition_copy
 
 protobuf_doc_gen:
 	scripts/protobuf-doc-gen.sh
@@ -96,4 +96,4 @@ protobuf_setup:
 
 api_docs: javadoc python_doc_gen cpp_doc_gen
 
-publish: deep_clean setup swagger_docs_update build
+publish: deep_clean setup build
diff --git a/site/_data/sidebar.yaml b/site/_data/sidebar.yaml
index c145a18..9f701bc 100644
--- a/site/_data/sidebar.yaml
+++ b/site/_data/sidebar.yaml
@@ -82,7 +82,7 @@ groups:
     endpoint: Dashboard
   - title: Pulsar statistics
     endpoint: Stats
-  - Load distribution
+  - title: Load distribution
     endpoint: LoadDistribution
   - title: Pulsar proxy
     endpoint: Proxy

-- 
To stop receiving notification emails like this one, please contact
mmerli@apache.org.