Skip to content

Commit

Permalink
Fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
10xjs committed Jun 30, 2021
1 parent d287186 commit 0d76ae9
Show file tree
Hide file tree
Showing 69 changed files with 5 additions and 2,274 deletions.
5 changes: 2 additions & 3 deletions packages/form/src/core/formState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export interface FormOptions<VS, SD, ES = undefined, WS = undefined> {
* ```
*
* Return async submit validation errors as a failed submit result, _not_ as
* a thrown error or rejected promise (See [error handling](../../errors.md)).
* a thrown error or rejected promise.
*
* ```js live noInline
* const options = {
Expand All @@ -135,8 +135,7 @@ export interface FormOptions<VS, SD, ES = undefined, WS = undefined> {
* when a {@link FormState} instance is first initialized and every time the
* value state changes. The return value is an object that matches the
* structure of the form value state where any non-empty value at the same
* path as a field is considered an error
* (See [Validation](../../validation.md)).
* path as a field is considered an error.
*
* ```js {3-6}
* const options = {
Expand Down
2 changes: 2 additions & 0 deletions website/.gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Dependencies
/node_modules
/.yarn

# Production
/build
/docs/api

# Generated files
.docusaurus
Expand Down
Binary file modified website/.yarn/.cache/webpack/client-development-en/0.pack
Binary file not shown.
Binary file modified website/.yarn/.cache/webpack/client-development-en/1.pack
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified website/.yarn/.cache/webpack/client-development-en/index.pack
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion website/docs/api/_category_.yml

This file was deleted.

2 changes: 0 additions & 2 deletions website/docs/api/classes/_category_.yml

This file was deleted.

268 changes: 0 additions & 268 deletions website/docs/api/classes/field.md

This file was deleted.

Loading

0 comments on commit 0d76ae9

Please sign in to comment.