generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Update bolt ApplySystem snippet (#6)
# Summary `ApplySystem` typescript API has changed, we update the docs to match that. # Details `ApplySystem` can now take an array of entities instead of a single entity as parameter. Also removed the use of `entityId`. Also mention we can read the state from the `componentPda`. # Notes Matching PR for `bolt-sdk` change: magicblock-labs/bolt#51
- Loading branch information
1 parent
a368391
commit d2d063b
Showing
6 changed files
with
37 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"heading-style": { | ||
"style": "atx" | ||
}, | ||
"ul-indent": { | ||
"indent": 2 | ||
}, | ||
"line-length": { | ||
"line_length": 200, | ||
"strict": true | ||
}, | ||
"no-inline-html": { | ||
"allowed_elements": [ | ||
"CodeGroup", | ||
"img" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters