Skip to content

[TM-224] Mention MText constraints in autodoc

Description

When writing instance TypeHasDoc MText I couldn't refer to the official Michelson tutorial on string literals because constraints listed there didn't correspond to real life.

Recently this MR has been merged which fixes the situation. Site with the tutorials for Zeronet and Alphanet is still not updated, but I hope it will be soon (apparently not later than 005 update comes to life).

So in this commit I add reference to that section of the tutorial.

Related issue(s)

https://issues.serokell.io/issue/TM-224

Checklist for your Merge Request

Related changes (conditional)

  • Tests (see short guidelines)

    • If I added new functionality, I added tests covering it.
    • If I fixed a bug, I added a regression test to prevent the bug from silently reappearing again.
  • Documentation

    • I checked whether I should update the docs and did so if necessary:

Stylistic guide (mandatory)

Merge request reports