Skip to content

Commit 59c0ea0

Browse files
authored
Merge branch 'main' into patch-1
2 parents 89000cc + 038721e commit 59c0ea0

File tree

18 files changed

+29
-858
lines changed

18 files changed

+29
-858
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,12 @@ Then visit http://localhost:8100
5656

5757
> If you want to re-run the `--build` command, you may get an error about not having access to delete a `cache/` folder. Use `sudo` to delete this manually before retrying.
5858
59+
Note: If experience issues when starting the docs locally with Docker, run the commands below to clean up previous executions:
60+
61+
```shell
62+
docker-compose rm --stop --force --volumes
63+
docker image rm k6-docs-web:latest
64+
```
65+
66+
And run again `docker-compose up -d --build`.
5967

gatsby-node.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1663,6 +1663,13 @@ const createRedirects = ({ actions }) => {
16631663
isPermanent: true,
16641664
});
16651665

1666+
createRedirect({
1667+
fromPath: '/cloud/cloud-reference/cloud-rest-api/',
1668+
toPath:
1669+
'https://grafana.com/docs/grafana-cloud/k6/reference/cloud-rest-api/',
1670+
isPermanent: true,
1671+
});
1672+
16661673
const redirects = {
16671674
'/javascript-api/k6-http/cookiejar-k6-http/':
16681675
'/javascript-api/k6-http/cookiejar/',

src/data/markdown/docs/03 cloud/07 Cloud reference/800 Cloud REST API.md

Lines changed: 0 additions & 44 deletions
This file was deleted.

src/data/markdown/docs/03 cloud/07 Cloud reference/800 Cloud REST API/03 Organizations.md

Lines changed: 0 additions & 99 deletions
This file was deleted.

src/data/markdown/docs/03 cloud/07 Cloud reference/800 Cloud REST API/04 Tests.md

Lines changed: 0 additions & 135 deletions
This file was deleted.

0 commit comments

Comments
 (0)