Skip to content

Commit a63ca2c

Browse files
committed
big documentation update
1 parent a61e0d1 commit a63ca2c

File tree

199 files changed

+7921
-4217
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

199 files changed

+7921
-4217
lines changed

.changeset/early-icons-double.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
'@example/basic': patch
3+
'@example/playground': patch
4+
'@example/using-tailwind-forms': patch
5+
'@example/using-twind-cdn': patch
6+
'@example/with-gatsby': patch
7+
'@example/with-next': patch
8+
'@example/with-remix': patch
9+
'@example/with-sveltekit': patch
10+
'@twind/cdn': patch
11+
'@twind/intellisense': patch
12+
'@twind/preset-autoprefix': patch
13+
'@twind/preset-ext': patch
14+
'@twind/preset-line-clamp': patch
15+
'@twind/preset-tailwind': patch
16+
'@twind/preset-tailwind-forms': patch
17+
'@twind/preset-typography': patch
18+
'twind': patch
19+
'@twind/with-next': patch
20+
'@twind/with-remix': patch
21+
'@twind/with-sveltekit': patch
22+
'@sites/twind.run': patch
23+
'@sites/twind.style': patch
24+
'gatsby-plugin-twind': patch
25+
---
26+
27+
big documentation update

.codesandbox/ci.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
// to our registry.
1414
"publishDirectory": {
1515
"@twind/cdn": "packages/cdn/dist",
16-
"gatsby-plugin-twind": "packages/gatsby-plugin/dist",
1716
"@twind/intellisense": "packages/intellisense/dist",
1817
"@twind/preset-autoprefix": "packages/preset-autoprefix/dist",
1918
"@twind/preset-ext": "packages/preset-ext/dist",
@@ -22,6 +21,7 @@
2221
"@twind/preset-tailwind-forms": "packages/preset-tailwind-forms/dist",
2322
"@twind/preset-typography": "packages/preset-typography/dist",
2423
"twind": "packages/twind/dist",
24+
"gatsby-plugin-twind": "packages/with-gatsby/dist",
2525
"@twind/with-next": "packages/with-next/dist",
2626
"@twind/with-remix": "packages/with-remix/dist",
2727
"@twind/with-sveltekit": "packages/with-sveltekit/dist"

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ body:
1616
you ask a question, here are some resources to get help first:
1717
1818
- Read [the docs](https://twind.style)
19-
- Explore [the examples](https://github.com/tw-in-js/twind/tree/next/examples#readme)
19+
- Explore [the examples](https://twind.style/examples)
2020
- Use [Github Discussions](https://github.com/tw-in-js/twind/discussions) for message-board style questions and discussions that would benefit from being searchable.
2121
- Ask questions and discuss with other Twind users in real time on [Discord Chat](https://chat.twind.style).
2222
@@ -29,7 +29,7 @@ body:
2929
description: |
3030
Please create a [minimal reproduction](https://minimum-reproduction.wtf)
3131
32-
- on [twind.run](https://twind.run/) — use the _Something broken? File a bug!_ link on the top-right, or copy the share link and then paste the link here
32+
- on [twind.run](https://twind.run/bug-report) — use the _Something broken? File a bug!_ link on the top-right, or copy the share link and then paste the link here
3333
- or use one of the [examples](https://github.com/tw-in-js/twind/tree/next/examples#readme) for Stackblitz or Codesandbox that reproduces the issue
3434
3535
Explaining how to reproduce is generally not enough. It pushes the burden of creating a reproduction

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ body:
1616
you ask a question, here are some resources to get help first:
1717
1818
- Read [the docs](https://twind.style)
19-
- Explore [the examples](https://github.com/tw-in-js/twind/tree/next/examples#readme)
19+
- Explore [the examples](https://twind.style/examples)
2020
- Use [Github Discussions](https://github.com/tw-in-js/twind/discussions) for message-board style questions and discussions that would benefit from being searchable.
2121
- Ask questions and discuss with other Twind users in real time on [Discord Chat](https://chat.twind.style).
2222
- type: textarea

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,6 @@ jobs:
8787
uses: ./.github/actions/publish-pages
8888
with:
8989
workingDirectory: sites/twind.style
90-
run: |
91-
pnpm typedoc
92-
pnpm build
9390
apiToken: ${{ secrets.CF_API_TOKEN }}
9491
accountId: ${{ secrets.CF_ACCOUNT_ID }}
9592
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
@@ -155,9 +152,6 @@ jobs:
155152
uses: ./.github/actions/publish-pages
156153
with:
157154
workingDirectory: sites/twind.style
158-
run: |
159-
pnpm typedoc
160-
pnpm build
161155
apiToken: ${{ secrets.CF_API_TOKEN }}
162156
accountId: ${{ secrets.CF_ACCOUNT_ID }}
163157
gitHubToken: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/generate-sponsors.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
installArgs: '--filter scripts'
1717

1818
- name: Update sponsors
19-
run: pnpm run sponsor
19+
run: pnpm run sponsors
2020
working-directory: scripts
2121
env:
2222
SPONSORKIT_GITHUB_TOKEN: ${{ secrets.SPONSORS_TOKEN }}
@@ -25,7 +25,7 @@ jobs:
2525
- name: Commit
2626
uses: EndBug/add-and-commit@v9
2727
with:
28-
commit-message: "chore: update sponsors images"
29-
add: "sites/twind.style/static/sponsors.*"
28+
commit-message: 'chore: update sponsors images'
29+
add: 'sites/twind.style/static/sponsors.*'
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ web_modules
1212
dist
1313
out
1414

15-
sites/twind.style/static/packages
1615
sites/twind.run/.mf
17-
sites/twind.style/static/api
1816
sites/twind.style/static/.cache.json
19-
sites/twind.style/.typedoc.data.json
17+
sites/twind.style/typedoc/data.json
18+
documentation/packages
2019
examples/with-gatsby/public
2120
examples/with-remix/public/build
2221
__generated__

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,20 @@
22

33
- [twind](./packages/twind/CHANGELOG.md)
44
- [@twind/cdn](./packages/cdn/CHANGELOG.md)
5+
- [@twind/intellisense](./packages/intellisense/CHANGELOG.md)
56

67
## Presets
78

89
- [@twind/preset-autoprefix](./packages/preset-autoprefix/CHANGELOG.md)
910
- [@twind/preset-ext](./packages/preset-ext/CHANGELOG.md)
11+
- [@twind/preset-line-clamp](./packages/preset-line-clamp/CHANGELOG.md)
1012
- [@twind/preset-tailwind](./packages/preset-tailwind/CHANGELOG.md)
1113
- [@twind/preset-tailwind-forms](./packages/preset-tailwind-forms/CHANGELOG.md)
1214
- [@twind/preset-typography](./packages/preset-typography/CHANGELOG.md)
1315

1416
## Integrations
1517

16-
- [gatsyb-plugin-twind](./packages/gatsby-plugin/CHANGELOG.md)
1718
- [@twind/with-next](./packages/with-next/CHANGELOG.md)
1819
- [@twind/with-remix](./packages/with-remix/CHANGELOG.md)
1920
- [@twind/with-sveltekit](./packages/with-sveltekit/CHANGELOG.md)
21+
- [gatsby-plugin-twind](./packages/with-gatsby/CHANGELOG.md)

0 commit comments

Comments
 (0)