Skip to content
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
10 changes: 0 additions & 10 deletions src/templates/docs/bundle-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,6 @@ const BundleBuilderPage = ({ pageContext: { sidebarTree, navLinks } }) => {
breadcrumbs={breadcrumbs}
/>
<div className={classNames('container', docPageContent.inner)}>
<Blockquote mod="attention" title="Looking for Feedback">
Help us improve extensions by completing this{' '}
<Link
to="https://docs.google.com/forms/d/e/1FAIpQLSeL1RdxAyaoznGKLAdlMa5sLmVWoytpxRCZZVzBeFGSyqGI6A/viewform"
className="link"
>
short survey
</Link>
.
</Blockquote>
<p>
Extensions are composable; you can combine any extensions, or mix
and match different test cases. To generate the command for your
Expand Down
11 changes: 0 additions & 11 deletions src/templates/docs/explore-extensions.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import classNames from 'classnames';
import { ExtensionsList } from 'components/pages/doc-extensions/extensions-list';
import { ExtensionsTitleGroup } from 'components/pages/doc-extensions/extensions-title-group';
import Blockquote from 'components/shared/blockquote';
import { SEO } from 'components/shared/seo';
import docPageContent from 'components/templates/doc-page/doc-page-content/doc-page-content.module.scss';
import LocaleProvider from 'contexts/locale-provider';
Expand Down Expand Up @@ -75,16 +74,6 @@ const ExploreExtensionsPage = ({
breadcrumbs={breadcrumbs}
/>
<div className={classNames('container', docPageContent.inner)}>
<Blockquote mod="attention" title="Looking for Feedback">
Help us improve extensions by completing this{' '}
<Link
to="https://docs.google.com/forms/d/e/1FAIpQLSeL1RdxAyaoznGKLAdlMa5sLmVWoytpxRCZZVzBeFGSyqGI6A/viewform"
className="link"
>
short survey
</Link>
.
</Blockquote>
<p>
With over 50 available extensions, the k6 extension ecosystem has
many options to meet your requirements and help you incorporate new
Expand Down
12 changes: 0 additions & 12 deletions src/templates/docs/extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ import { DocLayout } from 'layouts/doc-layout';
import React, { useRef } from 'react';
import SeoMetaData from 'utils/seo-metadata';

import Blockquote from '../../components/shared/blockquote';

const Extensions = ({ pageContext: { sidebarTree, navLinks } }) => {
useScrollToAnchor();

Expand All @@ -40,16 +38,6 @@ const Extensions = ({ pageContext: { sidebarTree, navLinks } }) => {
/>
<div className={docPageContent.inner}>
<div ref={contentContainerRef} className={stickyContainerClasses}>
<Blockquote mod="attention" title="Looking for Feedback">
Help us improve extensions by completing this{' '}
<Link
to="https://docs.google.com/forms/d/e/1FAIpQLSeL1RdxAyaoznGKLAdlMa5sLmVWoytpxRCZZVzBeFGSyqGI6A/viewform"
className="link"
>
short survey
</Link>
.
</Blockquote>
<ExtensionsQuickstart />
<ExtensionsOverview />
<WhatIsXk6 />
Expand Down