From 9dc8ce16a1efc6482db6f1d5456d42958e79a06c Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 12 Sep 2012 11:24:11 -0400 Subject: Documentation overhaul. Rewrote most of the manual and Lua API to complement each other. Key bindings reference moved from Appendix to modules/textadept/keys.lua LuaDoc. --- doc/.api_index.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/.api_index.md (limited to 'doc/.api_index.md') diff --git a/doc/.api_index.md b/doc/.api_index.md new file mode 100644 index 00000000..3a9fb25d --- /dev/null +++ b/doc/.api_index.md @@ -0,0 +1,6 @@ +# Lua API + +The Lua API documentation is a complement to the [manual][]. Please ensure you +are familiar with the basic concepts presented in the manual before proceeding. + +[manual]: ../01_Introduction.html -- cgit v1.2.3