Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 00a82c1

Browse files
Merge branch '4.x' into fix/encode-packed-optimisation
2 parents 92129a9 + d8b8e18 commit 00a82c1

File tree

33 files changed

+5278
-3586
lines changed

33 files changed

+5278
-3586
lines changed

.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/setup-node@v3
1616
with:
1717
cache: yarn
18-
node-version: '16'
18+
node-version: '18'
1919
- run: yarn install --frozen-lockfile
2020
- run: yarn run build:docs
2121
- name: Publish to Cloudflare Pages

docs/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ yarn-error.log*
2222

2323
# Don't include auto generated docs of current version
2424
docs/api
25+
26+
docs/libdocs
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
label: 'Migration from Other Libraries'
2+
collapsible: true
3+
collapsed: false
4+
link: null

0 commit comments

Comments
 (0)