Skip to content

Commit 52b531d

Browse files
committed
docs: update vitepress
1 parent bf106df commit 52b531d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+4550
-682
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
"brotli": "^1.3.3",
3333
"chalk": "^5.3.0",
3434
"enquirer": "^2.4.1",
35-
"execa": "^8.0.1",
35+
"execa": "^9.2.0",
3636
"globby": "^14.0.1",
37-
"lint-staged": "^15.2.2",
37+
"lint-staged": "^15.2.7",
3838
"minimist": "^1.2.8",
3939
"p-series": "^3.0.0",
4040
"prettier": "^2.8.8",
41-
"semver": "^7.6.0",
41+
"semver": "^7.6.2",
4242
"typedoc": "^0.25.8",
4343
"typedoc-plugin-markdown": "^3.17.1",
4444
"typescript": "~5.3.3",

packages/docs/api/enums/ErrorTypes.md

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
editLink: false
3+
---
4+
5+
[API Documentation](../index.md) / ErrorTypes
6+
7+
# Enumeration: ErrorTypes
8+
9+
Flags so we can combine them when checking for multiple errors. This is the internal version of
10+
[NavigationFailureType](NavigationFailureType.md).
11+
12+
## Enumeration Members
13+
14+
### MATCHER\_NOT\_FOUND
15+
16+
**MATCHER\_NOT\_FOUND** = ``1``
17+
18+
___
19+
20+
### NAVIGATION\_ABORTED
21+
22+
**NAVIGATION\_ABORTED** = ``4``
23+
24+
___
25+
26+
### NAVIGATION\_CANCELLED
27+
28+
**NAVIGATION\_CANCELLED** = ``8``
29+
30+
___
31+
32+
### NAVIGATION\_DUPLICATED
33+
34+
**NAVIGATION\_DUPLICATED** = ``16``
35+
36+
___
37+
38+
### NAVIGATION\_GUARD\_REDIRECT
39+
40+
**NAVIGATION\_GUARD\_REDIRECT** = ``2``

0 commit comments

Comments
 (0)