Skip to content

Commit

Permalink
docs: several minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Dec 30, 2024
1 parent fee64dd commit ef24b18
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .vscode/dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ antfu
biomejs
booleanish
bumpp
bunfig
bunx
changelogen
changelogithub
Expand All @@ -14,6 +15,7 @@ destructurable
dtsx
entrypoints
heroicons
localtunnels
lockb
mkcert
openweb
Expand All @@ -29,6 +31,7 @@ socio
softprops
Solana
stacksjs
tlsx
typecheck
unplugin
unref
Expand All @@ -39,3 +42,4 @@ vitejs
vitepress
vue-demi
vueus
whois
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ layout: home

hero:
name: "dtsx"
text: "Empower your TypeScript projects with blazing fast declaration file generation"
tagline: "Extremely fast & configurable DTS emitter."
text: "Extremely fast & configurable DTS emitter."
tagline: "For a better developer experience."
image: /images/logo-white.png
actions:
- theme: brand
Expand All @@ -24,7 +24,7 @@ features:
details: "Easily adjust settings to fit your project's needs."
- title: "Lightweight Library"
icon: "📦"
details: "Minimal footprint for seamless integration."
details: "Minimal footprint for seamless & performant integration."
- title: "Cross-Platform Binary"
icon: "🌐"
details: "Compatible with multiple operating systems."
Expand Down
94 changes: 93 additions & 1 deletion docs/showcase.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,95 @@
# Showcase

Here are all the cool projects that people have built using `rpx`. If you have something you’d like to share, please share it with us in any way _(on Discord, Social Media, or via a PR, etc.)_, and we’ll add it here.
Here are all the cool projects that people have built using `dtsx`.

## Projects

The whole Stacks ecosystem is built using `dtsx`. Here are some of the Stacks projects utilizing it:

- `rpx`
- `tlsx`
- `dtsx`
- `bunfig`
- `bun-plugin-imports`
- `ts-collect`
- `ts-spreadsheets`
- `localtunnels`
- `vite-plugin-local`
- `@stacksjs/actions`
- `@stacksjs/ai`
- `@stacksjs/alias`
- `@stacksjs/analytics`
- `@stacksjs/api`
- `@stacksjs/arrays`
- `@stacksjs/auth`
- `@stacksjs/browser`
- `@stacksjs/buddy`
- `@stacksjs/build`
- `@stacksjs/cache`
- `@stacksjs/calendar`
- `@stacksjs/chat`
- `@stacksjs/cli`
- `@stacksjs/cloud`
- `@stacksjs/collections`
- `@stacksjs/commerce`
- `@stacksjs/components`
- `@stacksjs/config`
- `@stacksjs/cron`
- `@stacksjs/database`
- `@stacksjs/datetime`
- `@stacksjs/desktop`
- `@stacksjs/development`
- `@stacksjs/dns`
- `@stacksjs/docs`
- `@stacksjs/email`
- `@stacksjs/enums`
- `@stacksjs/env`
- `@stacksjs/error-handling`
- `@stacksjs/events`
- `@stacksjs/faker`
- `@stacksjs/git`
- `@stacksjs/health`
- `@stacksjs/http`
- `@stacksjs/lint`
- `@stacksjs/logging`
- `@stacksjs/notifications`
- `@stacksjs/objects`
- `@stacksjs/orm`
- `@stacksjs/path`
- `@stacksjs/payments`
- `@stacksjs/plugins`
- `@stacksjs/push`
- `@stacksjs/query-builder`
- `@stacksjs/queue`
- `@stacksjs/raycast`
- `@stacksjs/realtime`
- `@stacksjs/registry`
- `@stacksjs/repl`
- `@stacksjs/router`
- `@stacksjs/scheduler`
- `@stacksjs/search-engine`
- `@stacksjs/security`
- `@stacksjs/server`
- `@stacksjs/shell`
- `@stacksjs/slug`
- `@stacksjs/sms`
- `@stacksjs/storage`
- `@stacksjs/strings`
- `@stacksjs/testing`
- `@stacksjs/tinker`
- `@stacksjs/tunnel`
- `@stacksjs/types`
- `@stacksjs/ui`
- `@stacksjs/utils`
- `@stacksjs/validation`
- `@stacksjs/validation`
- `@stacksjs/vite-config`
- `@stacksjs/vite-plugin`
- `@stacksjs/whois`
- `@stacksjs/x-ray`

### Community Projects

- _Yours could be here!_

If you have something you’d like to share, please share it with us in any way _(on Discord, Social Media, or via a PR, etc.)_, and we’ll add it here.

0 comments on commit ef24b18

Please sign in to comment.