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
2 changes: 1 addition & 1 deletion docs/dev/20-web/20-development/10-conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ for a suitable one and open a pull request!
To make sure your pull request can be efficiently reviewed and won't need a lot of changes down the road, please run the linter and
the unit tests via `pnpm lint --fix` and `pnpm test:unit` locally. Our [CI](https://drone.opencloud.eu/opencloud/web) will run on
pull requests and report back any problems after that. For a further introduction on how we handle testing, please head to
the [testing docs](./../30-testing/index.md).
the [testing docs](./../30-testing/10-running-tests.md).


## Code Conventions
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/20-web/20-development/20-repo-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Having these packages side by side within the `/packages` folder of the repo is
We're using [Playwright](https://playwright.dev) for UI testing. The UI tests are located in `/tests/e2e`.

You're more than welcome to make a pull request and adjust this section of the docs accordingly. :-)
You can read more about testing in our [testing section](./../30-testing/index.md)
You can read more about testing in our [testing section](./../30-testing/10-running-tests.md)

### package.json File

Expand Down
7 changes: 6 additions & 1 deletion docs/dev/20-web/20-development/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"label": "Development",
"position": 2
"position": 2,
"link": {
"type": "generated-index",
"description": "\uD83D\uDC69\u200D\uD83D\uDCBB Development",
"slug": "dev/web/development"
}
}
10 changes: 0 additions & 10 deletions docs/dev/20-web/20-development/index.md

This file was deleted.

7 changes: 6 additions & 1 deletion docs/dev/20-web/30-testing/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"label": "Testing",
"position": 3
"position": 3,
"link": {
"type": "generated-index",
"description": "✅ Testing",
"slug": "dev/web/testing"
}
}
5 changes: 0 additions & 5 deletions docs/dev/20-web/30-testing/index.md

This file was deleted.