1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-25 17:51:24 +02:00

Add a version.html help page.

NEWS should be reformatted as asciidoc or something more simply
transformed into clean asciidoc.
This commit is contained in:
Doug Kearns
2009-02-15 15:30:54 +11:00
parent bf408dd25b
commit 0aea143325
6 changed files with 21 additions and 17 deletions
+2 -1
View File
@@ -103,7 +103,8 @@ const config = { //{{{
],
// they are sorted by relevance, not alphabetically
helpFiles: ["intro.html"],/* "tutorial.html", "starting.html",
helpFiles: ["intro.html", "version.html"],
/* "tutorial.html", "starting.html",
"browsing.html", "buffer.html", "pattern.html", "options.html",
"tabs.html", "hints.html", "map.html", "eval.html", "marks.html",
"repeat.html", "autocommands.html", "print.html", "developer.html",