From e6feddc952ecb232ac0304ffa698ae707ac39cdb Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Fri, 4 Sep 2020 22:50:04 -0400 Subject: Renamed doc/ to docs/ and removed bombay dependency. Added some documentation infrastructure for eventual migration to a new build service. Use a simple Lua script for generating documentation offline. --- modules/textadept/menu.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/textadept') diff --git a/modules/textadept/menu.lua b/modules/textadept/menu.lua index 198dda73..6812b062 100644 --- a/modules/textadept/menu.lua +++ b/modules/textadept/menu.lua @@ -334,8 +334,8 @@ local default_menubar = { }, { title = _L['Help'], - {_L['Show Manual'], function() open_page(_HOME .. '/doc/manual.html') end}, - {_L['Show LuaDoc'], function() open_page(_HOME .. '/doc/api.html') end}, + {_L['Show Manual'], function() open_page(_HOME .. '/docs/manual.html') end}, + {_L['Show LuaDoc'], function() open_page(_HOME .. '/docs/api.html') end}, SEPARATOR, {_L['About'], function() ui.dialogs.msgbox{ -- cgit v1.2.3