forked from tact-lang/tact-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merge upstream into main #5
Merged
Merged
Conversation
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
* feat: new grammar WIP due to highlighting theme being a bit off at the moment * feat/fix: set the theme to One Dark to mitigate highlighting issues It is one of the most popular and well-looking custom themes out there, which takes its roots in the Atom editor (when it was active). It's doing much better job at using different colors for different syntax constructs, so I decided to go with it over hacking together custom CSS theme for our docs.
* chore: highlighting-related housekeeping * Capitalized type letters in `map<k, v>` to be `map<K, V>` * Added `()` after any reference to a function name * Prefixed things in `core-base.mdx` with `self.` * Various smaller corrections, like removal of highlighting for "bitwise OR" literally (not to be confused with highlighting of the operator `|`) Closes #195
Description of changes: tact-lang/tact-sublime@ffc2d9a
…ses (#246) instead of map identifiers
* fix: typos + add spellchecking to CI * require Node.js 18 because the current cSpell requires at least it * ignore the ./out/ directory
#273) And a correction about the field ordering
…` and `foreach` (#283)
And also specify all message sending functions on book/send page
And adjust descriptions of `book/contracts#interfaces`
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.