Skip to content

Docs: Add support for Adobe Analytics in documentation #4379

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/_static/js/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ function setupKeyboardFriendlyNavigation() {
function loadShortbread() {
if (typeof AWSCShortbread !== "undefined") {
const shortbread = AWSCShortbread({
// If you're testing in your dev environment, use ".cloudfront.net" for domain, else ".amazonaws.com"
domain: ".amazonaws.com",
// If you're testing in your dev environment, use ".cloudfront.net" for domain, else "boto3.amazonaws.com"
domain: "boto3.amazonaws.com",
});

// Check for cookie consent
Expand Down
2 changes: 1 addition & 1 deletion docs/source/_templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
{% extends "!page.html" %}

{%- block extrahead %}
<script src="https://a0.awsstatic.com/s_code/js/3.0/awshome_s_code.js"></script>
<script src="https://prod.assets.shortbread.aws.dev/shortbread.js"></script>
<link href="https://prod.assets.shortbread.aws.dev/shortbread.css" rel="stylesheet">
{% endblock %}


{% block body -%}
{% include 'partials/icons.html' %}
<svg xmlns="http://www.w3.org/2000/svg" class="hidden">
Expand Down