Skip to content

Commit

Permalink
[Hotfix][Docs]Fixed document missing original (apache#10679)
Browse files Browse the repository at this point in the history
https://github.com/apache/pulsar/runs/2644824512?check_suite_focus=true
```
Error: No 'original_id' field found in /pulsar/site2/website/versioned_docs/version-2.7.2/deploy-bare-metal-multi-cluster.md. Perhaps you forgot to add it when importing prior versions of your docs?
    at forEach (/pulsar/site2/website/node_modules/docusaurus/lib/server/versionFallback.js:64:11)
    at Array.forEach (<anonymous>)
    at Object.<anonymous> (/pulsar/site2/website/node_modules/docusaurus/lib/server/versionFallback.js:52:7)
    at Module._compile (internal/modules/cjs/loader.js:1068:30)
    at Module._compile (/pulsar/site2/website/node_modules/pirates/lib/index.js:99:24)
    at Module._extensions..js (internal/modules/cjs/loader.js:1097:10)
    at Object.newLoader [as .js] (/pulsar/site2/website/node_modules/pirates/lib/index.js:104:7)
    at Module.load (internal/modules/cjs/loader.js:933:32)
    at Function.Module._load (internal/modules/cjs/loader.js:774:14)
    at Module.require (internal/modules/cjs/loader.js:957:19)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
```
  • Loading branch information
tuteng authored May 22, 2021
1 parent 67adf0a commit 9e76161
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
id: deploy-bare-metal-multi-cluster
id: version-2.7.2-deploy-bare-metal-multi-cluster
title: Deploying a multi-cluster on bare metal
sidebar_label: Bare metal multi-cluster
original_id: deploy-bare-metal-multi-cluster
---

> ### Tips
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
id: deploy-bare-metal
id: version-2.7.2-deploy-bare-metal
title: Deploy a cluster on bare metal
sidebar_label: Bare metal
original_id: deploy-bare-metal
---


Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
id: standalone
id: version-2.7.2-standalone
title: Set up a standalone Pulsar locally
sidebar_label: Run Pulsar locally
original_id: standalone
---

For local development and testing, you can run Pulsar in standalone mode on your machine. The standalone mode includes a Pulsar broker, the necessary ZooKeeper and BookKeeper components running inside of a single Java Virtual Machine (JVM) process.
Expand Down

0 comments on commit 9e76161

Please sign in to comment.