Skip to content

Commit efaf897

Browse files
committed
WIP rewrite of howtos for validator nodes
1 parent cc92b2b commit efaf897

File tree

7 files changed

+260
-1935
lines changed

7 files changed

+260
-1935
lines changed

docs/_site_essentials/stylesheets/extra.css

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -43,36 +43,6 @@ div.flex-figure div.flex-figure-right {
4343
flex-shrink: 1.5;
4444
}
4545

46-
div.info-box {
47-
border: 5px solid #ae6fdb !important;
48-
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
49-
margin: 0 auto;
50-
max-width: 100%;
51-
display: block;
52-
margin-bottom: 20px;
53-
border-radius: 10px;
54-
background-color: #F9F9F9;
55-
}
56-
57-
div.info-box h3 {
58-
margin-top: 0;
59-
margin-bottom: 0;
60-
font-size: 1.1em;
61-
font-weight: bold;
62-
background-color: #ae6fdb;
63-
color: #FFF;
64-
padding: 2px 10px;
65-
border-radius: 2px 2px 0 0;
66-
}
67-
68-
div.info-box p {
69-
margin-top: 0;
70-
margin-bottom: 0;
71-
padding: 8px 10px;
72-
font-size: 0.8em;
73-
line-height: 1.3em;
74-
}
75-
7646
/*
7747
.md-footer, .md-footer__inner, .md-footer-meta {
7848
background-color: black;

docs/pos/howto/operating/full-node/gcp.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,9 @@ After deploying the VM, software installation and snapshot downloading (if chose
5959
journalctl -fu heimdalld
6060
```
6161

62-
<div class="info-box" markdown="1">
63-
<h3>Note</h3>
64-
<p markdown="1">Blockchain data is stored on additional drives, retained by default when the VM is removed. Manually delete these disks if they are no longer needed.</p>
65-
</div>
62+
!!! note
63+
64+
Blockchain data is stored on additional drives, retained by default when the VM is removed. Manually delete these disks if they are no longer needed.
6665

6766
Upon completion, your GCP console should display the newly created Polygon node instance, similar to the illustration below.
6867

docs/pos/howto/operating/full-node/manual-install.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
This deployment guide walks you through starting and running a full node through various methods. For the system requirements, see the [Minimum Technical Requirements](/pos/validator/validator-node-system-requirements.md) guide.
22

3-
<div class="info-box" markdown="1">
4-
<h3>Tip: Snapshots</h3>
5-
<p markdown="1">Steps in these guide involve waiting for the Heimdall and Bor services to fully sync. This process takes several days to complete.</p>
6-
<p markdown="1">Please use snapshots for faster syncing without having to sync over the network. For detailed instructions, see [<ins>Snapshot Instructions for Heimdall and Bor</ins>](/pos/reference/snapshot-instructions-heimdall-bor.md).</p>
7-
<p markdown="1">For snapshot download links, see the [<ins>Polygon Chains Snapshots</ins>](https://snapshots.polygon.technology/) page.</p>
8-
</div>
3+
!!! tip "Snapshots"
4+
5+
Steps in these guide involve waiting for the Heimdall and Bor services to fully sync. This process takes several days to complete.
6+
7+
Please use snapshots for faster syncing without having to sync over the network. For detailed instructions, see [<ins>Snapshot Instructions for Heimdall and Bor</ins>](/pos/reference/snapshot-instructions-heimdall-bor.md).
8+
9+
For snapshot download links, see the [<ins>Polygon Chains Snapshots</ins>](https://snapshots.polygon.technology/) page.
910

1011
## Overview
1112

0 commit comments

Comments
 (0)