From 2a8f0bed0e3cb6b7bd645d2596cc9e38eab6c31d Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 28 Jul 2009 16:47:53 -0400 Subject: Updated manual for offline use, sidebar links. --- core/ext/menu.lua | 2 +- doc/sidebar.md | 18 ++++++++++-------- scripts/update_doc | 1 - 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/core/ext/menu.lua b/core/ext/menu.lua index c603ab81..502f1f1a 100644 --- a/core/ext/menu.lua +++ b/core/ext/menu.lua @@ -506,7 +506,7 @@ local actions = { function() if view.size then view.size = view.size - 10 end end }, -- Help - [ID.MANUAL] = { open_webpage, _HOME..'/doc/manual.html' }, + [ID.MANUAL] = { open_webpage, _HOME..'/doc/manual/1_Introduction.html' }, [ID.LUADOC] = { open_webpage, _HOME..'/doc/index.html' }, } if MAC then actions[ID.PASTE] = { m_editing.smart_paste } end -- fix paste issue diff --git a/doc/sidebar.md b/doc/sidebar.md index 1c258ca9..bd61ea1a 100644 --- a/doc/sidebar.md +++ b/doc/sidebar.md @@ -2,22 +2,24 @@ # Manual -* [Introduction](manual/1_Introduction.html) -* [Installation](manual/2_Installation.html) -* [Compiling](manual/3_Compiling.html) -* [User Interface](manual/4_UserInterface.html) -* [Folder Structure](manual/5_FolderStructure.html) -* [Startup](manual/6_Startup.html) -* [Lua Interface](manual/7_LuaInterface.html) +* [Introduction](1_Introduction.html) +* [Installation](2_Installation.html) +* [Compiling](3_Compiling.html) +* [User Interface](4_UserInterface.html) +* [Folder Structure](5_FolderStructure.html) +* [Startup](6_Startup.html) +* [Lua Interface](7_LuaInterface.html) # Links * [Caladbolg.net](http://caladbolg.net) -* [LuaDoc](index.html) +* [LuaDoc](../index.html) * [Download](http://code.google.com/p/textadept/downloads/list) * [Mailing List](http://groups.google.com/group/textadept) * [Mercurial Repository](http://code.google.com/p/textadept/source/browse) * [Wiki](http://caladbolg.net/textadeptwiki) +* [Bug Tracker](http://code.google.com/p/textadept/issues/list) +* [Ohloh](http://ohloh.net/projects/textadept) # Donate diff --git a/scripts/update_doc b/scripts/update_doc index c3360e43..217ed7a9 100755 --- a/scripts/update_doc +++ b/scripts/update_doc @@ -61,7 +61,6 @@ for mdfile in p:lines() do Textadept Manual - -- cgit v1.2.3