Skip to content

Commit be17153

Browse files
committed
syntax error fix
1 parent ac8f28d commit be17153

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

pages/docs/node/node-software.mdx

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
---
2-
title: Node Software, Binaries and Sources
3-
description: An overview of Tangle Network software.
2+
title: Node Software and Binaries
3+
description: An overview of Tangle Network software and how to run a node.
44
---
55

66
import { Tabs, Tab } from "/components/Tabs";
77
import Callout from "/components/Callout";
8-
---
9-
title: Node Software and Binaries
10-
description: An overview of Tangle Network software and how to run a node.
11-
---
128

139
# Running a Tangle Node
1410

@@ -46,10 +42,7 @@ Your node will start synchronizing with the Tangle Network. Once the synchroniza
4642

4743
For production environments, it is recommended to run your Tangle node using a process manager like SystemD or Docker. This ensures that your node runs consistently and automatically restarts in case of any issues.
4844

49-
Please refer to the following guides for instructions on running a Tangle node with SystemD or Docker:
50-
51-
- Running a Tangle Node with SystemD
52-
- Running a Tangle Node with Docker
45+
Please refer to the guides in sidebar for instructions on running a Tangle node with SystemD or Docker.
5346

5447
## Default Ports for a Tangle Node
5548

@@ -67,4 +60,4 @@ To build the Tangle node with specific feature flags enabled, use the following
6760

6861
`cargo build --release --features <feature-flag>`
6962

70-
Replace <feature-flag> with the desired feature flag(s) you want to enable.
63+
Replace `<feature-flag>` with the desired feature flag(s) you want to enable.

0 commit comments

Comments
 (0)