Skip to content

Commit 7a31b0c

Browse files
committed
chore: wip
chore: wip chore: wip
1 parent faf869f commit 7a31b0c

File tree

6 files changed

+39
-8
lines changed

6 files changed

+39
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,11 +363,11 @@ For casual chit-chat with others using this package:
363363

364364
## Postcardware
365365

366-
You're free to use this package, and we would love to receive a postcard.
366+
You will always be free to use the Stacks framework & any of its over 80 packages. At the same time, we would love to see which parts of the world Stacks ends up in. _We would love to receive a postcard—which we publish on our website._
367367

368368
Our address is: Stacks.js, 5710 Crescent Park #107, Playa Vista 90094, CA
369369

370-
##### _We publish all received postcards on our website. Thanks to Spatie for this wonderful idea._
370+
##### _Thanks to Spatie for this wonderful idea._
371371

372372
## Sponsors
373373

config/docs.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { SocialLinkIcon } from '@stacksjs/types'
22
import type { DocsConfig } from '@stacksjs/types'
33

44
const nav = [
5-
{ text: 'Config', link: '/config', activeMatch: '/config' },
65
{
76
text: 'Changelog',
87
link: 'https://github.com/stacksjs/stacks/blob/main/CHANGELOG.md',

docs/_data/team.js

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,40 @@ export const core = [
2525
sponsor: 'https://github.com/sponsors/blakeayer',
2626
},
2727
{
28-
avatar: 'https://avatars.githubusercontent.com/u/72235211',
29-
name: 'Blake Ayer',
28+
avatar: 'https://avatars.githubusercontent.com/u/19656966',
29+
name: 'Zoltan',
3030
title: 'A collaborative being',
3131
org: 'Stacks',
3232
orgLink: 'https://stacksjs.org/',
3333
desc: 'Core team member of Stacks.',
3434
links: [
35-
{ icon: 'github', link: 'https://github.com/blakeayer' },
35+
{ icon: 'github', link: 'https://github.com/konkonam' },
3636
],
37-
sponsor: 'https://github.com/sponsors/blakeayer',
37+
sponsor: 'https://github.com/sponsors/konkonam',
38+
},
39+
{
40+
avatar: 'https://avatars.githubusercontent.com/u/10015302',
41+
name: 'Harlequin Doyon',
42+
title: 'A collaborative being',
43+
org: 'Stacks',
44+
orgLink: 'https://stacksjs.org/',
45+
desc: 'Core team member of Stacks.',
46+
links: [
47+
{ icon: 'github', link: 'https://github.com/harlekoy' },
48+
],
49+
sponsor: 'https://github.com/sponsors/harlekoy',
50+
},
51+
{
52+
avatar: 'https://avatars.githubusercontent.com/u/58994540',
53+
name: 'Frederik Bußmann',
54+
title: 'A collaborative being',
55+
org: 'Stacks',
56+
orgLink: 'https://stacksjs.org/',
57+
desc: 'Core team member of Stacks.',
58+
links: [
59+
{ icon: 'github', link: 'https://github.com/freb97' },
60+
],
61+
sponsor: 'https://github.com/sponsors/freb97',
3862
},
3963
{
4064
avatar: 'https://avatars.githubusercontent.com/u/977413',

docs/guide/intro.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
# Intro
2+
3+
wip
4+
5+
But in the meantime, think of Stacks as the Laravel of TypeScript, plus more. It's a batteries-included framework for building TypeScript applications _(web, desktop, CLI)_, libraries, and clouds.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Stacks
55
titleTemplate: Modern TypeScript Fullstack Development.
66

77
hero:
8-
name: Stacks
8+
name: Stacks.js
99
text: Build. Ship. Faster.
1010
tagline: Rapid application, cloud & library development framework. For the best full-stack teams.
1111
actions:

storage/framework/ide/dictionary.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ browserslist
2929
bumpp
3030
bundleconfig
3131
bunx
32+
Bußmann
3233
caddyserver
3334
cardano
3435
cback
@@ -83,6 +84,7 @@ domainkey
8384
dont
8485
Dorell
8586
dotenv
87+
Doyon
8688
dprint
8789
Drasner
8890
elasticloadbalancingv
@@ -99,6 +101,7 @@ FLUSHALL
99101
fontshare
100102
formkit
101103
foxundermoon
104+
Frederik
102105
frontends
103106
frontmatter
104107
fsmonitor
@@ -309,3 +312,4 @@ wmaurer
309312
xvda
310313
yourdomain
311314
zixuanchen
315+
Zoltan

0 commit comments

Comments
 (0)