Added deprecation warning and redirection

This commit is contained in:
Remy Marquis 2021-01-06 13:46:18 +01:00
parent f9886fca5a
commit ff51a87541

View file

@ -6,6 +6,10 @@
Legacy Lua API
==============
.. warning:: **DO NOT TRUST STRINGS OBTAINED IN THIS WAY!**
For the latest documentation, please refer to `etlegacy.rtfd.io <http://etlegacy.rtfd.io>`_.
Welcome to the Legacy Lua API's documentation!
The **Legacy mod** is the default mod shipped with `ET: Legacy <http://www.etlegacy.com>`_. It supports server-side modifications via the `Lua <http://www.lua.org/>`_ scripting language, with the Legacy Lua API being the interface for communication between them.