From 521c1287e27cf5aa8a2017a4edc47122fe154e9d Mon Sep 17 00:00:00 2001 From: Fabian Hiller Date: Wed, 27 Dec 2023 20:38:22 -0500 Subject: [PATCH] Add link to issue #287 for each missing API reference --- website/src/routes/api/(async)/anyAsync/index.mdx | 2 +- website/src/routes/api/(async)/arrayAsync/index.mdx | 2 +- website/src/routes/api/(async)/bigintAsync/index.mdx | 2 +- website/src/routes/api/(async)/blobAsync/index.mdx | 2 +- website/src/routes/api/(async)/booleanAsync/index.mdx | 2 +- website/src/routes/api/(async)/coerceAsync/index.mdx | 2 +- website/src/routes/api/(async)/customAsync/index.mdx | 2 +- website/src/routes/api/(async)/dateAsync/index.mdx | 2 +- website/src/routes/api/(async)/enumAsync/index.mdx | 2 +- website/src/routes/api/(async)/fallbackAsync/index.mdx | 2 +- website/src/routes/api/(async)/forwardAsync/index.mdx | 2 +- website/src/routes/api/(async)/getDefaultAsync/index.mdx | 2 +- website/src/routes/api/(async)/getDefaultsAsync/index.mdx | 2 +- website/src/routes/api/(async)/getFallbackAsync/index.mdx | 2 +- website/src/routes/api/(async)/getFallbacksAsync/index.mdx | 2 +- website/src/routes/api/(async)/instanceAsync/index.mdx | 2 +- website/src/routes/api/(async)/intersectAsync/index.mdx | 2 +- website/src/routes/api/(async)/literalAsync/index.mdx | 2 +- website/src/routes/api/(async)/mapAsync/index.mdx | 2 +- website/src/routes/api/(async)/mergeAsync/index.mdx | 2 +- website/src/routes/api/(async)/nanAsync/index.mdx | 2 +- website/src/routes/api/(async)/neverAsync/index.mdx | 2 +- website/src/routes/api/(async)/nonNullableAsync/index.mdx | 2 +- website/src/routes/api/(async)/nonNullishAsync/index.mdx | 2 +- website/src/routes/api/(async)/nonOptionalAsync/index.mdx | 2 +- website/src/routes/api/(async)/nullAsync/index.mdx | 2 +- website/src/routes/api/(async)/nullableAsync/index.mdx | 2 +- website/src/routes/api/(async)/nullishAsync/index.mdx | 2 +- website/src/routes/api/(async)/numberAsync/index.mdx | 2 +- website/src/routes/api/(async)/objectAsync/index.mdx | 2 +- website/src/routes/api/(async)/omitAsync/index.mdx | 2 +- website/src/routes/api/(async)/optionalAsync/index.mdx | 2 +- website/src/routes/api/(async)/parseAsync/index.mdx | 2 +- website/src/routes/api/(async)/partialAsync/index.mdx | 2 +- website/src/routes/api/(async)/pickAsync/index.mdx | 2 +- website/src/routes/api/(async)/picklistAsync/index.mdx | 2 +- website/src/routes/api/(async)/recordAsync/index.mdx | 2 +- website/src/routes/api/(async)/recursiveAsync/index.mdx | 2 +- website/src/routes/api/(async)/requiredAsync/index.mdx | 2 +- website/src/routes/api/(async)/safeParseAsync/index.mdx | 2 +- website/src/routes/api/(async)/setAsync/index.mdx | 2 +- website/src/routes/api/(async)/specialAsync/index.mdx | 2 +- website/src/routes/api/(async)/stringAsync/index.mdx | 2 +- website/src/routes/api/(async)/symbolAsync/index.mdx | 2 +- website/src/routes/api/(async)/toCustomAsync/index.mdx | 2 +- website/src/routes/api/(async)/transformAsync/index.mdx | 2 +- website/src/routes/api/(async)/tupleAsync/index.mdx | 2 +- website/src/routes/api/(async)/undefinedAsync/index.mdx | 2 +- website/src/routes/api/(async)/unionAsync/index.mdx | 2 +- website/src/routes/api/(async)/unknownAsync/index.mdx | 2 +- website/src/routes/api/(async)/variantAsync/index.mdx | 2 +- website/src/routes/api/(async)/voidAsync/index.mdx | 2 +- website/src/routes/api/(error)/ValiError/index.mdx | 2 +- website/src/routes/api/(error)/flatten/index.mdx | 2 +- website/src/routes/api/(methods)/brand/index.mdx | 2 +- website/src/routes/api/(methods)/coerce/index.mdx | 2 +- website/src/routes/api/(methods)/fallback/index.mdx | 2 +- website/src/routes/api/(methods)/forward/index.mdx | 2 +- website/src/routes/api/(methods)/getDefault/index.mdx | 2 +- website/src/routes/api/(methods)/getDefaults/index.mdx | 2 +- website/src/routes/api/(methods)/getFallback/index.mdx | 2 +- website/src/routes/api/(methods)/getFallbacks/index.mdx | 2 +- website/src/routes/api/(methods)/is/index.mdx | 2 +- website/src/routes/api/(methods)/keyof/index.mdx | 2 +- website/src/routes/api/(methods)/merge/index.mdx | 2 +- website/src/routes/api/(methods)/omit/index.mdx | 2 +- website/src/routes/api/(methods)/parse/index.mdx | 2 +- website/src/routes/api/(methods)/partial/index.mdx | 2 +- website/src/routes/api/(methods)/pick/index.mdx | 2 +- website/src/routes/api/(methods)/required/index.mdx | 2 +- website/src/routes/api/(methods)/safeParse/index.mdx | 2 +- website/src/routes/api/(methods)/transform/index.mdx | 2 +- website/src/routes/api/(methods)/unwrap/index.mdx | 2 +- website/src/routes/api/(schemas)/array/index.mdx | 2 +- website/src/routes/api/(schemas)/instance/index.mdx | 2 +- website/src/routes/api/(schemas)/intersect/index.mdx | 2 +- website/src/routes/api/(schemas)/literal/index.mdx | 2 +- website/src/routes/api/(schemas)/map/index.mdx | 2 +- website/src/routes/api/(schemas)/nan/index.mdx | 2 +- website/src/routes/api/(schemas)/never/index.mdx | 2 +- website/src/routes/api/(schemas)/nonNullable/index.mdx | 2 +- website/src/routes/api/(schemas)/nonNullish/index.mdx | 2 +- website/src/routes/api/(schemas)/nonOptional/index.mdx | 2 +- website/src/routes/api/(schemas)/null_/index.mdx | 2 +- website/src/routes/api/(schemas)/nullable/index.mdx | 2 +- website/src/routes/api/(schemas)/nullish/index.mdx | 2 +- website/src/routes/api/(schemas)/number/index.mdx | 2 +- website/src/routes/api/(schemas)/object/index.mdx | 2 +- website/src/routes/api/(schemas)/record/index.mdx | 2 +- website/src/routes/api/(schemas)/recursive/index.mdx | 2 +- website/src/routes/api/(schemas)/set/index.mdx | 2 +- website/src/routes/api/(schemas)/special/index.mdx | 2 +- website/src/routes/api/(schemas)/tuple/index.mdx | 2 +- website/src/routes/api/(schemas)/undefined_/index.mdx | 2 +- website/src/routes/api/(schemas)/union/index.mdx | 2 +- website/src/routes/api/(schemas)/unknown/index.mdx | 2 +- website/src/routes/api/(schemas)/variant/index.mdx | 2 +- website/src/routes/api/(schemas)/void_/index.mdx | 2 +- website/src/routes/api/(transformations)/toCustom/index.mdx | 2 +- website/src/routes/api/(transformations)/toLowerCase/index.mdx | 2 +- website/src/routes/api/(transformations)/toMaxValue/index.mdx | 2 +- website/src/routes/api/(transformations)/toMinValue/index.mdx | 2 +- website/src/routes/api/(transformations)/toTrimmed/index.mdx | 2 +- website/src/routes/api/(transformations)/toTrimmedEnd/index.mdx | 2 +- .../src/routes/api/(transformations)/toTrimmedStart/index.mdx | 2 +- website/src/routes/api/(transformations)/toUpperCase/index.mdx | 2 +- website/src/routes/api/(validations)/bic/index.mdx | 2 +- website/src/routes/api/(validations)/bytes/index.mdx | 2 +- website/src/routes/api/(validations)/creditCard/index.mdx | 2 +- website/src/routes/api/(validations)/cuid2/index.mdx | 2 +- website/src/routes/api/(validations)/custom/index.mdx | 2 +- website/src/routes/api/(validations)/decimal/index.mdx | 2 +- website/src/routes/api/(validations)/email/index.mdx | 2 +- website/src/routes/api/(validations)/emoji/index.mdx | 2 +- website/src/routes/api/(validations)/endsWith/index.mdx | 2 +- website/src/routes/api/(validations)/excludes/index.mdx | 2 +- website/src/routes/api/(validations)/finite/index.mdx | 2 +- website/src/routes/api/(validations)/hash/index.mdx | 2 +- website/src/routes/api/(validations)/hexColor/index.mdx | 2 +- website/src/routes/api/(validations)/hexadecimal/index.mdx | 2 +- website/src/routes/api/(validations)/imei/index.mdx | 2 +- website/src/routes/api/(validations)/includes/index.mdx | 2 +- website/src/routes/api/(validations)/integer/index.mdx | 2 +- website/src/routes/api/(validations)/ip/index.mdx | 2 +- website/src/routes/api/(validations)/ipv4/index.mdx | 2 +- website/src/routes/api/(validations)/ipv6/index.mdx | 2 +- website/src/routes/api/(validations)/isoDate/index.mdx | 2 +- website/src/routes/api/(validations)/isoDateTime/index.mdx | 2 +- website/src/routes/api/(validations)/isoTime/index.mdx | 2 +- website/src/routes/api/(validations)/isoTimeSecond/index.mdx | 2 +- website/src/routes/api/(validations)/isoTimestamp/index.mdx | 2 +- website/src/routes/api/(validations)/isoWeek/index.mdx | 2 +- website/src/routes/api/(validations)/length/index.mdx | 2 +- website/src/routes/api/(validations)/mac/index.mdx | 2 +- website/src/routes/api/(validations)/mac48/index.mdx | 2 +- website/src/routes/api/(validations)/mac64/index.mdx | 2 +- website/src/routes/api/(validations)/maxBytes/index.mdx | 2 +- website/src/routes/api/(validations)/maxLength/index.mdx | 2 +- website/src/routes/api/(validations)/maxSize/index.mdx | 2 +- website/src/routes/api/(validations)/maxValue/index.mdx | 2 +- website/src/routes/api/(validations)/mimeType/index.mdx | 2 +- website/src/routes/api/(validations)/minBytes/index.mdx | 2 +- website/src/routes/api/(validations)/minLength/index.mdx | 2 +- website/src/routes/api/(validations)/minSize/index.mdx | 2 +- website/src/routes/api/(validations)/minValue/index.mdx | 2 +- website/src/routes/api/(validations)/multipleOf/index.mdx | 2 +- website/src/routes/api/(validations)/notBytes/index.mdx | 2 +- website/src/routes/api/(validations)/notLength/index.mdx | 2 +- website/src/routes/api/(validations)/notSize/index.mdx | 2 +- website/src/routes/api/(validations)/notValue/index.mdx | 2 +- website/src/routes/api/(validations)/octal/index.mdx | 2 +- website/src/routes/api/(validations)/regex/index.mdx | 2 +- website/src/routes/api/(validations)/safeInteger/index.mdx | 2 +- website/src/routes/api/(validations)/size/index.mdx | 2 +- website/src/routes/api/(validations)/startsWith/index.mdx | 2 +- website/src/routes/api/(validations)/ulid/index.mdx | 2 +- website/src/routes/api/(validations)/url/index.mdx | 2 +- website/src/routes/api/(validations)/uuid/index.mdx | 2 +- website/src/routes/api/(validations)/value/index.mdx | 2 +- 159 files changed, 159 insertions(+), 159 deletions(-) diff --git a/website/src/routes/api/(async)/anyAsync/index.mdx b/website/src/routes/api/(async)/anyAsync/index.mdx index f066d2c24..31ac4ef6a 100644 --- a/website/src/routes/api/(async)/anyAsync/index.mdx +++ b/website/src/routes/api/(async)/anyAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # anyAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/any/anyAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/any/anyAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/arrayAsync/index.mdx b/website/src/routes/api/(async)/arrayAsync/index.mdx index d54137afd..fb52a1070 100644 --- a/website/src/routes/api/(async)/arrayAsync/index.mdx +++ b/website/src/routes/api/(async)/arrayAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # arrayAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/array/arrayAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/array/arrayAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/bigintAsync/index.mdx b/website/src/routes/api/(async)/bigintAsync/index.mdx index b630000e7..8002e423d 100644 --- a/website/src/routes/api/(async)/bigintAsync/index.mdx +++ b/website/src/routes/api/(async)/bigintAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # bigintAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/bigint/bigintAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/bigint/bigintAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/blobAsync/index.mdx b/website/src/routes/api/(async)/blobAsync/index.mdx index fc767c71f..3f77907c0 100644 --- a/website/src/routes/api/(async)/blobAsync/index.mdx +++ b/website/src/routes/api/(async)/blobAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # blobAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/blob/blobAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/blob/blobAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/booleanAsync/index.mdx b/website/src/routes/api/(async)/booleanAsync/index.mdx index 85ad0760f..0f0ade616 100644 --- a/website/src/routes/api/(async)/booleanAsync/index.mdx +++ b/website/src/routes/api/(async)/booleanAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # booleanAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/boolean/booleanAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/boolean/booleanAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/coerceAsync/index.mdx b/website/src/routes/api/(async)/coerceAsync/index.mdx index 25a50f5f2..357e8b965 100644 --- a/website/src/routes/api/(async)/coerceAsync/index.mdx +++ b/website/src/routes/api/(async)/coerceAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # coerceAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/coerce/coerceAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/coerce/coerceAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/customAsync/index.mdx b/website/src/routes/api/(async)/customAsync/index.mdx index ad784c6ea..bbfc778b7 100644 --- a/website/src/routes/api/(async)/customAsync/index.mdx +++ b/website/src/routes/api/(async)/customAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # customAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/custom/customAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/custom/customAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/dateAsync/index.mdx b/website/src/routes/api/(async)/dateAsync/index.mdx index 43b51fb8b..1424cea3b 100644 --- a/website/src/routes/api/(async)/dateAsync/index.mdx +++ b/website/src/routes/api/(async)/dateAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # dateAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/date/dateAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/date/dateAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/enumAsync/index.mdx b/website/src/routes/api/(async)/enumAsync/index.mdx index 47e58a9e1..49d5b8293 100644 --- a/website/src/routes/api/(async)/enumAsync/index.mdx +++ b/website/src/routes/api/(async)/enumAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # enumAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/enum/enumAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/enum/enumAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/fallbackAsync/index.mdx b/website/src/routes/api/(async)/fallbackAsync/index.mdx index 314842a3f..5c9d8d7df 100644 --- a/website/src/routes/api/(async)/fallbackAsync/index.mdx +++ b/website/src/routes/api/(async)/fallbackAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # fallbackAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/fallback/fallbackAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/fallback/fallbackAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/forwardAsync/index.mdx b/website/src/routes/api/(async)/forwardAsync/index.mdx index 06a87fc21..c690b90fe 100644 --- a/website/src/routes/api/(async)/forwardAsync/index.mdx +++ b/website/src/routes/api/(async)/forwardAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # forwardAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/forward/forwardAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/forward/forwardAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/getDefaultAsync/index.mdx b/website/src/routes/api/(async)/getDefaultAsync/index.mdx index 6f1cd9f02..e9a771e3b 100644 --- a/website/src/routes/api/(async)/getDefaultAsync/index.mdx +++ b/website/src/routes/api/(async)/getDefaultAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # getDefaultAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/getDefault/getDefaultAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/getDefault/getDefaultAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/getDefaultsAsync/index.mdx b/website/src/routes/api/(async)/getDefaultsAsync/index.mdx index fd7e96d3a..6e71a2393 100644 --- a/website/src/routes/api/(async)/getDefaultsAsync/index.mdx +++ b/website/src/routes/api/(async)/getDefaultsAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # getDefaultsAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/getDefaults/getDefaultsAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/getDefaults/getDefaultsAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/getFallbackAsync/index.mdx b/website/src/routes/api/(async)/getFallbackAsync/index.mdx index 1b8d1a2a6..ab0a6bec2 100644 --- a/website/src/routes/api/(async)/getFallbackAsync/index.mdx +++ b/website/src/routes/api/(async)/getFallbackAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # getFallbackAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/getFallback/getFallbackAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/getFallback/getFallbackAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/getFallbacksAsync/index.mdx b/website/src/routes/api/(async)/getFallbacksAsync/index.mdx index 4b1b2569a..ffd42b263 100644 --- a/website/src/routes/api/(async)/getFallbacksAsync/index.mdx +++ b/website/src/routes/api/(async)/getFallbacksAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # getFallbacksAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/getFallbacks/getFallbacksAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/getFallbacks/getFallbacksAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/instanceAsync/index.mdx b/website/src/routes/api/(async)/instanceAsync/index.mdx index 7126498ba..1658d8657 100644 --- a/website/src/routes/api/(async)/instanceAsync/index.mdx +++ b/website/src/routes/api/(async)/instanceAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # instanceAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/instance/instanceAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/instance/instanceAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/intersectAsync/index.mdx b/website/src/routes/api/(async)/intersectAsync/index.mdx index 048b6950e..0f833b720 100644 --- a/website/src/routes/api/(async)/intersectAsync/index.mdx +++ b/website/src/routes/api/(async)/intersectAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # intersectAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/intersect/intersectAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/intersect/intersectAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/literalAsync/index.mdx b/website/src/routes/api/(async)/literalAsync/index.mdx index 9acc4fdd8..d42be3441 100644 --- a/website/src/routes/api/(async)/literalAsync/index.mdx +++ b/website/src/routes/api/(async)/literalAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # literalAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/literal/literalAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/literal/literalAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/mapAsync/index.mdx b/website/src/routes/api/(async)/mapAsync/index.mdx index 4dfe813c5..d4183c4e1 100644 --- a/website/src/routes/api/(async)/mapAsync/index.mdx +++ b/website/src/routes/api/(async)/mapAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # mapAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/map/mapAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/map/mapAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/mergeAsync/index.mdx b/website/src/routes/api/(async)/mergeAsync/index.mdx index 36a44715d..fd0e3c73a 100644 --- a/website/src/routes/api/(async)/mergeAsync/index.mdx +++ b/website/src/routes/api/(async)/mergeAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # mergeAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/merge/mergeAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/merge/mergeAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/nanAsync/index.mdx b/website/src/routes/api/(async)/nanAsync/index.mdx index a318699f4..b4dcfcc0d 100644 --- a/website/src/routes/api/(async)/nanAsync/index.mdx +++ b/website/src/routes/api/(async)/nanAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # nanAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/nan/nanAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/nan/nanAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/neverAsync/index.mdx b/website/src/routes/api/(async)/neverAsync/index.mdx index 3d290a09e..61b0b38c2 100644 --- a/website/src/routes/api/(async)/neverAsync/index.mdx +++ b/website/src/routes/api/(async)/neverAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # neverAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/never/neverAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/never/neverAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/nonNullableAsync/index.mdx b/website/src/routes/api/(async)/nonNullableAsync/index.mdx index 1b3992ec3..fcc542c2f 100644 --- a/website/src/routes/api/(async)/nonNullableAsync/index.mdx +++ b/website/src/routes/api/(async)/nonNullableAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # nonNullableAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/nonNullable/nonNullableAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/nonNullable/nonNullableAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/nonNullishAsync/index.mdx b/website/src/routes/api/(async)/nonNullishAsync/index.mdx index e1aced7b6..d390d7036 100644 --- a/website/src/routes/api/(async)/nonNullishAsync/index.mdx +++ b/website/src/routes/api/(async)/nonNullishAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # nonNullishAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/nonNullish/nonNullishAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/nonNullish/nonNullishAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/nonOptionalAsync/index.mdx b/website/src/routes/api/(async)/nonOptionalAsync/index.mdx index 952c6aa42..5e9440f13 100644 --- a/website/src/routes/api/(async)/nonOptionalAsync/index.mdx +++ b/website/src/routes/api/(async)/nonOptionalAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # nonOptionalAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/nonOptional/nonOptionalAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/nonOptional/nonOptionalAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/nullAsync/index.mdx b/website/src/routes/api/(async)/nullAsync/index.mdx index 279376611..3b988377d 100644 --- a/website/src/routes/api/(async)/nullAsync/index.mdx +++ b/website/src/routes/api/(async)/nullAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # nullAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/null/nullAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/null/nullAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/nullableAsync/index.mdx b/website/src/routes/api/(async)/nullableAsync/index.mdx index 21daf86d5..d0c09d05d 100644 --- a/website/src/routes/api/(async)/nullableAsync/index.mdx +++ b/website/src/routes/api/(async)/nullableAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # nullableAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/nullable/nullableAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/nullable/nullableAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/nullishAsync/index.mdx b/website/src/routes/api/(async)/nullishAsync/index.mdx index 63fdc964d..fd34116ae 100644 --- a/website/src/routes/api/(async)/nullishAsync/index.mdx +++ b/website/src/routes/api/(async)/nullishAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # nullishAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/nullish/nullishAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/nullish/nullishAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/numberAsync/index.mdx b/website/src/routes/api/(async)/numberAsync/index.mdx index 27473fc98..9767b1ce3 100644 --- a/website/src/routes/api/(async)/numberAsync/index.mdx +++ b/website/src/routes/api/(async)/numberAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # numberAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/number/numberAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/number/numberAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/objectAsync/index.mdx b/website/src/routes/api/(async)/objectAsync/index.mdx index ceba94877..1a56529cb 100644 --- a/website/src/routes/api/(async)/objectAsync/index.mdx +++ b/website/src/routes/api/(async)/objectAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # objectAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/object/objectAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/object/objectAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/omitAsync/index.mdx b/website/src/routes/api/(async)/omitAsync/index.mdx index c3236360e..7af2f556f 100644 --- a/website/src/routes/api/(async)/omitAsync/index.mdx +++ b/website/src/routes/api/(async)/omitAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # omitAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/omit/omitAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/omit/omitAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/optionalAsync/index.mdx b/website/src/routes/api/(async)/optionalAsync/index.mdx index f000f081d..8a54718c2 100644 --- a/website/src/routes/api/(async)/optionalAsync/index.mdx +++ b/website/src/routes/api/(async)/optionalAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # optionalAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/optional/optionalAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/optional/optionalAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/parseAsync/index.mdx b/website/src/routes/api/(async)/parseAsync/index.mdx index 355d84fde..03087b9da 100644 --- a/website/src/routes/api/(async)/parseAsync/index.mdx +++ b/website/src/routes/api/(async)/parseAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # parseAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/parse/parseAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/parse/parseAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/partialAsync/index.mdx b/website/src/routes/api/(async)/partialAsync/index.mdx index 3597b9707..758a4da84 100644 --- a/website/src/routes/api/(async)/partialAsync/index.mdx +++ b/website/src/routes/api/(async)/partialAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # partialAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/partial/partialAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/partial/partialAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/pickAsync/index.mdx b/website/src/routes/api/(async)/pickAsync/index.mdx index d8ef5b25f..4310f638e 100644 --- a/website/src/routes/api/(async)/pickAsync/index.mdx +++ b/website/src/routes/api/(async)/pickAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # pickAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/pick/pickAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/pick/pickAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/picklistAsync/index.mdx b/website/src/routes/api/(async)/picklistAsync/index.mdx index 5f61fdcf8..13df0f2b7 100644 --- a/website/src/routes/api/(async)/picklistAsync/index.mdx +++ b/website/src/routes/api/(async)/picklistAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # picklistAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/picklist/picklistAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/picklist/picklistAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/recordAsync/index.mdx b/website/src/routes/api/(async)/recordAsync/index.mdx index 57a4fdc47..15eb5e7a6 100644 --- a/website/src/routes/api/(async)/recordAsync/index.mdx +++ b/website/src/routes/api/(async)/recordAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # recordAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/record/recordAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/record/recordAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/recursiveAsync/index.mdx b/website/src/routes/api/(async)/recursiveAsync/index.mdx index 28174387e..a1a46d4cc 100644 --- a/website/src/routes/api/(async)/recursiveAsync/index.mdx +++ b/website/src/routes/api/(async)/recursiveAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # recursiveAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/recursive/recursiveAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/recursive/recursiveAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/requiredAsync/index.mdx b/website/src/routes/api/(async)/requiredAsync/index.mdx index 3e123e3ae..26c9a37c4 100644 --- a/website/src/routes/api/(async)/requiredAsync/index.mdx +++ b/website/src/routes/api/(async)/requiredAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # requiredAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/required/requiredAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/required/requiredAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/safeParseAsync/index.mdx b/website/src/routes/api/(async)/safeParseAsync/index.mdx index f092217c0..754be47e0 100644 --- a/website/src/routes/api/(async)/safeParseAsync/index.mdx +++ b/website/src/routes/api/(async)/safeParseAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # safeParseAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/safeParse/safeParseAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/safeParse/safeParseAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/setAsync/index.mdx b/website/src/routes/api/(async)/setAsync/index.mdx index b534cd613..373cc39aa 100644 --- a/website/src/routes/api/(async)/setAsync/index.mdx +++ b/website/src/routes/api/(async)/setAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # setAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/set/setAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/set/setAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/specialAsync/index.mdx b/website/src/routes/api/(async)/specialAsync/index.mdx index d47d6b941..01870440e 100644 --- a/website/src/routes/api/(async)/specialAsync/index.mdx +++ b/website/src/routes/api/(async)/specialAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # specialAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/special/specialAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/special/specialAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/stringAsync/index.mdx b/website/src/routes/api/(async)/stringAsync/index.mdx index c0337550b..5bda7db8c 100644 --- a/website/src/routes/api/(async)/stringAsync/index.mdx +++ b/website/src/routes/api/(async)/stringAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # stringAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/string/stringAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/string/stringAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/symbolAsync/index.mdx b/website/src/routes/api/(async)/symbolAsync/index.mdx index 6fc993896..77cc160b2 100644 --- a/website/src/routes/api/(async)/symbolAsync/index.mdx +++ b/website/src/routes/api/(async)/symbolAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # symbolAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/symbol/symbolAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/symbol/symbolAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/toCustomAsync/index.mdx b/website/src/routes/api/(async)/toCustomAsync/index.mdx index 1c8bb9166..fb91bb43e 100644 --- a/website/src/routes/api/(async)/toCustomAsync/index.mdx +++ b/website/src/routes/api/(async)/toCustomAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # toCustomAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/transformations/toCustom/toCustomAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/transformations/toCustom/toCustomAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/transformAsync/index.mdx b/website/src/routes/api/(async)/transformAsync/index.mdx index c0f766ecd..a622a27d6 100644 --- a/website/src/routes/api/(async)/transformAsync/index.mdx +++ b/website/src/routes/api/(async)/transformAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # transformAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/transform/transformAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/transform/transformAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/tupleAsync/index.mdx b/website/src/routes/api/(async)/tupleAsync/index.mdx index 5dcd7e370..3ed93801b 100644 --- a/website/src/routes/api/(async)/tupleAsync/index.mdx +++ b/website/src/routes/api/(async)/tupleAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # tupleAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/tuple/tupleAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/tuple/tupleAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/undefinedAsync/index.mdx b/website/src/routes/api/(async)/undefinedAsync/index.mdx index 8b8798199..97e002297 100644 --- a/website/src/routes/api/(async)/undefinedAsync/index.mdx +++ b/website/src/routes/api/(async)/undefinedAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # undefinedAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/undefined/undefinedAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/undefined/undefinedAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/unionAsync/index.mdx b/website/src/routes/api/(async)/unionAsync/index.mdx index ff505310b..2e30ee54b 100644 --- a/website/src/routes/api/(async)/unionAsync/index.mdx +++ b/website/src/routes/api/(async)/unionAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # unionAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/union/unionAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/union/unionAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/unknownAsync/index.mdx b/website/src/routes/api/(async)/unknownAsync/index.mdx index 679440f1b..9e7c3e3fa 100644 --- a/website/src/routes/api/(async)/unknownAsync/index.mdx +++ b/website/src/routes/api/(async)/unknownAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # unknownAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/unknown/unknownAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/unknown/unknownAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/variantAsync/index.mdx b/website/src/routes/api/(async)/variantAsync/index.mdx index 75ad508f7..d4d70dd6d 100644 --- a/website/src/routes/api/(async)/variantAsync/index.mdx +++ b/website/src/routes/api/(async)/variantAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # variantAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/variant/variantAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/variant/variantAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(async)/voidAsync/index.mdx b/website/src/routes/api/(async)/voidAsync/index.mdx index 4cb1eb319..538393f0c 100644 --- a/website/src/routes/api/(async)/voidAsync/index.mdx +++ b/website/src/routes/api/(async)/voidAsync/index.mdx @@ -7,4 +7,4 @@ contributors: # voidAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/void/voidAsync.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/void/voidAsync.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(error)/ValiError/index.mdx b/website/src/routes/api/(error)/ValiError/index.mdx index a3e06b6ba..6540a4bda 100644 --- a/website/src/routes/api/(error)/ValiError/index.mdx +++ b/website/src/routes/api/(error)/ValiError/index.mdx @@ -7,4 +7,4 @@ contributors: # ValiError -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/error/ValiError/ValiError.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/error/ValiError/ValiError.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(error)/flatten/index.mdx b/website/src/routes/api/(error)/flatten/index.mdx index c0be1545f..8afb822d6 100644 --- a/website/src/routes/api/(error)/flatten/index.mdx +++ b/website/src/routes/api/(error)/flatten/index.mdx @@ -7,4 +7,4 @@ contributors: # flatten -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/error/flatten/flatten.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/error/flatten/flatten.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(methods)/brand/index.mdx b/website/src/routes/api/(methods)/brand/index.mdx index bfb69fcfa..8de3392f3 100644 --- a/website/src/routes/api/(methods)/brand/index.mdx +++ b/website/src/routes/api/(methods)/brand/index.mdx @@ -7,4 +7,4 @@ contributors: # brand -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/brand/brand.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/brand/brand.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(methods)/coerce/index.mdx b/website/src/routes/api/(methods)/coerce/index.mdx index 4f9362e4c..2ec9da454 100644 --- a/website/src/routes/api/(methods)/coerce/index.mdx +++ b/website/src/routes/api/(methods)/coerce/index.mdx @@ -7,4 +7,4 @@ contributors: # coerce -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/coerce/coerce.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/coerce/coerce.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(methods)/fallback/index.mdx b/website/src/routes/api/(methods)/fallback/index.mdx index 16ef2c2ca..09ec37318 100644 --- a/website/src/routes/api/(methods)/fallback/index.mdx +++ b/website/src/routes/api/(methods)/fallback/index.mdx @@ -8,4 +8,4 @@ contributors: # fallback -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/fallback/fallback.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/fallback/fallback.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(methods)/forward/index.mdx b/website/src/routes/api/(methods)/forward/index.mdx index 0e10e6d5d..d08755986 100644 --- a/website/src/routes/api/(methods)/forward/index.mdx +++ b/website/src/routes/api/(methods)/forward/index.mdx @@ -7,4 +7,4 @@ contributors: # forward -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/forward/forward.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/forward/forward.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(methods)/getDefault/index.mdx b/website/src/routes/api/(methods)/getDefault/index.mdx index 5ae8576be..a8059dd05 100644 --- a/website/src/routes/api/(methods)/getDefault/index.mdx +++ b/website/src/routes/api/(methods)/getDefault/index.mdx @@ -7,4 +7,4 @@ contributors: # getDefault -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/getDefault/getDefault.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/getDefault/getDefault.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(methods)/getDefaults/index.mdx b/website/src/routes/api/(methods)/getDefaults/index.mdx index 16238405b..85c0b1cbe 100644 --- a/website/src/routes/api/(methods)/getDefaults/index.mdx +++ b/website/src/routes/api/(methods)/getDefaults/index.mdx @@ -7,4 +7,4 @@ contributors: # getDefaults -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/getDefaults/getDefaults.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/getDefaults/getDefaults.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(methods)/getFallback/index.mdx b/website/src/routes/api/(methods)/getFallback/index.mdx index 84da83b91..f4c51244b 100644 --- a/website/src/routes/api/(methods)/getFallback/index.mdx +++ b/website/src/routes/api/(methods)/getFallback/index.mdx @@ -7,4 +7,4 @@ contributors: # getFallback -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/getFallback/getFallback.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/getFallback/getFallback.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(methods)/getFallbacks/index.mdx b/website/src/routes/api/(methods)/getFallbacks/index.mdx index 513c60e01..fb0c9f7d3 100644 --- a/website/src/routes/api/(methods)/getFallbacks/index.mdx +++ b/website/src/routes/api/(methods)/getFallbacks/index.mdx @@ -7,4 +7,4 @@ contributors: # getFallbacks -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/getFallbacks/getFallbacks.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/getFallbacks/getFallbacks.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(methods)/is/index.mdx b/website/src/routes/api/(methods)/is/index.mdx index ac2e21aed..00f501d9a 100644 --- a/website/src/routes/api/(methods)/is/index.mdx +++ b/website/src/routes/api/(methods)/is/index.mdx @@ -7,4 +7,4 @@ contributors: # is -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/is/is.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/is/is.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(methods)/keyof/index.mdx b/website/src/routes/api/(methods)/keyof/index.mdx index 0a8ccc7db..acd9275e0 100644 --- a/website/src/routes/api/(methods)/keyof/index.mdx +++ b/website/src/routes/api/(methods)/keyof/index.mdx @@ -7,4 +7,4 @@ contributors: # keyof -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/keyof/keyof.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/keyof/keyof.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(methods)/merge/index.mdx b/website/src/routes/api/(methods)/merge/index.mdx index a561574d0..0aa06e3b3 100644 --- a/website/src/routes/api/(methods)/merge/index.mdx +++ b/website/src/routes/api/(methods)/merge/index.mdx @@ -7,4 +7,4 @@ contributors: # merge -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/merge/merge.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/merge/merge.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(methods)/omit/index.mdx b/website/src/routes/api/(methods)/omit/index.mdx index 25fbf6349..991b923ee 100644 --- a/website/src/routes/api/(methods)/omit/index.mdx +++ b/website/src/routes/api/(methods)/omit/index.mdx @@ -7,4 +7,4 @@ contributors: # omit -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/omit/omit.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/omit/omit.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(methods)/parse/index.mdx b/website/src/routes/api/(methods)/parse/index.mdx index 017f8b540..e94ab781a 100644 --- a/website/src/routes/api/(methods)/parse/index.mdx +++ b/website/src/routes/api/(methods)/parse/index.mdx @@ -7,4 +7,4 @@ contributors: # parse -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/parse/parse.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/parse/parse.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(methods)/partial/index.mdx b/website/src/routes/api/(methods)/partial/index.mdx index fca27a09f..e69bc8e08 100644 --- a/website/src/routes/api/(methods)/partial/index.mdx +++ b/website/src/routes/api/(methods)/partial/index.mdx @@ -7,4 +7,4 @@ contributors: # partial -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/partial/partial.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/partial/partial.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(methods)/pick/index.mdx b/website/src/routes/api/(methods)/pick/index.mdx index e3d9acf12..ed91baf53 100644 --- a/website/src/routes/api/(methods)/pick/index.mdx +++ b/website/src/routes/api/(methods)/pick/index.mdx @@ -7,4 +7,4 @@ contributors: # pick -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/pick/pick.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/pick/pick.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(methods)/required/index.mdx b/website/src/routes/api/(methods)/required/index.mdx index 32bae57a8..ae234ccd8 100644 --- a/website/src/routes/api/(methods)/required/index.mdx +++ b/website/src/routes/api/(methods)/required/index.mdx @@ -7,4 +7,4 @@ contributors: # required -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/required/required.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/required/required.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(methods)/safeParse/index.mdx b/website/src/routes/api/(methods)/safeParse/index.mdx index af469b6f1..c62f95713 100644 --- a/website/src/routes/api/(methods)/safeParse/index.mdx +++ b/website/src/routes/api/(methods)/safeParse/index.mdx @@ -7,4 +7,4 @@ contributors: # safeParse -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/safeParse/safeParse.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/safeParse/safeParse.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(methods)/transform/index.mdx b/website/src/routes/api/(methods)/transform/index.mdx index f8121c930..659b71fce 100644 --- a/website/src/routes/api/(methods)/transform/index.mdx +++ b/website/src/routes/api/(methods)/transform/index.mdx @@ -7,4 +7,4 @@ contributors: # transform -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/transform/transform.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/transform/transform.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(methods)/unwrap/index.mdx b/website/src/routes/api/(methods)/unwrap/index.mdx index 67f3bbdcb..cc65737ac 100644 --- a/website/src/routes/api/(methods)/unwrap/index.mdx +++ b/website/src/routes/api/(methods)/unwrap/index.mdx @@ -7,4 +7,4 @@ contributors: # unwrap -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/unwrap/unwrap.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/methods/unwrap/unwrap.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(schemas)/array/index.mdx b/website/src/routes/api/(schemas)/array/index.mdx index 04f13d6a2..3a7414c1a 100644 --- a/website/src/routes/api/(schemas)/array/index.mdx +++ b/website/src/routes/api/(schemas)/array/index.mdx @@ -7,4 +7,4 @@ contributors: # array -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/array/array.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/array/array.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(schemas)/instance/index.mdx b/website/src/routes/api/(schemas)/instance/index.mdx index c8633baa0..7c84af664 100644 --- a/website/src/routes/api/(schemas)/instance/index.mdx +++ b/website/src/routes/api/(schemas)/instance/index.mdx @@ -7,4 +7,4 @@ contributors: # instance -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/instance/instance.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/instance/instance.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(schemas)/intersect/index.mdx b/website/src/routes/api/(schemas)/intersect/index.mdx index 14361ed43..078d67055 100644 --- a/website/src/routes/api/(schemas)/intersect/index.mdx +++ b/website/src/routes/api/(schemas)/intersect/index.mdx @@ -7,4 +7,4 @@ contributors: # intersect -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/intersect/intersect.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/intersect/intersect.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(schemas)/literal/index.mdx b/website/src/routes/api/(schemas)/literal/index.mdx index 74c395a45..b71aa2add 100644 --- a/website/src/routes/api/(schemas)/literal/index.mdx +++ b/website/src/routes/api/(schemas)/literal/index.mdx @@ -7,4 +7,4 @@ contributors: # literal -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/literal/literal.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/literal/literal.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(schemas)/map/index.mdx b/website/src/routes/api/(schemas)/map/index.mdx index 2cb01373d..f3bbaac94 100644 --- a/website/src/routes/api/(schemas)/map/index.mdx +++ b/website/src/routes/api/(schemas)/map/index.mdx @@ -7,4 +7,4 @@ contributors: # map -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/map/map.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/map/map.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(schemas)/nan/index.mdx b/website/src/routes/api/(schemas)/nan/index.mdx index db5e76c02..e889b6d23 100644 --- a/website/src/routes/api/(schemas)/nan/index.mdx +++ b/website/src/routes/api/(schemas)/nan/index.mdx @@ -7,4 +7,4 @@ contributors: # nan -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/nan/nan.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/nan/nan.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(schemas)/never/index.mdx b/website/src/routes/api/(schemas)/never/index.mdx index ab43ef6f0..c84bc18c4 100644 --- a/website/src/routes/api/(schemas)/never/index.mdx +++ b/website/src/routes/api/(schemas)/never/index.mdx @@ -7,4 +7,4 @@ contributors: # never -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/never/never.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/never/never.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(schemas)/nonNullable/index.mdx b/website/src/routes/api/(schemas)/nonNullable/index.mdx index 42cec3380..a28b8c012 100644 --- a/website/src/routes/api/(schemas)/nonNullable/index.mdx +++ b/website/src/routes/api/(schemas)/nonNullable/index.mdx @@ -7,4 +7,4 @@ contributors: # nonNullable -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/nonNullable/nonNullable.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/nonNullable/nonNullable.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(schemas)/nonNullish/index.mdx b/website/src/routes/api/(schemas)/nonNullish/index.mdx index cc81b11be..449535a04 100644 --- a/website/src/routes/api/(schemas)/nonNullish/index.mdx +++ b/website/src/routes/api/(schemas)/nonNullish/index.mdx @@ -7,4 +7,4 @@ contributors: # nonNullish -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/nonNullish/nonNullish.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/nonNullish/nonNullish.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(schemas)/nonOptional/index.mdx b/website/src/routes/api/(schemas)/nonOptional/index.mdx index bcebd7622..a4741bd64 100644 --- a/website/src/routes/api/(schemas)/nonOptional/index.mdx +++ b/website/src/routes/api/(schemas)/nonOptional/index.mdx @@ -7,4 +7,4 @@ contributors: # nonOptional -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/nonOptional/nonOptional.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/nonOptional/nonOptional.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(schemas)/null_/index.mdx b/website/src/routes/api/(schemas)/null_/index.mdx index 4c1c6bef2..d23cdbc5f 100644 --- a/website/src/routes/api/(schemas)/null_/index.mdx +++ b/website/src/routes/api/(schemas)/null_/index.mdx @@ -7,4 +7,4 @@ contributors: # null\_ -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/null/null.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/null/null.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(schemas)/nullable/index.mdx b/website/src/routes/api/(schemas)/nullable/index.mdx index 01448ca3a..2ad936e83 100644 --- a/website/src/routes/api/(schemas)/nullable/index.mdx +++ b/website/src/routes/api/(schemas)/nullable/index.mdx @@ -7,4 +7,4 @@ contributors: # nullable -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/nullable/nullable.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/nullable/nullable.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(schemas)/nullish/index.mdx b/website/src/routes/api/(schemas)/nullish/index.mdx index 42fac7c3f..4afe7de7a 100644 --- a/website/src/routes/api/(schemas)/nullish/index.mdx +++ b/website/src/routes/api/(schemas)/nullish/index.mdx @@ -7,4 +7,4 @@ contributors: # nullish -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/nullish/nullish.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/nullish/nullish.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(schemas)/number/index.mdx b/website/src/routes/api/(schemas)/number/index.mdx index cf66b098a..62f666ced 100644 --- a/website/src/routes/api/(schemas)/number/index.mdx +++ b/website/src/routes/api/(schemas)/number/index.mdx @@ -7,4 +7,4 @@ contributors: # number -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/number/number.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/number/number.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(schemas)/object/index.mdx b/website/src/routes/api/(schemas)/object/index.mdx index dd61d548e..42ca0700c 100644 --- a/website/src/routes/api/(schemas)/object/index.mdx +++ b/website/src/routes/api/(schemas)/object/index.mdx @@ -7,4 +7,4 @@ contributors: # object -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/object/object.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/object/object.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(schemas)/record/index.mdx b/website/src/routes/api/(schemas)/record/index.mdx index 2e15c49dc..8f21dbd2b 100644 --- a/website/src/routes/api/(schemas)/record/index.mdx +++ b/website/src/routes/api/(schemas)/record/index.mdx @@ -7,4 +7,4 @@ contributors: # record -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/record/record.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/record/record.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(schemas)/recursive/index.mdx b/website/src/routes/api/(schemas)/recursive/index.mdx index 6058afe77..67a6d82b6 100644 --- a/website/src/routes/api/(schemas)/recursive/index.mdx +++ b/website/src/routes/api/(schemas)/recursive/index.mdx @@ -7,4 +7,4 @@ contributors: # recursive -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/recursive/recursive.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/recursive/recursive.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(schemas)/set/index.mdx b/website/src/routes/api/(schemas)/set/index.mdx index 34db9b506..2fff9f8da 100644 --- a/website/src/routes/api/(schemas)/set/index.mdx +++ b/website/src/routes/api/(schemas)/set/index.mdx @@ -7,4 +7,4 @@ contributors: # set -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/set/set.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/set/set.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(schemas)/special/index.mdx b/website/src/routes/api/(schemas)/special/index.mdx index 783064ce7..2a2b0d7ab 100644 --- a/website/src/routes/api/(schemas)/special/index.mdx +++ b/website/src/routes/api/(schemas)/special/index.mdx @@ -7,4 +7,4 @@ contributors: # special -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/special/special.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/special/special.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(schemas)/tuple/index.mdx b/website/src/routes/api/(schemas)/tuple/index.mdx index 1ad10056c..59f725888 100644 --- a/website/src/routes/api/(schemas)/tuple/index.mdx +++ b/website/src/routes/api/(schemas)/tuple/index.mdx @@ -7,4 +7,4 @@ contributors: # tuple -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/tuple/tuple.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/tuple/tuple.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(schemas)/undefined_/index.mdx b/website/src/routes/api/(schemas)/undefined_/index.mdx index e29f13921..0afd22f9d 100644 --- a/website/src/routes/api/(schemas)/undefined_/index.mdx +++ b/website/src/routes/api/(schemas)/undefined_/index.mdx @@ -7,4 +7,4 @@ contributors: # undefined\_ -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/undefined/undefined.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/undefined/undefined.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(schemas)/union/index.mdx b/website/src/routes/api/(schemas)/union/index.mdx index a0db6ed41..ddd3ad861 100644 --- a/website/src/routes/api/(schemas)/union/index.mdx +++ b/website/src/routes/api/(schemas)/union/index.mdx @@ -8,4 +8,4 @@ contributors: # union -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/union/union.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/union/union.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(schemas)/unknown/index.mdx b/website/src/routes/api/(schemas)/unknown/index.mdx index 9dae17baa..edd90c0ad 100644 --- a/website/src/routes/api/(schemas)/unknown/index.mdx +++ b/website/src/routes/api/(schemas)/unknown/index.mdx @@ -7,4 +7,4 @@ contributors: # unknown -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/unknown/unknown.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/unknown/unknown.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(schemas)/variant/index.mdx b/website/src/routes/api/(schemas)/variant/index.mdx index 09323e0fd..d770a4392 100644 --- a/website/src/routes/api/(schemas)/variant/index.mdx +++ b/website/src/routes/api/(schemas)/variant/index.mdx @@ -7,4 +7,4 @@ contributors: # variant -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/variant/variant.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/variant/variant.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(schemas)/void_/index.mdx b/website/src/routes/api/(schemas)/void_/index.mdx index f3824299a..e7e177879 100644 --- a/website/src/routes/api/(schemas)/void_/index.mdx +++ b/website/src/routes/api/(schemas)/void_/index.mdx @@ -7,4 +7,4 @@ contributors: # void\_ -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/void/void.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/void/void.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(transformations)/toCustom/index.mdx b/website/src/routes/api/(transformations)/toCustom/index.mdx index 5d6bffc22..10df1ba4e 100644 --- a/website/src/routes/api/(transformations)/toCustom/index.mdx +++ b/website/src/routes/api/(transformations)/toCustom/index.mdx @@ -7,4 +7,4 @@ contributors: # toCustom -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/transformations/toCustom/toCustom.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/transformations/toCustom/toCustom.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(transformations)/toLowerCase/index.mdx b/website/src/routes/api/(transformations)/toLowerCase/index.mdx index b957dcd06..34698ed70 100644 --- a/website/src/routes/api/(transformations)/toLowerCase/index.mdx +++ b/website/src/routes/api/(transformations)/toLowerCase/index.mdx @@ -7,4 +7,4 @@ contributors: # toLowerCase -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/transformations/toLowerCase/toLowerCase.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/transformations/toLowerCase/toLowerCase.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(transformations)/toMaxValue/index.mdx b/website/src/routes/api/(transformations)/toMaxValue/index.mdx index 0b6fbe73e..4a7efe4a1 100644 --- a/website/src/routes/api/(transformations)/toMaxValue/index.mdx +++ b/website/src/routes/api/(transformations)/toMaxValue/index.mdx @@ -7,4 +7,4 @@ contributors: # toMaxValue -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/transformations/toMaxValue/toMaxValue.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/transformations/toMaxValue/toMaxValue.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(transformations)/toMinValue/index.mdx b/website/src/routes/api/(transformations)/toMinValue/index.mdx index e50314782..bb389ecf2 100644 --- a/website/src/routes/api/(transformations)/toMinValue/index.mdx +++ b/website/src/routes/api/(transformations)/toMinValue/index.mdx @@ -7,4 +7,4 @@ contributors: # toMinValue -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/transformations/toMinValue/toMinValue.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/transformations/toMinValue/toMinValue.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(transformations)/toTrimmed/index.mdx b/website/src/routes/api/(transformations)/toTrimmed/index.mdx index 118ecf993..402605350 100644 --- a/website/src/routes/api/(transformations)/toTrimmed/index.mdx +++ b/website/src/routes/api/(transformations)/toTrimmed/index.mdx @@ -7,4 +7,4 @@ contributors: # toTrimmed -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/transformations/toTrimmed/toTrimmed.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/transformations/toTrimmed/toTrimmed.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(transformations)/toTrimmedEnd/index.mdx b/website/src/routes/api/(transformations)/toTrimmedEnd/index.mdx index c73f0cb53..4e631c1f0 100644 --- a/website/src/routes/api/(transformations)/toTrimmedEnd/index.mdx +++ b/website/src/routes/api/(transformations)/toTrimmedEnd/index.mdx @@ -7,4 +7,4 @@ contributors: # toTrimmedEnd -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/transformations/toTrimmedEnd/toTrimmedEnd.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/transformations/toTrimmedEnd/toTrimmedEnd.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(transformations)/toTrimmedStart/index.mdx b/website/src/routes/api/(transformations)/toTrimmedStart/index.mdx index 4fc54b687..b06bbe01a 100644 --- a/website/src/routes/api/(transformations)/toTrimmedStart/index.mdx +++ b/website/src/routes/api/(transformations)/toTrimmedStart/index.mdx @@ -7,4 +7,4 @@ contributors: # toTrimmedStart -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/transformations/toTrimmedStart/toTrimmedStart.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/transformations/toTrimmedStart/toTrimmedStart.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(transformations)/toUpperCase/index.mdx b/website/src/routes/api/(transformations)/toUpperCase/index.mdx index d743ffaf9..367b115b1 100644 --- a/website/src/routes/api/(transformations)/toUpperCase/index.mdx +++ b/website/src/routes/api/(transformations)/toUpperCase/index.mdx @@ -7,4 +7,4 @@ contributors: # toUpperCase -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/transformations/toUpperCase/toUpperCase.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/transformations/toUpperCase/toUpperCase.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/bic/index.mdx b/website/src/routes/api/(validations)/bic/index.mdx index e5322c7bd..b4efb9a54 100644 --- a/website/src/routes/api/(validations)/bic/index.mdx +++ b/website/src/routes/api/(validations)/bic/index.mdx @@ -7,4 +7,4 @@ contributors: # bic -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/bic/bic.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/bic/bic.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/bytes/index.mdx b/website/src/routes/api/(validations)/bytes/index.mdx index 88f3458a1..30797dd22 100644 --- a/website/src/routes/api/(validations)/bytes/index.mdx +++ b/website/src/routes/api/(validations)/bytes/index.mdx @@ -7,4 +7,4 @@ contributors: # bytes -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/bytes/bytes.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/bytes/bytes.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/creditCard/index.mdx b/website/src/routes/api/(validations)/creditCard/index.mdx index 46ab372b3..67eeb9936 100644 --- a/website/src/routes/api/(validations)/creditCard/index.mdx +++ b/website/src/routes/api/(validations)/creditCard/index.mdx @@ -7,4 +7,4 @@ contributors: # creditCard -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/creditCard/creditCard.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/creditCard/creditCard.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/cuid2/index.mdx b/website/src/routes/api/(validations)/cuid2/index.mdx index f0d179466..5a32c74ae 100644 --- a/website/src/routes/api/(validations)/cuid2/index.mdx +++ b/website/src/routes/api/(validations)/cuid2/index.mdx @@ -8,4 +8,4 @@ contributors: # cuid2 -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/cuid2/cuid2.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/cuid2/cuid2.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/custom/index.mdx b/website/src/routes/api/(validations)/custom/index.mdx index 8b98b95ac..f2d487a9f 100644 --- a/website/src/routes/api/(validations)/custom/index.mdx +++ b/website/src/routes/api/(validations)/custom/index.mdx @@ -7,4 +7,4 @@ contributors: # custom -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/custom/custom.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/custom/custom.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/decimal/index.mdx b/website/src/routes/api/(validations)/decimal/index.mdx index 6febce17a..837b09c64 100644 --- a/website/src/routes/api/(validations)/decimal/index.mdx +++ b/website/src/routes/api/(validations)/decimal/index.mdx @@ -7,4 +7,4 @@ contributors: # decimal -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/decimal/decimal.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/decimal/decimal.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/email/index.mdx b/website/src/routes/api/(validations)/email/index.mdx index ee2604e9a..ad5ed8746 100644 --- a/website/src/routes/api/(validations)/email/index.mdx +++ b/website/src/routes/api/(validations)/email/index.mdx @@ -7,4 +7,4 @@ contributors: # email -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/email/email.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/email/email.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/emoji/index.mdx b/website/src/routes/api/(validations)/emoji/index.mdx index db948a650..a5d78b5f2 100644 --- a/website/src/routes/api/(validations)/emoji/index.mdx +++ b/website/src/routes/api/(validations)/emoji/index.mdx @@ -7,4 +7,4 @@ contributors: # emoji -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/emoji/emoji.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/emoji/emoji.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/endsWith/index.mdx b/website/src/routes/api/(validations)/endsWith/index.mdx index 3e24488b0..3a521f622 100644 --- a/website/src/routes/api/(validations)/endsWith/index.mdx +++ b/website/src/routes/api/(validations)/endsWith/index.mdx @@ -7,4 +7,4 @@ contributors: # endsWith -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/endsWith/endsWith.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/endsWith/endsWith.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/excludes/index.mdx b/website/src/routes/api/(validations)/excludes/index.mdx index 5694acc6c..513c03aa2 100644 --- a/website/src/routes/api/(validations)/excludes/index.mdx +++ b/website/src/routes/api/(validations)/excludes/index.mdx @@ -7,4 +7,4 @@ contributors: # excludes -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/excludes/excludes.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/excludes/excludes.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/finite/index.mdx b/website/src/routes/api/(validations)/finite/index.mdx index 31cbacfe7..221011d4f 100644 --- a/website/src/routes/api/(validations)/finite/index.mdx +++ b/website/src/routes/api/(validations)/finite/index.mdx @@ -7,4 +7,4 @@ contributors: # finite -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/finite/finite.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/finite/finite.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/hash/index.mdx b/website/src/routes/api/(validations)/hash/index.mdx index ebcd3509c..f41623743 100644 --- a/website/src/routes/api/(validations)/hash/index.mdx +++ b/website/src/routes/api/(validations)/hash/index.mdx @@ -7,4 +7,4 @@ contributors: # hash -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/hash/hash.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/hash/hash.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/hexColor/index.mdx b/website/src/routes/api/(validations)/hexColor/index.mdx index 0d3c14f6d..821467bf5 100644 --- a/website/src/routes/api/(validations)/hexColor/index.mdx +++ b/website/src/routes/api/(validations)/hexColor/index.mdx @@ -7,4 +7,4 @@ contributors: # hexColor -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/hexColor/hexColor.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/hexColor/hexColor.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/hexadecimal/index.mdx b/website/src/routes/api/(validations)/hexadecimal/index.mdx index e8f65f6a1..d07007d39 100644 --- a/website/src/routes/api/(validations)/hexadecimal/index.mdx +++ b/website/src/routes/api/(validations)/hexadecimal/index.mdx @@ -8,4 +8,4 @@ contributors: # hexadecimal -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/hexadecimal/hexadecimal.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/hexadecimal/hexadecimal.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/imei/index.mdx b/website/src/routes/api/(validations)/imei/index.mdx index 7e6f65548..2e9f2edf0 100644 --- a/website/src/routes/api/(validations)/imei/index.mdx +++ b/website/src/routes/api/(validations)/imei/index.mdx @@ -8,4 +8,4 @@ contributors: # imei -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/imei/imei.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/imei/imei.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/includes/index.mdx b/website/src/routes/api/(validations)/includes/index.mdx index 7c4c16df7..29c50c801 100644 --- a/website/src/routes/api/(validations)/includes/index.mdx +++ b/website/src/routes/api/(validations)/includes/index.mdx @@ -7,4 +7,4 @@ contributors: # includes -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/includes/includes.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/includes/includes.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/integer/index.mdx b/website/src/routes/api/(validations)/integer/index.mdx index 3d1766550..9c85a5ffb 100644 --- a/website/src/routes/api/(validations)/integer/index.mdx +++ b/website/src/routes/api/(validations)/integer/index.mdx @@ -7,4 +7,4 @@ contributors: # integer -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/integer/integer.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/integer/integer.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/ip/index.mdx b/website/src/routes/api/(validations)/ip/index.mdx index 9f4047055..b82dd83bf 100644 --- a/website/src/routes/api/(validations)/ip/index.mdx +++ b/website/src/routes/api/(validations)/ip/index.mdx @@ -7,4 +7,4 @@ contributors: # ip -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/ip/ip.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/ip/ip.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/ipv4/index.mdx b/website/src/routes/api/(validations)/ipv4/index.mdx index 9785c6f4c..00f07f0fc 100644 --- a/website/src/routes/api/(validations)/ipv4/index.mdx +++ b/website/src/routes/api/(validations)/ipv4/index.mdx @@ -7,4 +7,4 @@ contributors: # ipv4 -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/ipv4/ipv4.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/ipv4/ipv4.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/ipv6/index.mdx b/website/src/routes/api/(validations)/ipv6/index.mdx index 5e3992b61..2f667f218 100644 --- a/website/src/routes/api/(validations)/ipv6/index.mdx +++ b/website/src/routes/api/(validations)/ipv6/index.mdx @@ -7,4 +7,4 @@ contributors: # ipv6 -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/ipv6/ipv6.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/ipv6/ipv6.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/isoDate/index.mdx b/website/src/routes/api/(validations)/isoDate/index.mdx index 20da4fa60..4734930b4 100644 --- a/website/src/routes/api/(validations)/isoDate/index.mdx +++ b/website/src/routes/api/(validations)/isoDate/index.mdx @@ -7,4 +7,4 @@ contributors: # isoDate -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/isoDate/isoDate.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/isoDate/isoDate.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/isoDateTime/index.mdx b/website/src/routes/api/(validations)/isoDateTime/index.mdx index 76458e3fc..895203776 100644 --- a/website/src/routes/api/(validations)/isoDateTime/index.mdx +++ b/website/src/routes/api/(validations)/isoDateTime/index.mdx @@ -7,4 +7,4 @@ contributors: # isoDateTime -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/isoDateTime/isoDateTime.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/isoDateTime/isoDateTime.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/isoTime/index.mdx b/website/src/routes/api/(validations)/isoTime/index.mdx index c1fce869a..113347c2d 100644 --- a/website/src/routes/api/(validations)/isoTime/index.mdx +++ b/website/src/routes/api/(validations)/isoTime/index.mdx @@ -7,4 +7,4 @@ contributors: # isoTime -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/isoTime/isoTime.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/isoTime/isoTime.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/isoTimeSecond/index.mdx b/website/src/routes/api/(validations)/isoTimeSecond/index.mdx index 57d4f35a9..d58c70e92 100644 --- a/website/src/routes/api/(validations)/isoTimeSecond/index.mdx +++ b/website/src/routes/api/(validations)/isoTimeSecond/index.mdx @@ -7,4 +7,4 @@ contributors: # isoTimeSecond -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/isoTimeSecond/isoTimeSecond.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/isoTimeSecond/isoTimeSecond.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/isoTimestamp/index.mdx b/website/src/routes/api/(validations)/isoTimestamp/index.mdx index 983a6dc0b..c91927ecc 100644 --- a/website/src/routes/api/(validations)/isoTimestamp/index.mdx +++ b/website/src/routes/api/(validations)/isoTimestamp/index.mdx @@ -7,4 +7,4 @@ contributors: # isoTimestamp -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/isoTimestamp/isoTimestamp.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/isoTimestamp/isoTimestamp.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/isoWeek/index.mdx b/website/src/routes/api/(validations)/isoWeek/index.mdx index 8059fc5b1..6af7c2dec 100644 --- a/website/src/routes/api/(validations)/isoWeek/index.mdx +++ b/website/src/routes/api/(validations)/isoWeek/index.mdx @@ -7,4 +7,4 @@ contributors: # isoWeek -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/isoWeek/isoWeek.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/isoWeek/isoWeek.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/length/index.mdx b/website/src/routes/api/(validations)/length/index.mdx index 664a5fb8f..25a0b0bd7 100644 --- a/website/src/routes/api/(validations)/length/index.mdx +++ b/website/src/routes/api/(validations)/length/index.mdx @@ -7,4 +7,4 @@ contributors: # length -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/length/length.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/length/length.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/mac/index.mdx b/website/src/routes/api/(validations)/mac/index.mdx index 3723a642a..e0453853e 100644 --- a/website/src/routes/api/(validations)/mac/index.mdx +++ b/website/src/routes/api/(validations)/mac/index.mdx @@ -7,4 +7,4 @@ contributors: # mac -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/mac/mac.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/mac/mac.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/mac48/index.mdx b/website/src/routes/api/(validations)/mac48/index.mdx index 735dc1176..4dc3205a3 100644 --- a/website/src/routes/api/(validations)/mac48/index.mdx +++ b/website/src/routes/api/(validations)/mac48/index.mdx @@ -7,4 +7,4 @@ contributors: # mac48 -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/mac48/mac48.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/mac48/mac48.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/mac64/index.mdx b/website/src/routes/api/(validations)/mac64/index.mdx index dbb8f491f..4f159fc79 100644 --- a/website/src/routes/api/(validations)/mac64/index.mdx +++ b/website/src/routes/api/(validations)/mac64/index.mdx @@ -7,4 +7,4 @@ contributors: # mac64 -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/mac64/mac64.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/mac64/mac64.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/maxBytes/index.mdx b/website/src/routes/api/(validations)/maxBytes/index.mdx index 172eb1678..1d54587ef 100644 --- a/website/src/routes/api/(validations)/maxBytes/index.mdx +++ b/website/src/routes/api/(validations)/maxBytes/index.mdx @@ -7,4 +7,4 @@ contributors: # maxBytes -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/maxBytes/maxBytes.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/maxBytes/maxBytes.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/maxLength/index.mdx b/website/src/routes/api/(validations)/maxLength/index.mdx index e28ea5bcb..b051ec48f 100644 --- a/website/src/routes/api/(validations)/maxLength/index.mdx +++ b/website/src/routes/api/(validations)/maxLength/index.mdx @@ -7,4 +7,4 @@ contributors: # maxLength -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/maxLength/maxLength.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/maxLength/maxLength.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/maxSize/index.mdx b/website/src/routes/api/(validations)/maxSize/index.mdx index 0f7371dfe..a11f8e89d 100644 --- a/website/src/routes/api/(validations)/maxSize/index.mdx +++ b/website/src/routes/api/(validations)/maxSize/index.mdx @@ -7,4 +7,4 @@ contributors: # maxSize -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/maxSize/maxSize.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/maxSize/maxSize.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/maxValue/index.mdx b/website/src/routes/api/(validations)/maxValue/index.mdx index d0d706c18..6ae4e7faa 100644 --- a/website/src/routes/api/(validations)/maxValue/index.mdx +++ b/website/src/routes/api/(validations)/maxValue/index.mdx @@ -7,4 +7,4 @@ contributors: # maxValue -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/maxValue/maxValue.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/maxValue/maxValue.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/mimeType/index.mdx b/website/src/routes/api/(validations)/mimeType/index.mdx index 20e62c11b..0a2d21f9f 100644 --- a/website/src/routes/api/(validations)/mimeType/index.mdx +++ b/website/src/routes/api/(validations)/mimeType/index.mdx @@ -7,4 +7,4 @@ contributors: # mimeType -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/mimeType/mimeType.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/mimeType/mimeType.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/minBytes/index.mdx b/website/src/routes/api/(validations)/minBytes/index.mdx index 872a735b8..5d60eda99 100644 --- a/website/src/routes/api/(validations)/minBytes/index.mdx +++ b/website/src/routes/api/(validations)/minBytes/index.mdx @@ -7,4 +7,4 @@ contributors: # minBytes -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/minBytes/minBytes.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/minBytes/minBytes.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/minLength/index.mdx b/website/src/routes/api/(validations)/minLength/index.mdx index a165541f1..9023f21b9 100644 --- a/website/src/routes/api/(validations)/minLength/index.mdx +++ b/website/src/routes/api/(validations)/minLength/index.mdx @@ -7,4 +7,4 @@ contributors: # minLength -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/minLength/minLength.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/minLength/minLength.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/minSize/index.mdx b/website/src/routes/api/(validations)/minSize/index.mdx index 991f495c9..215e372f9 100644 --- a/website/src/routes/api/(validations)/minSize/index.mdx +++ b/website/src/routes/api/(validations)/minSize/index.mdx @@ -7,4 +7,4 @@ contributors: # minSize -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/minSize/minSize.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/minSize/minSize.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/minValue/index.mdx b/website/src/routes/api/(validations)/minValue/index.mdx index 20c861951..76ba2da6c 100644 --- a/website/src/routes/api/(validations)/minValue/index.mdx +++ b/website/src/routes/api/(validations)/minValue/index.mdx @@ -7,4 +7,4 @@ contributors: # minValue -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/minValue/minValue.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/minValue/minValue.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/multipleOf/index.mdx b/website/src/routes/api/(validations)/multipleOf/index.mdx index 22b41d106..884760009 100644 --- a/website/src/routes/api/(validations)/multipleOf/index.mdx +++ b/website/src/routes/api/(validations)/multipleOf/index.mdx @@ -7,4 +7,4 @@ contributors: # multipleOf -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/multipleOf/multipleOf.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/multipleOf/multipleOf.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/notBytes/index.mdx b/website/src/routes/api/(validations)/notBytes/index.mdx index 109323c0d..ea5082b39 100644 --- a/website/src/routes/api/(validations)/notBytes/index.mdx +++ b/website/src/routes/api/(validations)/notBytes/index.mdx @@ -7,4 +7,4 @@ contributors: # notBytes -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/notBytes/notBytes.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/notBytes/notBytes.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/notLength/index.mdx b/website/src/routes/api/(validations)/notLength/index.mdx index 3c3a65716..c9b9d7826 100644 --- a/website/src/routes/api/(validations)/notLength/index.mdx +++ b/website/src/routes/api/(validations)/notLength/index.mdx @@ -7,4 +7,4 @@ contributors: # notLength -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/notLength/notLength.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/notLength/notLength.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/notSize/index.mdx b/website/src/routes/api/(validations)/notSize/index.mdx index 69491c72c..2293261f1 100644 --- a/website/src/routes/api/(validations)/notSize/index.mdx +++ b/website/src/routes/api/(validations)/notSize/index.mdx @@ -7,4 +7,4 @@ contributors: # notSize -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/notSize/notSize.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/notSize/notSize.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/notValue/index.mdx b/website/src/routes/api/(validations)/notValue/index.mdx index 7934fbb73..e1b9bcb8a 100644 --- a/website/src/routes/api/(validations)/notValue/index.mdx +++ b/website/src/routes/api/(validations)/notValue/index.mdx @@ -8,4 +8,4 @@ contributors: # notValue -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/notValue/notValue.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/notValue/notValue.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/octal/index.mdx b/website/src/routes/api/(validations)/octal/index.mdx index 6dc96ce8d..745fb998a 100644 --- a/website/src/routes/api/(validations)/octal/index.mdx +++ b/website/src/routes/api/(validations)/octal/index.mdx @@ -7,4 +7,4 @@ contributors: # octal -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/octal/octal.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/octal/octal.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/regex/index.mdx b/website/src/routes/api/(validations)/regex/index.mdx index 891e7feef..de419a761 100644 --- a/website/src/routes/api/(validations)/regex/index.mdx +++ b/website/src/routes/api/(validations)/regex/index.mdx @@ -7,4 +7,4 @@ contributors: # regex -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/regex/regex.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/regex/regex.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/safeInteger/index.mdx b/website/src/routes/api/(validations)/safeInteger/index.mdx index ebcfaf57b..25e272d5b 100644 --- a/website/src/routes/api/(validations)/safeInteger/index.mdx +++ b/website/src/routes/api/(validations)/safeInteger/index.mdx @@ -7,4 +7,4 @@ contributors: # safeInteger -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/safeInteger/safeInteger.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/safeInteger/safeInteger.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/size/index.mdx b/website/src/routes/api/(validations)/size/index.mdx index 44e3345d3..6a6cdc3b2 100644 --- a/website/src/routes/api/(validations)/size/index.mdx +++ b/website/src/routes/api/(validations)/size/index.mdx @@ -7,4 +7,4 @@ contributors: # size -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/size/size.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/size/size.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/startsWith/index.mdx b/website/src/routes/api/(validations)/startsWith/index.mdx index 1184563dd..80ab8fd56 100644 --- a/website/src/routes/api/(validations)/startsWith/index.mdx +++ b/website/src/routes/api/(validations)/startsWith/index.mdx @@ -7,4 +7,4 @@ contributors: # startsWith -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/startsWith/startsWith.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/startsWith/startsWith.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/ulid/index.mdx b/website/src/routes/api/(validations)/ulid/index.mdx index 6f0cd8bb7..55186bc71 100644 --- a/website/src/routes/api/(validations)/ulid/index.mdx +++ b/website/src/routes/api/(validations)/ulid/index.mdx @@ -8,4 +8,4 @@ contributors: # ulid -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/ulid/ulid.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/ulid/ulid.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/url/index.mdx b/website/src/routes/api/(validations)/url/index.mdx index aabbd1c3d..af6652b97 100644 --- a/website/src/routes/api/(validations)/url/index.mdx +++ b/website/src/routes/api/(validations)/url/index.mdx @@ -7,4 +7,4 @@ contributors: # url -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/url/url.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/url/url.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/uuid/index.mdx b/website/src/routes/api/(validations)/uuid/index.mdx index f686fe8da..20c56ebc6 100644 --- a/website/src/routes/api/(validations)/uuid/index.mdx +++ b/website/src/routes/api/(validations)/uuid/index.mdx @@ -7,4 +7,4 @@ contributors: # uuid -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/uuid/uuid.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/uuid/uuid.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference. diff --git a/website/src/routes/api/(validations)/value/index.mdx b/website/src/routes/api/(validations)/value/index.mdx index 719d95a5e..8d78c0027 100644 --- a/website/src/routes/api/(validations)/value/index.mdx +++ b/website/src/routes/api/(validations)/value/index.mdx @@ -7,4 +7,4 @@ contributors: # value -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/value/value.ts). +> The content of this page is not yet ready. Until then, please use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/validations/value/value.ts) or take a look at [issue #287](https://github.com/fabian-hiller/valibot/issues/287) to help us extend the API reference.