From 0ec771bf7d8d95f24b46d2f608cccc109ec2de4f Mon Sep 17 00:00:00 2001 From: Jeija Date: Fri, 20 Nov 2015 20:14:50 +0100 Subject: Major change: Documentation is now included with mesecons, the website just extracts the documentation in a more readable format This makes development of new features easier, as documentation can automatically be updated on the website without modifying the website's code! Every mod that has nodes in the mesecons modpack has a "doc" folder that contains subfolders with recipe, description and preview of the block. The website will discover which documentation is available by reading the documentation.json file. --- .../doc/luacontroller/description.html | 5 +++++ mesecons_luacontroller/doc/luacontroller/preview.png | Bin 0 -> 67795 bytes mesecons_luacontroller/doc/luacontroller/recipe.png | Bin 0 -> 5560 bytes 3 files changed, 5 insertions(+) create mode 100644 mesecons_luacontroller/doc/luacontroller/description.html create mode 100644 mesecons_luacontroller/doc/luacontroller/preview.png create mode 100644 mesecons_luacontroller/doc/luacontroller/recipe.png (limited to 'mesecons_luacontroller') diff --git a/mesecons_luacontroller/doc/luacontroller/description.html b/mesecons_luacontroller/doc/luacontroller/description.html new file mode 100644 index 0000000..ca14615 --- /dev/null +++ b/mesecons_luacontroller/doc/luacontroller/description.html @@ -0,0 +1,5 @@ +The luacontroller is an advanced programmable component. +You can simply code it in the language mesecons uses itself: Lua! +All the code runs in a sandbox, so it's completely safe (but I won't guarantee that for absolute certainty!). + +Documentation is available here! diff --git a/mesecons_luacontroller/doc/luacontroller/preview.png b/mesecons_luacontroller/doc/luacontroller/preview.png new file mode 100644 index 0000000..f16c9d0 Binary files /dev/null and b/mesecons_luacontroller/doc/luacontroller/preview.png differ diff --git a/mesecons_luacontroller/doc/luacontroller/recipe.png b/mesecons_luacontroller/doc/luacontroller/recipe.png new file mode 100644 index 0000000..529b66d Binary files /dev/null and b/mesecons_luacontroller/doc/luacontroller/recipe.png differ -- cgit v1.2.3