Skip to content

Commit

Permalink
docs: move packages/* -> *
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Jan 15, 2024
1 parent dd2c195 commit 7d6e0a8
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/form/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ if (result?.data) {
</form>
```

πŸ“š Visit [the docs](https://simple-stack-docs.vercel.app/packages/form) for more information
πŸ“š Visit [the docs](https://simple-stack-docs.vercel.app/form) for more information and usage examples.
7 changes: 7 additions & 0 deletions packages/partial/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# ⏳ Simple Partial

> Re-render just the parts that change in your Astro app.
Package coming soon! Here's a sneak peak at the APIs we're exploring.

<video controls width="100%" style="aspect-ratio:1.33/1" src="../../www/public/assets/astro-partial-rendering-demo.mp4"></video>
2 changes: 1 addition & 1 deletion packages/scope/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Output:
*/
```

πŸ“š Visit [the docs](https://simple-stack-docs.vercel.app/packages/scope) for more information
πŸ“š Visit [the docs](https://simple-stack-docs.vercel.app/scope) for more information and usage examples.
3 changes: 2 additions & 1 deletion packages/stream/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ import { Suspense, ResolveSuspended } from 'simple-stack-stream/components';
<ResolveSuspended />
```

πŸ“š Visit [the docs](https://simple-stack-docs.vercel.app/packages/stream) for more information

πŸ“š Visit [the docs](https://simple-stack-docs.vercel.app/stream) for more information and usage examples.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7d6e0a8

Please sign in to comment.