Skip to content

Commit

Permalink
Clean up JSDoc for non-TypeDoc consumption.
Browse files Browse the repository at this point in the history
Clean up

Documentation: Add Transforms category.

RM TypeDoc, add docs package.

Set up all the things.

Remove docs/

Clean up local development.

Testing deployment

Fix page titles.

Fix CLI help output.

Update vercelignore

Remove untracked

remove .env

Test only Node.js v18

work around syntax highlighting incompatibility

Fix source links

Fix OG tag domains, add rel=canonical.

Improve nav layout.

Clean up main.css

Use dynamic imports for pages.

Fix syntax highlighting.

Reorganize CLI pages

Reorganize sidebar intro, rewrite functions page.

Fix CLI help output, improve CLI page.

Clean up
  • Loading branch information
donmccurdy committed May 15, 2023
1 parent 89a6a73 commit d5489f5
Show file tree
Hide file tree
Showing 191 changed files with 5,904 additions and 6,730 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 18.x]
node-version: [18.x]
env:
CI: true
steps:
Expand Down
7 changes: 6 additions & 1 deletion .vercelignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
packages
packages/core
packages/extensions
packages/functions
packages/cli
packages/test-utils
node_modules
test
.svelte-kit
5 changes: 0 additions & 5 deletions docs/_CREDITS.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/_UNRATIFIED_EXTENSIONS.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/_VENDOR_EXTENSIONS.md

This file was deleted.

102 changes: 0 additions & 102 deletions docs/pages.ts

This file was deleted.

Loading

0 comments on commit d5489f5

Please sign in to comment.