I suggest to add hyperlinks to relevant sections of https://api.flix.dev/ whenever functions or modules from the standard library are mentioned.
For example, the paragraph on Additional Array Operations:
The Array module offers an extensive collection of functions for working with arrays. For example, Array.append, Array.copyOfRange, Array.findLeft, Array.findRight, Array.sortWith, and Array.sortBy to name a few. In total, the module offers more than 100 functions ready for use.
could be rendered as:
The Array module offers an extensive collection of functions for working with arrays. For example, Array.append, Array.copyOfRange, Array.findLeft, Array.findRight, Array.sortWith, and Array.sortBy to name a few. In total, the module offers more than 100 functions ready for use.