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

[GitHub] merlimat closed pull request #1717: Fix website sidebar

merlimat closed pull request #1717: Fix website sidebar
URL: https://github.com/apache/incubator-pulsar/pull/1717
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/site/Makefile b/site/Makefile
index 9fcd9d6a18..3694bdf6de 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 c145a18093..9f701bcc5c 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


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services