Skip to content

Commit 00b71df

Browse files
Remove old external link styling (#89)
1 parent 4dd55d6 commit 00b71df

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

preview-src/asciidoc/blocks.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The document header is useful, but not required.
9090
== Blockquote
9191

9292

93-
[,'Famous Person. Cum dicat putant ne.','Cum dicat putant ne. https://example.com[Famous Person Website^,role=external]']
93+
[,'Famous Person. Cum dicat putant ne.','Cum dicat putant ne. https://example.com[Famous Person Website]']
9494
____
9595
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
9696
Mauris eget leo nunc, nec tempus mi? Curabitur id nisl mi, ut vulputate urna.
@@ -112,12 +112,12 @@ ____
112112

113113
[NOTE]
114114
====
115-
The AsciiDoc language supports embedding math-mode macros from https://docs.mathjax.org/en/latest/input/tex/index.html[LaTeX^,role=external] and/or https://docs.mathjax.org/en/latest/input/asciimath.html[AsciiMath^,role=external] notation as block or inline elements.
115+
The AsciiDoc language supports embedding math-mode macros from https://docs.mathjax.org/en/latest/input/tex/index.html[LaTeX] and/or https://docs.mathjax.org/en/latest/input/asciimath.html[AsciiMath] notation as block or inline elements.
116116
These elements act as passthroughs to preserve the expressions as entered.
117117
The expressions are then passed on to the converter to be processed and rendered for display using a STEM provider (e.g., MathJax).
118118
119-
Although AsciiDoc supports STEM at the https://docs.asciidoctor.org/asciidoc/latest/stem/[language level^,role=external], the STEM provider must be configured in the output converter to render the expressions.
120-
See the discussion in https://gitlab.com/antora/antora/-/issues/184[Antora Issue #184^,role=external] to learn more about the requirements for configuring STEM in Antora.
119+
Although AsciiDoc supports STEM at the https://docs.asciidoctor.org/asciidoc/latest/stem/[language level], the STEM provider must be configured in the output converter to render the expressions.
120+
See the discussion in https://gitlab.com/antora/antora/-/issues/184[Antora Issue #184] to learn more about the requirements for configuring STEM in Antora.
121121
====
122122

123123
=== Inline stem macro

preview-src/asciidoc/images.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Click the Astra Vector icon image:../img/astra-vector-light.svg[title="Astra Vec
110110

111111
[NOTE]
112112
======
113-
You can define icons from https://fonts.google.com/icons?icon.set=Material+Icons&icon.style=Outlined[Material Icons,role=external,window=_blank] or an svg file using the customized `icon` macro or the `material-icons` role.
113+
You can define icons from https://fonts.google.com/icons?icon.set=Material+Icons&icon.style=Outlined[Material Icons,window=_blank] or an svg file using the customized `icon` macro or the `material-icons` role.
114114
115115
Method 1: Inline icon macro with an svg file::
116116
The customized inline icon macro accepts a file path as it's target source. The file must be an svg file.

preview-src/asciidoc/tables.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ It's designed for:
284284
* portability
285285

286286
image::https://upload.wikimedia.org/wikipedia/commons/a/a0/Firefox_logo%2C_2019.svg[Firefox logo,align=left,link=https://getfirefox.com]
287-
https://getfirefox.com[Get Firefox^,role=external]!
287+
https://getfirefox.com[Get Firefox]!
288288

289289
|Arquillian
290290
|Testing

preview-src/asciidoc/tabsets.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111

1212
[NOTE]
1313
====
14-
Tabsets depend on the https://github.com/asciidoctor/asciidoctor-tabs[Asciidoctor Tabs^,role=external] extension.
14+
Tabsets depend on the https://github.com/asciidoctor/asciidoctor-tabs[Asciidoctor Tabs] extension.
1515
1616
Tabs syncing is controlled by the `tabs-sync-option` attribute.
17-
For more information, see the Asciidoctor Tabs https://github.com/asciidoctor/asciidoctor-tabs#tabs-sync[documentation^,role=external].
17+
For more information, see the Asciidoctor Tabs https://github.com/asciidoctor/asciidoctor-tabs#tabs-sync[documentation].
1818
====
1919

2020
== Basic tabset
@@ -222,10 +222,10 @@ wget https://archive.apache.org/dist/cassandra/4.1.2/apache-cassandra-4.1.2-bin.
222222
+
223223
[NOTE]
224224
====
225-
To download a different version of Cassandra, visit the https://archive.apache.org/dist/cassandra/[Apache Archives^,role=external].
225+
To download a different version of Cassandra, visit the https://archive.apache.org/dist/cassandra/[Apache Archives].
226226
====
227227
+
228-
. (Optional) Verify the integrity of the downloaded tarball using one of the methods https://www.apache.org/dyn/closer.cgi#verify[here^,role=external].
228+
. (Optional) Verify the integrity of the downloaded tarball using one of the methods https://www.apache.org/dyn/closer.cgi#verify[here].
229229
+
230230
.. For example, to verify the SHA256 hash of the downloaded file using GPG:
231231
+
@@ -243,7 +243,7 @@ curl -L https://archive.apache.org/dist/cassandra/4.1.2/apache-cassandra-4.1.2-b
243243
244244
Debian::
245245
+
246-
. (Optional) Verify the integrity of the downloaded tarball using one of the methods https://www.apache.org/dyn/closer.cgi#verify[here^,role=external].
246+
. (Optional) Verify the integrity of the downloaded tarball using one of the methods https://www.apache.org/dyn/closer.cgi#verify[here].
247247
+
248248
.. For example, to verify the SHA256 hash of the downloaded file using GPG:
249249
+

preview-src/asciidoc/text-formatting.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ Instead of having to enclose text within <<text-formatting,tags or special chara
7373

7474
=== External link
7575

76-
The UI automatically applies a https://materialui.co/icon/open-in-new[special icon] to external links.
77-
(An external link is any link that doesn't target a topic on `docs.datastax.com`.)
76+
The UI automatically applies the https://fonts.google.com/icons?selected=Material+Symbols+Outlined:open_in_new:[open_in_new] icon to external links.
77+
(An external link is any link that doesn't target a page on `docs.datastax.com`.)
7878

79-
In the rare case where you don't want the special icon to appear for a particular external link, just apply `role=remove-ext-icon` to https://materialui.co/icon/open-in-new[remove it,role=remove-ext-icon].
79+
In the rare case where you don't want the special icon to appear for a particular external link, just apply `role=remove-ext-icon` to https://fonts.google.com/icons?selected=Material+Symbols+Outlined:open_in_new:[remove it,role=remove-ext-icon].
8080

8181
=== Unresolved link
8282

preview-src/page-templates/integrations-detail.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ This combination enhances vector data analysis, allowing natural language data t
3939
.Architecture diagram
4040
image::../img/placeholder-image.svg["Diagram of LangChain integration architecture"]
4141
42-
To get started, ensure you have an https://example.com[active LangChain account^,role=external] with the requisite permissions.
42+
To get started, ensure you have an https://example.com[active LangChain account] with the requisite permissions.
4343
44-
You will also need an https://example.com[active LangChain account^,role=external] an access to its API keys.
44+
You will also need an https://example.com[active LangChain account] an access to its API keys.
4545
4646
== Setup
4747

preview-src/page-templates/tutorial.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ image::../img/placeholder-image.svg["Tutorial overview"]
5252
5353
== Prerequisites
5454
55-
To get started, ensure you have an {astra-link}[active Astra account^,role=external] with the requisite permissions.
55+
To get started, ensure you have an {astra-link}[active Astra account] with the requisite permissions.
5656
5757
[.step]
5858
=== Install the Python SDK and open a Python REPL

0 commit comments

Comments
 (0)