Skip to content
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

Fork Sync: Update from tact-lang/tact-docs #10

Open
wants to merge 102 commits into
base: localization
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Oct 5, 2024

No description provided.

novusnota and others added 30 commits March 14, 2024 11:43
* feat: Showcasing the counter contract on the main page
* Updated links for JetBrains plugin
* Updated links for VS Code extension
* Refined corresponding pages
* feat: Operators

Closes #59
Closes #62
Closes #64

* fix: Edit exit-codes (not a re-write yet)

* Clean-up of the formatting
* Move to the Book

Closes #107

* fix: Small clean-up in "Compatibility with FunC"

Closes #103
This is a follow-up PR on #118, using more augmented assignment operators in Tact docs
* `_app.tsx` -> `_app.mdx`
* `output: 'export'` in `next.config.js`
* max fetch depth for CI to correct "latest modified" times
Plus:
* initOf got cross-linked correctly
* various smaller fixes related to literals
* Added small references to `types`
* Corrected all the links
* Added a redirect
* "Structs and Messages", "Maps" and "Optionals" -- now became standalone pages
Explains the structure of a contract
* Clean-up in `/book/message-mode`
* Re-write of `/book/send`
* More examples on sending messages in `/book/cookbook`
* All of the available stuff!
* And mention of issues with large maps and how to avoid them
* feat: Additional examples for maps in Cookbook
* chore: Suggestion of corepack to pin down version of the package manager
* fix: Add info about no penalty for using emptyMap()
* feat: Maps as Array, Stack, CircularBuffer 🚀
* fix: Minor adjustments to optimize space

* chore: Removed the basics from the Cookbook

* feat: Place for #146 and #149

* chore: Moved all data structures to dedicated page

* feat: Jettons and NFTs got their pages

* chore: Moved additional examples of primitive types

* chore: moved Int <-> String examples

* chore: Moved time and date-related stuff

* chore: Moved single-contract communication (mostly about sending stuff)

* chore: Moved randomness

* chore: Stubs for NFT, FT and Mass communication

* chore: Invite to contribute

* chore: Algo page stub

As mentioned in #161

* chore: Moved access control

* chore: Data structure enhancements

* chore: Miscellaneous and niche things which don't have a dedicated page (yet?)

* chore: Moved randomness a bit

* feat: New Cookbook Overview!

* chore: Rename Primitive types -> Type conversions

* chore: Temporarily archive Cell & Slice examples
* chore: .gitignore of editor folders
* feat: Updated /language/ref/common
* Enhanced each description
* Added usage examples
* Fixed links and added new ones
* Added allowed types for `dump()` function
* context().sender vs. sender()
* links to TON Docs where suitable
* links to exit codes, where they're set
* Made comparison of optionals much more visible
* Clarified implicit conversions for Cells and Slices for == and !=
* chore: Combine == and !=
* chore: Make bullet lists of types complete and exhaustive
The page will be modified as per #131
And minor adjustments to the headers and ToC
* feat: Update of the Book→Operators page

* All precedences match Tact 1.3.0
* Added bitwise XOR operator `^`
* Fixed minor typos and corrected some descriptions
* Added a table of operators in decreasing order of their precedences

Note, that the only link leading to Language section now has a proper link to the Reference section.
This is intentional, as the Lang->Ref rename is almost there :)

* chore: reset alignment

* chore: corrected highlighting

* fix/feat: applied suggestions from a code review

* Property of division rounding down (division of real numbers without rounding them down won't have such property)
* Rounding towards -∞ mentioned and explained
* Bit masking example reference
novusnota and others added 27 commits July 16, 2024 21:52
* fix/feat: rephrased ecosystem/tools/typescript and updated links

* fix: whoopsie
* feat: slightly updated the index page to encourage people to search and seek answers
Use `forward_fee` instead of `forward - fee` to reduce ambiguity.
And provide helpful set of topics to quickly jump to right at the
beginning
In favor of improving the following pages:

* Deployment page
* Debugging page
* And a soon-to-be-made Compilation page
* feat: add jetton cookbook

* fix: fix typos

* fix: fix after review

* fix: fixes after review

* fix: add rawSlice

---------

Co-authored-by: Aliaksandr Bahdanau <[email protected]>
Copy link

vercel bot commented Oct 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
tact-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 12, 2024 9:07am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.