You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2019/07/08 04:11:21 UTC

[pulsar] branch master updated: Upgrade docusaurus to 1.11.1 (#4682)

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


The following commit(s) were added to refs/heads/master by this push:
     new 00ab609  Upgrade docusaurus to 1.11.1 (#4682)
00ab609 is described below

commit 00ab609a3020dd8085a1c853a1ba3f1f008c010b
Author: tuteng <eg...@gmail.com>
AuthorDate: Mon Jul 8 12:11:16 2019 +0800

    Upgrade docusaurus to 1.11.1 (#4682)
    
    Fixes https://github.com/apache/pulsar/issues/4606
    
    Master Issue: https://github.com/apache/pulsar/issues/4606
    
    ### Motivation
    
    Refine the framework and implement language-specific code tabs
    
    ### Modifications
    
    Upgrade the docusaurus version to 1.11.1 for support code tab
---
 site2/website/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site2/website/package.json b/site2/website/package.json
index 41acd55..ea70d96 100644
--- a/site2/website/package.json
+++ b/site2/website/package.json
@@ -13,7 +13,7 @@
   },
   "devDependencies": {
     "axios": "^0.18.0",
-    "docusaurus": "^1.3.2",
+    "docusaurus": "^1.11.1",
     "jest": "^23.3.0",
     "jest-puppeteer": "^3.2.1",
     "puppeteer": "^1.5.0",