From 0cd8482f07aadab6de27aa7395de5408737093ad Mon Sep 17 00:00:00 2001 From: William 'psyFi' Hatcher Date: Sun, 13 Aug 2017 06:32:12 -0500 Subject: Rename docs folder to dev-docs (#3898) + Add reference to Lua API documentation * Renamed docs folder to dev-docs Per issue #3896's discussion, we thought that renaming the `/docs` folder to `/dev-docs` help reduce confusion. --- dev-docs/Plugin API.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 dev-docs/Plugin API.md (limited to 'dev-docs/Plugin API.md') diff --git a/dev-docs/Plugin API.md b/dev-docs/Plugin API.md new file mode 100644 index 000000000..6a0fd9a0e --- /dev/null +++ b/dev-docs/Plugin API.md @@ -0,0 +1,3 @@ +# Looking for the API documentation for Lua plugins? + +See the [cuberite website](api.cuberite.org) or browse the [source](https://github.com/cuberite/cuberite/tree/master/Server/Plugins/APIDump). -- cgit v1.2.3