Skip to content

Commit 08d1f27

Browse files
author
TippyFlits
committed
Fix table placement and restore card format
- Moved tables to correct position after description paragraphs - Restored GitBook card-style tables with logos - Matches original PDF layout exactly
1 parent ab052da commit 08d1f27

File tree

1 file changed

+6
-21
lines changed

1 file changed

+6
-21
lines changed

storage-providers/pdp/install-and-run-pdp.md

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,10 @@ EOF
8484

8585
## ⛓️ Installing and Running Lotus - Calibration Testnet
8686

87-
<table style="background-color: #e3f2fd;">
88-
<tbody>
89-
<tr><td>Lotus Documentation</td><td><a href="https://lotus.filecoin.io/lotus/get-started/what-is-lotus/">https://lotus.filecoin.io/lotus/get-started/what-is-lotus/</a></td></tr>
90-
<tr><td>Lotus Support Channels</td><td><a href="https://filecoinproject.slack.com/archives/CPFTWMY7N">Filecoin Slack - #fil-lotus-help</a></td></tr>
91-
</tbody>
92-
</table>
93-
9487
🧠 Lotus is your gateway to the Filecoin network. It syncs the chain, manages wallets, and is required for Curio to interact with your node.
9588

89+
<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td>Lotus Documentation</td><td><a href="https://lotus.filecoin.io/lotus/get-started/what-is-lotus/">https://lotus.filecoin.io/lotus/get-started/what-is-lotus/</a></td><td><a href="../../.gitbook/assets/lotus-logo-big.png">lotus-logo-big.png</a></td></tr><tr><td>Lotus Support Channels</td><td><a href="https://filecoinproject.slack.com/archives/CPFTWMY7N">Filecoin Slack - #fil-lotus-help</a></td><td><a href="../../.gitbook/assets/Filecoin.svg.png">Filecoin.svg.png</a></td></tr></tbody></table>
90+
9691
### 🔧 Build Lotus Daemon
9792

9893
Clone and check out Lotus:
@@ -189,15 +184,10 @@ Both wallets will be used during Curio initialisation.
189184

190185
## 🐘 Running YugabyteDB
191186

192-
<table style="background-color: #e3f2fd;">
193-
<tbody>
194-
<tr><td>Yugabyte Documentation</td><td><a href="https://docs.yugabyte.com/preview/tutorials/quick-start/linux/">https://docs.yugabyte.com/preview/tutorials/quick-start/linux/</a></td></tr>
195-
<tr><td>Yugabyte Support Channels</td><td><a href="https://filecoinproject.slack.com/archives/C06LF5YP8S3">Filecoin Slack - #fil-curio-help</a> - <a href="https://inviter.co/yugabytedb">Yugabyte Slack</a></td></tr>
196-
</tbody>
197-
</table>
198-
199187
🧠 Curio uses YugabyteDB to store metadata about deals, sealing operations, and PDP submissions.
200188

189+
<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td>Yugabyte Documentation</td><td><a href="https://docs.yugabyte.com/preview/tutorials/quick-start/linux/">https://docs.yugabyte.com/preview/tutorials/quick-start/linux/</a></td><td><a href="../../.gitbook/assets/yugabyte.svg">yugabyte.svg</a></td></tr><tr><td>Yugabyte Support Channels</td><td><a href="https://filecoinproject.slack.com/archives/C06LF5YP8S3">Filecoin Slack - #fil-curio-help</a> - <a href="https://inviter.co/yugabytedb">Yugabyte Slack</a></td><td><a href="../../.gitbook/assets/yugabyte.svg">yugabyte.svg</a></td></tr></tbody></table>
190+
201191
### 🛠 Set ulimit configuration
202192

203193
{% hint style="warning" %}
@@ -275,15 +265,10 @@ You can also check your Yugabyte cluster details directly in the CLI with:
275265

276266
## 🧱 Installing and Configuring Curio
277267

278-
<table style="background-color: #e3f2fd;">
279-
<tbody>
280-
<tr><td>Curio Documentation</td><td><a href="https://docs.curiostorage.org/">https://docs.curiostorage.org/</a></td></tr>
281-
<tr><td>Curio Support Channels</td><td><a href="https://filecoinproject.slack.com/archives/C06LF5YP8S3">Filecoin Slack - #fil-curio-help</a></td></tr>
282-
</tbody>
283-
</table>
284-
285268
🧠 Curio is the core PDP client that coordinates sealing, interacts with Lotus and submits PDP proofs.
286269

270+
<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td>Curio Documentation</td><td><a href="https://docs.curiostorage.org/">https://docs.curiostorage.org/</a></td><td><a href="../../.gitbook/assets/Curio_placeholder.webp">Curio_placeholder.webp</a></td></tr><tr><td>Curio Support Channels</td><td><a href="https://filecoinproject.slack.com/archives/C06LF5YP8S3">Filecoin Slack - #fil-curio-help</a></td><td><a href="../../.gitbook/assets/Filecoin.svg.png">Filecoin.svg.png</a></td></tr></tbody></table>
271+
287272
### ⚙️ System Configuration
288273

289274
Before you proceed with the installation, you should increase the UDP buffer size:

0 commit comments

Comments
 (0)