Skip to content

Commit 672e932

Browse files
committed
Website: run make format-md
1 parent c6edfcc commit 672e932

File tree

5 files changed

+13
-0
lines changed

5 files changed

+13
-0
lines changed

website/docs/appendix/release-process.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ it to `main`, and then tagging from `main`.
8787
<!-- prettier-ignore-stop -->
8888

8989
2. **Update CHANGELOG.md**
90+
9091
- Move items from `[Unreleased]` to new version section
9192
- Follow [Keep a Changelog](https://keepachangelog.com/) format
9293
- Include all significant changes since last release
@@ -278,6 +279,7 @@ After pushing the tag, verify:
278279
<!-- prettier-ignore-stop -->
279280

280281
2. **CI pipeline completes successfully**
282+
281283
- Check GitHub Actions status
282284
- Verify all build matrices pass
283285

@@ -348,6 +350,7 @@ For urgent patches to released versions:
348350
```
349351

350352
2. **Apply minimal fix**
353+
351354
- Make only essential changes
352355
- Update CHANGELOG.md with patch entry
353356

@@ -362,6 +365,7 @@ For urgent patches to released versions:
362365
If issues are discovered after release:
363366

364367
1. **Immediate mitigation**
368+
365369
- Remove problematic Docker tags if possible
366370
- Update release notes with known issues
367371

website/docs/node-operators/alpha-testing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Ensure you have **Docker** installed:
1919
## 2. Download & Start the Node
2020

2121
1. **Download the Latest Release**:
22+
2223
- Visit the
2324
[Open Mina Releases](https://github.com/o1-labs/mina-rust/releases).
2425
- Download the latest `openmina-vX.Y.Z-docker-compose.zip`.

website/docs/node-operators/archive-node.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Ensure Docker and Docker Compose are installed on your system -
1414
## Download & Start the Archive Node
1515

1616
1. **Download the Latest Release**
17+
1718
- Visit the
1819
[Mina Rust Releases](https://github.com/o1-labs/mina-rust/releases)
1920
- Download the latest `mina-rust-vX.Y.Z-docker-compose.zip`
@@ -35,6 +36,7 @@ Ensure Docker and Docker Compose are installed on your system -
3536
```
3637

3738
**Configuration Options:**
39+
3840
- `MINA_RUST_TAG` - Docker image tag for the mina-rust node (default:
3941
`latest`)
4042
- `POSTGRES_PASSWORD` - Database password for PostgreSQL
@@ -56,6 +58,7 @@ Ensure Docker and Docker Compose are installed on your system -
5658
3. **Monitor the Archive Node**
5759

5860
The archive node will be accessible at:
61+
5962
- **Archive API**: http://localhost:3086
6063
- **Node API**: http://localhost:3000
6164

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Ensure Docker and Docker Compose are installed on your system -
4949
```
5050

5151
This will create:
52+
5253
- `mina-workdir/producer-key` (encrypted private key)
5354
- `mina-workdir/producer-key.pub` (public key)
5455

@@ -75,6 +76,7 @@ Ensure Docker and Docker Compose are installed on your system -
7576
```
7677

7778
**Configuration Options:**
79+
7880
- `MINA_RUST_TAG` - Docker image tag for the mina-rust node (default:
7981
`latest`)
8082
- `MINA_FRONTEND_TAG` - Docker image tag for the frontend (default: `latest`)
@@ -182,6 +184,7 @@ using the Makefile target. This method requires building from source.
182184
```
183185

184186
Optional parameters:
187+
185188
- `MINA_LIBP2P_EXTERNAL_IP` - Sets external IP address
186189
- `MINA_LIBP2P_PORT` - Sets libp2p communication port
187190
- `PRODUCER_KEY_FILENAME` - Path to producer key (default:

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ for your operating system, follow these steps:
66
## Setup Option 1: Download Docker Compose Files from the Release
77

88
1. **Download the Docker Compose files:**
9+
910
- Go to the [Releases page](https://github.com/o1-labs/mina-rust/releases) of
1011
this repository.
1112
- Download the latest `openmina-vX.Y.Z-docker-compose.zip` (or `.tar.gz`)
1213
file corresponding to the release version (available since v0.8.0).
1314

1415
2. **Extract the files:**
16+
1517
- Unzip or untar the downloaded file:
1618
```bash
1719
unzip openmina-vX.Y.Z-docker-compose.zip

0 commit comments

Comments
 (0)