Skip to content

Commit bb38fb8

Browse files
committed
feat: first realease
Signed-off-by: Saulo Vallory <me@saulo.engineer>
1 parent b85986b commit bb38fb8

227 files changed

Lines changed: 10807 additions & 9771 deletions

File tree

Some content is hidden

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

.claude/settings.local.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"Bash(cat:*)",
55
"Bash(npx tsc:*)",
66
"Bash(bun add:*)",
7-
"Bash(chmod:*)"
7+
"Bash(chmod:*)",
8+
"Bash(bun x api-extractor-model-info:*)"
89
],
910
"deny": [],
1011
"ask": []

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
node-version: '20'
3333
registry-url: 'https://registry.npmjs.org'
3434

35-
- name: Publish mintlify-tsdocs
35+
- name: Publish mint-tsdocs
3636
run: npm publish --provenance --access public
3737
env:
3838
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3939

40-
- name: Publish mint-ts (alias)
40+
- name: Publish mintlify-tsdocs (alias)
4141
run: ./scripts/publish-alias.sh
4242
env:
4343
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -51,7 +51,7 @@ jobs:
5151
release_name: Release ${{ github.ref_name }}
5252
body: |
5353
Published to npm:
54+
- [`mint-tsdocs@${{ github.ref_name }}`](https://www.npmjs.com/package/mint-tsdocs)
5455
- [`mintlify-tsdocs@${{ github.ref_name }}`](https://www.npmjs.com/package/mintlify-tsdocs)
55-
- [`mint-ts@${{ github.ref_name }}`](https://www.npmjs.com/package/mint-ts)
5656
draft: false
5757
prerelease: false

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ node_modules
44
# API Extractor generated files
55
newdocs/.tsdocs/
66
.tsdocs
7+
docs/reference

.prototools

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bun = "1.3.2"

0 commit comments

Comments
 (0)