Skip to content

Commit 63cc332

Browse files
committed
chore: migrate tutorials to v14
1 parent bc8578f commit 63cc332

85 files changed

Lines changed: 14317 additions & 6278 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.

.github/workflows/doc-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
- name: Run documentation tests
2828
run: |
2929
rustup update --no-self-update
30-
cargo test --doc --release -- --test-threads=1
30+
cargo test --doc --release --locked -- --test-threads=1
3131
working-directory: docs

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
target/
22
*.dat
33
node/storage/*
4-
docs/Cargo.lock
54

65
keystore
76
*.sqlite3
@@ -11,3 +10,5 @@ web-client/playwright-report/
1110
web-client/test-results/
1211
**/.DS_Store
1312
.DS_Store
13+
.claude/
14+
.playwright-mcp/

0 commit comments

Comments
 (0)