Skip to content

Commit

Permalink
fix: name output, add es5 types
Browse files Browse the repository at this point in the history
  • Loading branch information
ozwaldorf committed May 28, 2024
1 parent ada8682 commit f6377c5
Show file tree
Hide file tree
Showing 3 changed files with 4,555 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Generate docs
run: |
cat dts/* > index.d.ts
deno doc --html index.d.ts
deno doc --html --name="Fleek Functions - Global APIs" index.d.ts
- uses: actions/upload-pages-artifact@v3
with:
path: 'docs'
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Fleek Functions Runtime Declarations
# Fleek Functions - Global APIs

Re-render docs:
## Development

Render docs locally:

```bash
cat dts/* > index.d.ts
deno doc --html index.d.ts
cat dts/* > index.d.ts
deno doc --html --name="Fleek Functions - Global APIs" index.d.ts
```
Loading

0 comments on commit f6377c5

Please sign in to comment.