1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 06:22:26 +01:00

add a help index page

This commit is contained in:
Doug Kearns
2008-09-06 04:49:24 +00:00
parent d34abe36a1
commit cc292e8541
3 changed files with 304 additions and 5 deletions

View File

@@ -101,11 +101,12 @@ liberator.config = { //{{{
],
// they are sorted by relevance, not alphabetically
helpFiles: ["intro.html", "tutorial.html", "starting.html",
"browsing.html", "buffer.html", "cmdline.html", "options.html",
"pattern.html", "tabs.html", "hints.html", "map.html", "eval.html",
"marks.html", "repeat.html", "autocommands.html", "print.html",
"gui.html", "developer.html", "various.html"
helpFiles: [
"intro.html", "tutorial.html", "starting.html", "browsing.html",
"buffer.html", "cmdline.html", "options.html", "pattern.html",
"tabs.html", "hints.html", "map.html", "eval.html", "marks.html",
"repeat.html", "autocommands.html", "print.html", "gui.html",
"developer.html", "various.html", "index.html"
],
init: function ()