Skip to content

Commit 9411b49

Browse files
authored
FIX - Index alignment and JAR URL (#198)
* heading alignment on index page * update cdm jar link
1 parent 4f01d87 commit 9411b49

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

modules/ROOT/pages/cassandra-data-migrator.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ If you deploy CDM on a Spark cluster, you must modify your `spark-submit` comman
8181
* Remove parameters related to single-VM installations, such as `--driver-memory` and `--executor-memory`.
8282
====
8383
84-
. Download the latest {cass-migrator-repo}/packages[cassandra-data-migrator JAR file] {cass-migrator-shield}.
84+
. Download the latest {cass-migrator-repo}/packages/1832128/versions[cassandra-data-migrator JAR file] {cass-migrator-shield}.
8585
8686
. Add the `cassandra-data-migrator` dependency to `pom.xml`:
8787
+

modules/ROOT/pages/index.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,53 +40,53 @@ svg::sideloader:astra-migration-toolkit.svg[role="absolute bottom-1/2 translate-
4040
<h2 class="discrete !text-h1 !mt-12 !mb-6">Migration tools</h2>
4141
4242
<div class="grid gap-6 lg:grid-cols-4">
43-
<div class="grid gap-4">
43+
<div class="flex flex-col gap-4">
4444
4545
svg:common:ROOT:icons/datastax/cloud-backup-restore.svg[role="mx-auto max-w-xs md:mx-0 lg:max-w-none"]
4646
4747
<h3 class="discrete !text-h2 !m-0">{product-proxy}</h3>
4848
4949
<p>To support live migrations, {product-proxy} orchestrates activity-in-transition on your clusters, allowing your applications to run while you migrate data.</p>
50-
<div class="landing-a">
50+
<div class="landing-a mt-auto">
5151
xref:ROOT:introduction.adoc[Get started with {product-short}]
5252
</div>
5353
5454
</div>
55-
<div class="grid gap-4">
55+
<div class="flex flex-col gap-4">
5656
5757
svg:common:ROOT:icons/datastax/cloud-db.svg[role="mx-auto max-w-xs md:mx-0 lg:max-w-none"]
5858
5959
<h3 class="discrete !text-h2 !m-0">{sstable-sideloader}</h3>
6060
6161
<p>{sstable-sideloader} is a service running in {astra-db} that directly imports data from snapshots of your existing {cass-short}-based cluster.</p>
6262
63-
<div class="landing-a">
63+
<div class="landing-a mt-auto">
6464
xref:sideloader:sideloader-overview.adoc[Get started with {sstable-sideloader}]
6565
</div>
6666
6767
</div>
68-
<div class="grid gap-4">
68+
<div class="flex flex-col gap-4">
6969
7070
svg:common:ROOT:icons/datastax/insert-data.svg[role="mx-auto max-w-xs md:mx-0 lg:max-w-none"]
7171
7272
<h3 class="discrete !text-h2 !m-0">{cass-migrator} ({cass-migrator-short})</h3>
7373
7474
<p>{cass-migrator-short} can migrate and validate data between {cass-short}-based clusters, with optional logging and reconciliation support.</p>
7575
76-
<div class="landing-a">
76+
<div class="landing-a mt-auto">
7777
xref:ROOT:cdm-overview.adoc[Get started with {cass-migrator-short}]
7878
</div>
7979
8080
</div>
81-
<div class="grid gap-4">
81+
<div class="flex flex-col gap-4">
8282
8383
svg:common:ROOT:icons/datastax/migrate.svg[role="mx-auto max-w-xs md:mx-0 lg:max-w-none"]
8484
8585
<h3 class="discrete !text-h2 !m-0">{dsbulk-migrator}</h3>
8686
8787
<p>{dsbulk-migrator} is an extension of {dsbulk-loader}.</p>
8888
89-
<div class="landing-a">
89+
<div class="landing-a mt-auto">
9090
xref:ROOT:dsbulk-migrator.adoc[Get started with {dsbulk-migrator}]
9191
</div>
9292

0 commit comments

Comments
 (0)