Skip to content

Commit 3694b6c

Browse files
docs: remove references to cypress-example-todomvc which will be archived (#6298)
1 parent cc86752 commit 3694b6c

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

docs/api/cypress-api/custom-commands.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -894,9 +894,7 @@ and unnecessary. Try to take as many shortcuts as possible.
894894
#### 5. Write TypeScript definitions
895895

896896
You can describe the method signature for your custom command, allowing
897-
IntelliSense to show helpful documentation. See the
898-
[`cypress-example-todomvc`](https://github.com/cypress-io/cypress-example-todomvc#cypress-intellisense)
899-
repository for a working example.
897+
IntelliSense to show helpful documentation.
900898

901899
#### 6. Create a function that adds the custom command
902900

docs/app/tooling/IDE-integration.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,6 @@ them in `cypress/support/index.d.ts` use:
163163
/// <reference types="../support" />
164164
```
165165

166-
See the
167-
[`cypress-example-todomvc`](https://github.com/cypress-io/cypress-example-todomvc#cypress-intellisense)
168-
repository for a working example.
169-
170166
If the triple slash directive does not work, please refer to your code editor in
171167
[TypeScript's Editor Support doc](https://github.com/Microsoft/TypeScript/wiki/TypeScript-Editor-Support)
172168
and follow the instructions for your IDE to get

docs/app/tooling/typescript-support.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,9 +246,6 @@ As you can see there are generic parameters `<'type', 'element'>` are used:
246246
- See
247247
[Adding Custom Commands (TS)](https://github.com/cypress-io/cypress-example-recipes#fundamentals)
248248
example recipe.
249-
- Example project
250-
[cypress-example-todomvc custom commands](https://github.com/cypress-io/cypress-example-todomvc#custom-commands)
251-
uses custom commands to avoid boilerplate code.
252249

253250
### Types for custom assertions
254251

0 commit comments

Comments
 (0)