Skip to content

Commit 4c357ff

Browse files
committed
fix(docs): linting of markdown files
1 parent f8ce1d8 commit 4c357ff

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

docs/website/blog/2025-06-17-client-cli-cardano-database-backends.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,27 +35,22 @@ In particular, the `cardano-db` command in the Mithril client CLI has been updat
3535
To support this transition, both certification versions will remain available during the migration period, allowing users to adapt at their own pace.
3636

3737
- [x] **Distribution [2524](https://github.com/input-output-hk/mithril/releases/tag/2524.0)**:
38-
3938
- Introduced the `--backend` parameter in the `cardano-db` command
4039
- The default backend is `v1`; the `v2` backend is still considered **unstable**
4140
- No breaking changes in the client CLI
4241
- The `v2` backend is accessible via the `cardano_database_v2` function in the client library.
4342

4443
- [x] **Distribution [2537](https://github.com/input-output-hk/mithril/releases/tag/2537.0)**:
45-
4644
- The `v2` backend is promoted to **stable** status but will remain optional
4745
- The `v1` backend is still the default.
4846

4947
- [ ] **Distribution +2**:
50-
5148
- The `v2` backend will become the default
5249

5350
- [ ] **Distribution +3**:
54-
5551
- The `v1` backend will be deprecated.
5652

5753
- [ ] **Distribution +4**:
58-
5954
- The `v1` backend will be decommissioned and removed from the client CLI and library.
6055

6156
- [ ] **Distribution +5**:

docs/website/root/manual/develop/run-mithril-devnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -585,8 +585,8 @@ AGGREGATOR_ENDPOINT=$AGGREGATOR_ENDPOINT ./mithril-client cardano-db download $S
585585
You will see that the certificate chain is validated to ensure the issued certificate is genuine and then the selected snapshot archive is downloaded, unpacked and verified against the corresponding certificate.
586586
587587
```bash
588-
1/7 - Checking local disk info…
589-
2/7 - Fetching the certificate and verifying the certificate chain…
588+
1/7 - Checking local disk info…
589+
2/7 - Fetching the certificate and verifying the certificate chain…
590590
3/7 - Downloading and unpacking the cardano db snapshot
591591
4/7 - Downloading and verifying digests…
592592
5/7 - Verifying the cardano database

0 commit comments

Comments
 (0)