Skip to content

Commit

Permalink
Update utm params
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-shehane committed Oct 31, 2024
1 parent 84e88aa commit af1e219
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/partials/_accessibility-addon.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:::tip

**Cypress Accessibility** is a paid add-on. [Schedule a demo](https://www.cypress.io/accessibility?utm_medium=website&utm_source=docs.cypress.io&utm_content=addon-tip) today and see how easy it is to enhance your accessibility testing while speeding up your development process.
**Cypress Accessibility** is a paid add-on. [Schedule a demo](<https://www.cypress.io/accessibility?utm_medium=addon-tip&utm_source=docs.cypress.io&utm_content=Schedule a demo>) today and see how easy it is to enhance your accessibility testing while speeding up your development process.

:::
2 changes: 1 addition & 1 deletion docs/partials/_ui-coverage-addon.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:::tip

**UI Coverage** is a paid add-on. [Schedule a demo](https://www.cypress.io/ui-coverage?utm_medium=website&utm_source=docs.cypress.io&utm_content=addon-tip) today and see how easy it is to enhance your testing while speeding up your development process.
**UI Coverage** is a paid add-on. [Schedule a demo](<https://www.cypress.io/ui-coverage?utm_medium=addon-tip&utm_source=docs.cypress.io&utm_content=Schedule a demo>) today and see how easy it is to enhance your testing while speeding up your development process.

:::
20 changes: 10 additions & 10 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ const config = {
activeBasePath: 'accessibility',
},
{
to: 'https://learn.cypress.io',
to: 'https://learn.cypress.io?utm_medium=nav&utm_source=docs.cypress.io&utm_content=Learn',
label: 'Learn',
},
],
Expand All @@ -157,7 +157,7 @@ const config = {
announcementBar: {
//give id a unique value to get a new announcement bar to appear
id: 'ga-ui-cov-a11y',
content: `📢 NEW! Improve app quality with instant insights using <a href="https://www.cypress.io/accessibility?utm_medium=website&utm_source=docs.cypress.io&utm_content=accouncement-banner">Cypress Accessibility</a> or <a href="https://www.cypress.io/ui-coverage?utm_medium=website&utm_source=docs.cypress.io&utm_content=accouncement-banner">UI Coverage</a>.`,
content: `📢 NEW! Improve app quality with instant insights using <a href="https://www.cypress.io/accessibility?utm_medium=accouncement-banner&utm_source=docs.cypress.io&utm_content=Cypress Accessibility">Cypress Accessibility</a> or <a href="https://www.cypress.io/ui-coverage?utm_medium=announcement-banner&utm_source=docs.cypress.io&utm_content=UI Coverage">UI Coverage</a>.`,
isCloseable: true,
},
footer: {
Expand All @@ -168,19 +168,19 @@ const config = {
items: [
{
label: 'Cypress App',
href: 'https://www.cypress.io/features',
href: 'https://www.cypress.io/features?utm_medium=footer&utm_source=docs.cypress.io&utm_content=Cypress App',
},
{
label: 'Cypress Cloud',
href: 'https://www.cypress.io/cloud',
href: 'https://www.cypress.io/cloud?utm_medium=footer&utm_source=docs.cypress.io&utm_content=Cypress Cloud',
},
{
label: 'UI Coverage',
href: 'https://www.cypress.io/ui-coverage',
href: 'https://www.cypress.io/ui-coverage?utm_medium=footer&utm_source=docs.cypress.io&utm_content=UI Coverage',
},
{
label: 'Cypress Accessibility',
href: 'https://www.cypress.io/accessibility',
href: 'https://www.cypress.io/accessibility?utm_medium=footer&utm_source=docs.cypress.io&utm_content=Cypress Accessibility',
},
],
},
Expand Down Expand Up @@ -223,19 +223,19 @@ const config = {
items: [
{
label: 'About',
href: 'https://www.cypress.io/about-us',
href: 'https://www.cypress.io/about-us?utm_medium=footer&utm_source=docs.cypress.io&utm_content=About',
},
{
label: 'Cypress Blog',
href: 'https://www.cypress.io/blog',
href: 'https://www.cypress.io/blog?utm_medium=footer&utm_source=docs.cypress.io&utm_content=Cypress Blog',
},
{
label: 'Careers',
href: 'https://www.cypress.io/careers',
href: 'https://www.cypress.io/careers?utm_medium=footer&utm_source=docs.cypress.io&utm_content=Careers',
},
{
label: 'Support',
href: 'https://www.cypress.io/support',
href: 'https://www.cypress.io/support?utm_medium=footer&utm_source=docs.cypress.io&utm_content=Support',
},
],
},
Expand Down

0 comments on commit af1e219

Please sign in to comment.