Skip to content

Commit 7b3c1f2

Browse files
Test ui-bundle.zip from antora-ui-docs that has UX improvements for i… (#154)
* Test ui-bundle.zip from antora-ui-docs that has UX improvements for interactive graphics, and related TIP edits * Lightbox TIPs in partials * Inc Eric's suggestion Co-authored-by: Eric Schneider <[email protected]> --------- Co-authored-by: Eric Schneider <[email protected]>
1 parent 75a3c28 commit 7b3c1f2

11 files changed

+32
-10
lines changed

docs-src/zdm-core/modules/migrate/pages/change-read-routing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ifndef::env-github,env-browser,env-vscode[:imagesprefix: ]
55

66
This topic explains how you can configure the {zdm-proxy} to route all reads to Target instead of Origin.
77

8-
Illustrated view of this phase:
8+
include::partial$lightbox-tip.adoc[]
99

1010
image::{imagesprefix}migration-phase4ra9.png["Phase 4 diagram shows read routing on ZDM Proxy was switched to Target."]
1111

docs-src/zdm-core/modules/migrate/pages/connect-clients-to-target.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ At this point in our migration phases, we've completed:
1515
1616
Now we're ready to perform Phase 5, in which we will configure our client applications to connect directly to Target. The way you do this varies based on whether your Target is Astra DB or a regular Apache Cassandra&reg; or DataStax Enterprise cluster.
1717

18-
Illustrated view of this phase:
18+
include::partial$lightbox-tip.adoc[]
1919

2020
image::{imagesprefix}migration-phase5ra.png[Phase 5 diagram shows apps no longer using proxy and instead connected directly to Target.]
2121

docs-src/zdm-core/modules/migrate/pages/enable-async-dual-reads.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ifndef::env-github,env-browser,env-vscode[:imagesprefix: ]
55

66
In this phase, you can optionally enable asynchronous dual reads. The idea is to test performance and verify that Target can handle your application's live request load before cutting over from Origin to Target.
77

8-
Illustrated view of this phase:
8+
include::partial$lightbox-tip.adoc[]
99

1010
image::{imagesprefix}migration-phase3ra.png[Phase 3 diagram shows optional step enabling async dual reads to test performance of Target.]
1111

docs-src/zdm-core/modules/migrate/pages/introduction.adoc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,20 +39,25 @@ An important migration prerequisite is that you already have the matching schema
3939
4040
== Migration phases
4141
42-
First, a couple of key terms used throughout the {zdm-product} documentation and software components:
42+
First, a couple of key terms used throughout the ZDM documentation and software components:
4343
4444
* **Origin:** This cluster is your existing Cassandra-based environment, whether it's open-source Apache Cassandra, DSE, or {astra_db} Classic.
4545
4646
* **Target:** This cluster is the new environment to which you want to migrate client applications and data.
4747
4848
For additional terms, see the xref:glossary.adoc[glossary].
4949
50+
=== Migration interactive diagram
51+
52+
Click the *Start* button on the interactive diagram below to begin a walkthrough of the migration phases.
53+
Click the components to open a larger view.
54+
5055
[.swiper]
5156
====
5257
[.slide]
5358
--
5459
.Walk through the illustrated migration phases
55-
To get acquainted with the migration phases from start to finish, click the **Start** button below the diagram. Additional navigation options are available as you proceed through the illustrations and discover the key concepts, software components, and sequence of operations.
60+
Discover the migration concepts, software components, and sequence of operations.
5661
5762
image:migration-introduction9.png["Introductory page prompts you to click the Start button to begin the graphical presentation."]
5863
--

docs-src/zdm-core/modules/migrate/pages/migrate-and-validate-data.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For full details, see these topics:
1212
1313
These tools provide sophisticated features that help you migrate your data from any Cassandra **Origin** (Apache Cassandra&reg;, {company} Enterprise (DSE), {company} {astra_db}) to any Cassandra **Target** (Apache Cassandra, DSE, {company} {astra_db}).
1414

15-
Illustrated view of this phase:
15+
include::partial$lightbox-tip.adoc[]
1616

1717
image::{imagesprefix}migration-phase2ra.png[Phase 2 diagram shows using tools to migrate data from Origin to Target.]
1818

docs-src/zdm-core/modules/migrate/pages/phase1.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This section presents the following:
1111
* xref:connect-clients-to-proxy.adoc[]
1212
* xref:manage-proxy-instances.adoc[]
1313
14-
Illustrated view of this phase:
14+
include::partial$lightbox-tip.adoc[]
1515

1616
image::{imagesprefix}migration-phase1ra.png[Phase 1 diagram shows deployed ZDM Proxy instances, client app connections to proxies, and Target is setup.]
1717

docs-src/zdm-core/modules/migrate/pages/rollback.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ At any point during the migration process until the very last phase, if you hit
77

88
The migration can be started from scratch once the issue has been addressed.
99

10-
Let's revisit a diagram presented earlier:
10+
include::partial$lightbox-tip-all-phases.adoc[]
1111

1212
image::{imagesprefix}migration-all-phases.png[Migration phases from start to finish.]
1313

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
[TIP]
3+
====
4+
Here's an illustrated view of all the migration phases.
5+
Click the components to open a larger view.
6+
Click again to return to the original view.
7+
====
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
[TIP]
3+
====
4+
Here's an illustrated view of this phase.
5+
Click the components to open a larger view.
6+
Click again to return to the original view.
7+
====

playbooks/site-local-zdm.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ content:
1919

2020
ui:
2121
bundle:
22-
url: https://github.com/riptano/antora-ui-docs/releases/latest/download/ui-bundle.zip
22+
url: https://github.com/riptano/antora-ui-docs/raw/test-lightbox-ux/gcx/build/ui-bundle.zip
23+
# url: /Users/john.smart/github/antora-ui-docs/gcx/build/ui-bundle.zip
24+
# url: https://github.com/riptano/antora-ui-docs/releases/latest/download/ui-bundle.zip
2325
snapshot: true
2426
# Uncomment the "supplemental_files" line below ONLY IF you're trying to
2527
# change the banner logo to something other than the default logo provided by

0 commit comments

Comments
 (0)