Current one here: <a href="http://erlang.org/doc/" rel="nofollow">http://erlang.org/doc/</a><p>Here's a list of things you may want to check to compare:<p>* applications list:<p><pre><code> + https://marianoguerra.github.io/otp/doc/applications.html
+ http://erlang.org/doc/applications.html
</code></pre>
* modules list:<p><pre><code> + https://marianoguerra.github.io/otp/doc/man_index.html
+ http://erlang.org/doc/man_index.html
</code></pre>
* a module doc page:<p><pre><code> + https://marianoguerra.github.io/otp/lib/stdlib-3.1/doc/html/array.html
+ http://erlang.org/doc/man/array.html
</code></pre>
* code examples:<p><pre><code> + https://marianoguerra.github.io/otp/doc/programming_examples/funs.html
+ http://erlang.org/doc/programming_examples/funs.html
</code></pre>
* one with a little of everything:
+ <a href="https://marianoguerra.github.io/otp/doc/reference_manual/expressions.html#idm45459941751584" rel="nofollow">https://marianoguerra.github.io/otp/doc/reference_manual/exp...</a><p><pre><code> + http://erlang.org/doc/reference_manual/expressions.html#id80458
</code></pre>
* tables:<p><pre><code> + https://marianoguerra.github.io/otp/doc/reference_manual/expressions.html#idm45459941644800
+ http://erlang.org/doc/reference_manual/expressions.html#id81348</code></pre>