Skip to content
This repository was archived by the owner on Dec 20, 2024. It is now read-only.

Commit b691157

Browse files
author
Peter Schmalfeldt
committed
Updating the docs
1 parent 604425b commit b691157

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

src/pages/index.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,12 @@ You might ask, **"Are these the official SFCC docs?"** The answer is **No.** Our
2020
{% /quick-links %}
2121

2222
{% callout title="Connect the Docs" %}
23-
Easily search the docs from external tools using the following URL. Just replace `<keyword>` with your URL encoded search term.
2423

25-
> `https://sfccdocs.com/?q=<keyword>`
24+
Sure, you can use this site to search for what you are looking for, but what if you want to use some external tool instead?
25+
26+
We've got a handy article on all the lovely ways you can search the SFCC Docs.
27+
28+
[SFCC Docs External Search](https://sfccdevops.com/sfcc-docs-external-search)
2629

2730
{% /callout %}
2831

src/styles/tailwind.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,8 @@ code.required {
4141
text-transform: uppercase;
4242
font-size: 0.8rem;
4343
}
44+
.prose :where(strong):not(:where([class~='not-prose'] *)) {
45+
color: inherit;
46+
font-weight: 600;
47+
font-size: 1.2rem;
48+
}

0 commit comments

Comments
 (0)