Skip to content

Commit

Permalink
add initial changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
David Blass committed May 22, 2024
1 parent 6e39e69 commit 8cd0807
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 13 deletions.
File renamed without changes.
9 changes: 9 additions & 0 deletions .changeset/cool-buses-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@arktype/attest": patch
"@arktype/fs": patch
"@arktype/schema": patch
"arktype": patch
"@arktype/util": patch
---

Initial changeset
2 changes: 1 addition & 1 deletion ark/docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ hero:
file: ../../assets/splash.png
actions:
- text: Set sail
link: /intro/why/
link: /intro/install/
icon: right-arrow
variant: primary
- text: Doc up
Expand Down
14 changes: 14 additions & 0 deletions ark/docs/src/content/docs/intro/install.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Getting Started
---

## Installation

```bash
# (or whatever package manager you prefer)
npm install arktype
```

Our types are tested in [strict-mode](https://www.typescriptlang.org/tsconfig#strict) with TypeScript version `5.1+`.

If your types work but you notice errors in node_modules, this could be due to `tsconfig` incompatibilities- please enable `compilerOptions/skipLibCheck` ([docs](https://www.typescriptlang.org/tsconfig/#skipLibCheck)).
12 changes: 0 additions & 12 deletions ark/docs/src/content/docs/intro/why.md

This file was deleted.

File renamed without changes.
File renamed without changes.

0 comments on commit 8cd0807

Please sign in to comment.