Add links to docs

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-04-20 17:52:17 +04:00
parent 6dc234bbe9
commit 3ed1d5e4dd
2 changed files with 10 additions and 2 deletions

View File

@@ -63,7 +63,15 @@ export default function CookieBannerSnippetPage() {
</Card>
<p className="text-sm text-txt-secondary">
{__("The same approach works for iframes, images, stylesheets, and other elements. See our documentation for the full list of supported elements and detailed integration guides.")}
{__("The same approach works for iframes, images, stylesheets, and other elements.")}
<a
href="https://docs.getprobo.com/docs/product/cookie-banner/blocking-resources.html"
target="_blank"
rel="noopener noreferrer"
className="text-txt-primary underline hover:no-underline"
>
{__("See our documentation for the full list of supported elements and detailed integration guides.")}
</a>
</p>
</div>
</Step>

View File

@@ -66,7 +66,7 @@ export function CodeSnippets() {
{__("Looking for ES module or headless integration?")}
{" "}
<a
href="https://docs.getprobo.com/guides/cookie-banner"
href="https://docs.getprobo.com/docs/product/cookie-banner/javascript-sdk.html"
target="_blank"
rel="noopener noreferrer"
className="text-txt-primary underline hover:no-underline"