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 2020/07/17 06:21:42 UTC

[GitHub] [pulsar] jiazhai opened a new pull request #7575: fix website build for format error in sidebars.json

jiazhai opened a new pull request #7575:
URL: https://github.com/apache/pulsar/pull/7575


   
   
   Fixes #7536 
   
   ### Motivation
   
   website build error happens: https://builds.apache.org/job/pulsar-website-build/1070/console
   ```
   $ docusaurus-write-translations
   internal/modules/cjs/loader.js:800
       throw err;
       ^
   
   SyntaxError: /pulsar/site2/website/sidebars.json: Unexpected string in JSON at position 2167
       at JSON.parse (<anonymous>)
       at Object.Module._extensions..json (internal/modules/cjs/loader.js:797:27)
       at Module.load (internal/modules/cjs/loader.js:653:32)
       at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
       at Function.Module._load (internal/modules/cjs/loader.js:585:3)
       at Module.require (internal/modules/cjs/loader.js:692:17)
       at require (internal/modules/cjs/helpers.js:25:18)
       at Object.<anonymous> (/pulsar/site2/website/node_modules/docusaurus/lib/server/readMetadata.js:44:17)
       at Module._compile (internal/modules/cjs/loader.js:778:30)
       at Module._compile (/pulsar/site2/website/node_modules/pirates/lib/index.js:99:24)
   error Command failed with exit code 1.
   info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
   ```
   
   this is caused by the format error in sidebars.json brings in #7462 
   
   ### Modifications
   
   Fix the error. 
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



[GitHub] [pulsar] Jennifer88huang merged pull request #7575: fix website build for format error in sidebars.json

Posted by GitBox <gi...@apache.org>.
Jennifer88huang merged pull request #7575:
URL: https://github.com/apache/pulsar/pull/7575


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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