Skip to content

Commit 53bc08f

Browse files
committed
Merge branch 'main' into @kmichalikk/animation-duration-transparent-modal-docs-7x
2 parents fca66a8 + c09bcd6 commit 53bc08f

File tree

410 files changed

+45702
-14364
lines changed

Some content is hidden

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

410 files changed

+45702
-14364
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,8 @@ jobs:
1717
- name: Lint markdown
1818
run: yarn markdownlint-cli2
1919

20+
- name: Run tests
21+
run: yarn test
22+
2023
- name: Build pages
2124
run: yarn build

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ i18n/*
1717
!.yarn/releases
1818
!.yarn/sdks
1919
!.yarn/versions
20+
21+
# AI
22+
.claude/

.markdownlint.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ MD013: false
55

66
# Disable checks for inline HTML
77
MD033: false
8+
9+
# Descriptive link text
10+
MD059: false

0 commit comments

Comments
 (0)