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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user