Skip to content

Commit

Permalink
docs: update vitepress
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jun 21, 2024
1 parent bf106df commit 52b531d
Show file tree
Hide file tree
Showing 54 changed files with 4,550 additions and 682 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
"brotli": "^1.3.3",
"chalk": "^5.3.0",
"enquirer": "^2.4.1",
"execa": "^8.0.1",
"execa": "^9.2.0",
"globby": "^14.0.1",
"lint-staged": "^15.2.2",
"lint-staged": "^15.2.7",
"minimist": "^1.2.8",
"p-series": "^3.0.0",
"prettier": "^2.8.8",
"semver": "^7.6.0",
"semver": "^7.6.2",
"typedoc": "^0.25.8",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "~5.3.3",
Expand Down
40 changes: 40 additions & 0 deletions packages/docs/api/enums/ErrorTypes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
editLink: false
---

[API Documentation](../index.md) / ErrorTypes

# Enumeration: ErrorTypes

Flags so we can combine them when checking for multiple errors. This is the internal version of
[NavigationFailureType](NavigationFailureType.md).

## Enumeration Members

### MATCHER\_NOT\_FOUND

**MATCHER\_NOT\_FOUND** = ``1``

___

### NAVIGATION\_ABORTED

**NAVIGATION\_ABORTED** = ``4``

___

### NAVIGATION\_CANCELLED

**NAVIGATION\_CANCELLED** = ``8``

___

### NAVIGATION\_DUPLICATED

**NAVIGATION\_DUPLICATED** = ``16``

___

### NAVIGATION\_GUARD\_REDIRECT

**NAVIGATION\_GUARD\_REDIRECT** = ``2``
Loading

0 comments on commit 52b531d

Please sign in to comment.