Skip to content

Commit

Permalink
disable banner and change community forum url (#1272)
Browse files Browse the repository at this point in the history
  • Loading branch information
immavalls authored Jul 31, 2023
1 parent 387de13 commit b4cc2d2
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require('dotenv').config({
path: `.env.${process.env.NODE_ENV}`,
});

const shouldAnnouncementBannerBeShown = true;
const shouldAnnouncementBannerBeShown = false;

const plugins = [
'gatsby-transformer-sharp',
Expand Down
2 changes: 1 addition & 1 deletion src/components/blocks/footer/footer.view.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ export const Footer = () => {
<li className={styles.navColumnItem}>
<a
className={styles.navColumnLink}
href={'https://community.k6.io'}
href={'https://community.grafana.com'}
>
Forum
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/components/shared/helper-widget/helper-widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const HelperWidget = () => {
<p className={styles.title}>Have a question?</p>
</li>
<li className={styles.listItem}>
<a {...itemProps[0]} href={'https://community.k6.io/'}>
<a {...itemProps[0]} href={'https://community.grafana.com/'}>
<Message />
Community forum
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,5 +155,5 @@ export default function () {
</CodeGroup>
For a more sophisticated example of randomizing, read this [forum post](https://community.k6.io/t/how-to-distribute-vus-across-different-scenarios-with-k6/49/17).
For a more sophisticated example of randomizing, read this [forum post](https://community.grafana.com/t/how-to-distribute-vus-across-different-scenarios-with-k6/49/17).
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ INFO[0000] Active VUs: 2, Iteration: 2, VU ID: 2, VU ID from runtime: 2 source=
- Use the registry's [`NewMetric`](https://pkg.go.dev/go.k6.io/k6/metrics#Registry.NewMetric) method to create
custom metrics; to emit them, use [`metrics.PushIfNotDone()`](https://pkg.go.dev/go.k6.io/k6/metrics#PushIfNotDone).
> Questions? Feel free to join the discussion on extensions in the [k6 Community Forum](https://community.k6.io/c/extensions/).
> Questions? Feel free to join the discussion on extensions in the [k6 Community Forum](https://community.grafana.com/c/extensions/).
Next, create an [Output extension](/extensions/get-started/create/output-extensions/) to publish test metrics
to a destination not already supported by k6.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -242,5 +242,5 @@ Your output should look something like this:
- Use the [project template](https:/grafana/xk6-output-template) as a starting point
for your output extension.
> Questions? Feel free to join the discussion on extensions in the [k6 Community Forum](https://community.k6.io/c/extensions/).
> Questions? Feel free to join the discussion on extensions in the [k6 Community Forum](https://community.grafana.com/c/extensions/).
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,5 @@ k6.exe run my-script.js
## Encountering issues?
If you're having issues, search the [k6 Community Forum](https://community.k6.io/c/extensions/).
If you're having issues, search the [k6 Community Forum](https://community.grafana.com/c/extensions/).
Someone may have had the same issue in the past.
2 changes: 1 addition & 1 deletion src/data/markdown/docs/20 jslib/01 jslib/03 k6chaijs.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ If you are familiar with k6, the result is the same as using [check](/javascript

## Plugins

It's possible to extend the default functionality with [Chai plugins](https://www.chaijs.com/plugins/). To use a plugin or build a Chai version with plugins, follow the instructions in this [example](https://community.k6.io/t/how-to-build-plugins-for-chaijs/5080/3).
It's possible to extend the default functionality with [Chai plugins](https://www.chaijs.com/plugins/). To use a plugin or build a Chai version with plugins, follow the instructions in this [example](https://community.grafana.com/t/how-to-build-plugins-for-chaijs/5080/3).

## Read more

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Myself and the rest of the customer success team are here to support you. Additi

- <a href="https://support.loadimpact.com/4.0/" target="_blank" rel="noreferrer noopener">https://support.loadimpact.com/4.0/</a>
- <a href="https://docs.k6.io/docs" target="_blank" rel="noreferrer noopener">https://docs.k6.io/docs</a>
- <a href="https://community.k6.io/" target="_blank" rel="noreferrer noopener">https://community.k6.io/</a>
- <a href="https://community.grafana.com/" target="_blank" rel="noreferrer noopener">https://community.grafana.com/</a>
- <a href="https://k6.io/slack/" target="_blank" rel="noreferrer noopener">https://k6.io/slack/</a>

Finally, you are always welcome to contact us directly at <a href="mailto:[email protected]" target="_blank" rel="noreferrer noopener">[email protected]</a>. We would be happy to set up a Q&A session or walkthrough to answer your questions after you have some time to explore v4.0 on your own.
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ Head to the [bundle builder page](/extensions/get-started/bundle/) to get starte
## Troubleshooting

If installation fails, check the [list of common installation issues](/get-started/installation/troubleshooting/).
If your problem is not listed and persists, reach out via the channel `#community-discussion` on our [official Slack](https://k6io.slack.com/), or report it on our [community forum](https://community.k6.io/).
If your problem is not listed and persists, reach out via the channel `#community-discussion` on our [official Slack](https://k6io.slack.com/), or report it on our [community forum](https://community.grafana.com/).
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ These resources help you write and run k6 tests in a safe environment and explor

## Community

- [The k6 community forum](https://community.k6.io/). Get support from the k6 team and community.
- [The k6 community forum](https://community.grafana.com/). Get support from the k6 team and community.
- [Get in touch](https://k6.io/community/#join-the-conversation). Slack, Meetup, Twitter, Stack Overflow, LinkedIn, and more.

## Test servers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ spec:
## 6. When things go wrong
Sadly nothing works perfectly all the time, so knowing where you can go for help is important.

Be sure to search the [k6-operator category in the community forum](https://community.k6.io/c/k6-operator).
Be sure to search the [k6-operator category in the community forum](https://community.grafana.com/c/k6-operator).
k6 has a growing and helpful community of engineers working with k6-operator, so there's a good chance your issue has already been discussed and overcome.
It's also in these forums where you'll be able to get help from members of the k6 development team.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ Si utiliza una o más [extensiones de k6](/extensions), necesita un binario comp
## Solución de problemas

Si tiene problemas con la instalación, visite [la lista de problemas y soluciones comúnes](/es/empezando/instalacion/solucion-de-problemas/) para ayuda.
Si su problema no está listado y persiste, contacte el canal `#lang-spanish` en nuestro [Slack oficial](https://k6io.slack.com/), o repórtelo en nuestro [foro comunitario](https://community.k6.io/).
Si su problema no está listado y persiste, contacte el canal `#lang-spanish` en nuestro [Slack oficial](https://k6io.slack.com/), o repórtelo en nuestro [foro comunitario](https://community.grafana.com/).
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Estos recursos te ayudarán a escribir y ejecutar k6 tests en un entorno de test

## Comunidad

- [El foro de la comunidad](https://community.k6.io/). Get support from the k6 team and community.
- [El foro de la comunidad](https://community.grafana.com/). Get support from the k6 team and community.
- [Contacta con la comunidad](https://k6.io/community/#join-the-conversation). Slack, Meetup, Twitter, Stack Overflow, LinkedIn, y más.

## Servidores de tests
Expand Down
2 changes: 1 addition & 1 deletion src/templates/docs/explore-extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const ExploreExtensionsPage = ({
to join the discussion about extensions in the{' '}
<Link
className={docPageContent.link}
to={'https://community.k6.io/c/extensions/'}
to={'https://community.grafana.com/c/extensions/'}
>
k6 Community Forum
</Link>
Expand Down

0 comments on commit b4cc2d2

Please sign in to comment.