Skip to content

Commit 2583de0

Browse files
committed
Run make format-md
1 parent d424020 commit 2583de0

File tree

5 files changed

+7
-11
lines changed

5 files changed

+7
-11
lines changed

CLAUDE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,8 @@ referencing Claude.
210210

211211
1. Make your code changes
212212
2. Run the appropriate formatting command based on file types modified
213-
3. **ALWAYS run `make fix-trailing-whitespace` before committing or ending any task**
213+
3. **ALWAYS run `make fix-trailing-whitespace` before committing or ending any
214+
task**
214215
4. Verify formatting with check commands if needed
215216
5. **Verify commit message does not include Claude as co-author**
216217
6. **Verify commit message contains no emojis and follows 80-character wrap**

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
[![Changelog][changelog-badge]][changelog] [![Apache licensed]][Apache link]
1212

1313
_The **Open Mina Node** is a fast and secure implementation of the Mina protocol
14-
in **Rust**._
15-
_Currently in **public beta**, join our
14+
in **Rust**._ _Currently in **public beta**, join our
1615
[Discord community](https://discord.com/channels/484437221055922177/1290662938734231552)
1716
to help test future releases._
1817

docs/block-producer-guide.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Run Block Producing Node on Devnet
22

33
This guide is intended for setting up block producer nodes on **Mina Devnet**
4-
only.
5-
Do not use this guide for Mina Mainnet until necessary security audits are
4+
only. Do not use this guide for Mina Mainnet until necessary security audits are
65
complete.
76

87
---

website/docs/node-runners/block-producer.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Run Block Producing Node on Devnet
22

33
This guide is intended for setting up block producer nodes on **Mina Devnet**
4-
only.
5-
Do not use this guide for Mina Mainnet until necessary security audits are
4+
only. Do not use this guide for Mina Mainnet until necessary security audits are
65
complete.
76

87
---

website/docs/node-runners/local-demo.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
# Run Block Producers on local network
22

3-
Once you have completed the [pre-requisites](./docker-installation.md) for
4-
your operating system, follow these steps:
3+
Once you have completed the [pre-requisites](./docker-installation.md) for your
4+
operating system, follow these steps:
55

66
## Setup Option 1: Download Docker Compose Files from the Release
77

88
1. **Download the Docker Compose files:**
9-
109
- Go to the [Releases page](https://github.com/openmina/openmina/releases) of
1110
this repository.
1211
- Download the latest `openmina-vX.Y.Z-docker-compose.zip` (or `.tar.gz`)
1312
file corresponding to the release version (available since v0.8.0).
1413

1514
2. **Extract the files:**
16-
1715
- Unzip or untar the downloaded file:
1816
```bash
1917
unzip openmina-vX.Y.Z-docker-compose.zip

0 commit comments

Comments
 (0)