1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 17:27:58 +01:00

Add all.html for viewing all help in a single page.

This is all really inside out. It would be much better to store the help
in a single file and use asciidoc/docbook's capabilities to split it if
desired.
This commit is contained in:
Doug Kearns
2009-05-24 23:26:15 +10:00
parent 73759f78f8
commit 61b6491b8b
26 changed files with 60 additions and 74 deletions

View File

@@ -119,7 +119,7 @@ const config = { //{{{
"pattern.html", "tabs.html", "hints.html", "map.html", "eval.html",
"marks.html", "repeat.html", "autocommands.html", "print.html",
"gui.html", "styling.html", "message.html", "developer.html",
"various.html", "index.html", "version.html"
"various.html", "version.html", "index.html", "all.html"
],
get ignoreKeys() {