Skip to content
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

Update utm params #5981

Merged
merged 1 commit into from
Nov 1, 2024
Merged
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
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