Skip to content

Commit dcda599

Browse files
committed
Website: add prettier-ignore sections to not reformat
1 parent dd021bc commit dcda599

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

website/docs/developers/docker-images.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,19 @@ The Mina Rust project provides Docker images for easy deployment and testing.
1313

1414
Docker images are available at Docker Hub under the `o1labs` organization:
1515

16-
:::warning Deprecated Repository Docker images from the
16+
<!-- prettier-ignore-start -->
17+
18+
:::warning Deprecated Repository
19+
20+
Docker images from the
1721
[openmina/openmina](https://hub.docker.com/r/openmina/openmina) repository are
1822
deprecated. Please use the
1923
[o1labs/mina-rust](https://hub.docker.com/r/o1labs/mina-rust) images instead for
20-
the latest updates and support. :::
24+
the latest updates and support.
25+
26+
:::
27+
28+
<!-- prettier-ignore-stop -->
2129

2230
- **Main Node**: `o1labs/mina-rust` - The core Mina Rust node
2331
- **Frontend**: `o1labs/mina-rust-frontend` - Web dashboard and monitoring

0 commit comments

Comments
 (0)