mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 05:37:58 +01:00
Mention the versions.xml help page in the intro page list.
This commit is contained in:
@@ -628,6 +628,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
|||||||
// Manually process main and overlay files, since XSLTProcessor and
|
// Manually process main and overlay files, since XSLTProcessor and
|
||||||
// XMLHttpRequest don't allow access to chrome documents.
|
// XMLHttpRequest don't allow access to chrome documents.
|
||||||
tagMap["all"] = tagMap["all.xml"] = "all";
|
tagMap["all"] = tagMap["all.xml"] = "all";
|
||||||
|
tagMap["versions"] = tagMap["versions.xml"] = "versions";
|
||||||
let files = findHelpFile("all").map(function (doc)
|
let files = findHelpFile("all").map(function (doc)
|
||||||
[f.value for (f in util.evaluateXPath("//dactyl:include/@href", doc))]);
|
[f.value for (f in util.evaluateXPath("//dactyl:include/@href", doc))]);
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,8 @@ var setupTest = function (test) {
|
|||||||
const HELP_FILES = ["all", "tutorial", "intro", "starting", "browsing",
|
const HELP_FILES = ["all", "tutorial", "intro", "starting", "browsing",
|
||||||
"buffer", "cmdline", "insert", "options", "pattern", "tabs", "hints",
|
"buffer", "cmdline", "insert", "options", "pattern", "tabs", "hints",
|
||||||
"map", "eval", "marks", "repeat", "autocommands", "print", "gui",
|
"map", "eval", "marks", "repeat", "autocommands", "print", "gui",
|
||||||
"styling", "message", "developer", "various", "faq", "index", "plugins"];
|
"styling", "message", "developer", "various", "plugins", "faq", "versions",
|
||||||
|
"index"];
|
||||||
|
|
||||||
var testViHelpCommand_OpensIntroHelpPage = function () {
|
var testViHelpCommand_OpensIntroHelpPage = function () {
|
||||||
assertHelpOpensPageWithTag({
|
assertHelpOpensPageWithTag({
|
||||||
|
|||||||
@@ -110,6 +110,11 @@
|
|||||||
<link topic="faq">FAQ</link>:
|
<link topic="faq">FAQ</link>:
|
||||||
Frequently asked questions.
|
Frequently asked questions.
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<link topic="versions">Version information</link>:
|
||||||
|
A detailed list of differences between each of the released versions of
|
||||||
|
&dactyl.appName;.
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<link topic="index">Index</link>:
|
<link topic="index">Index</link>:
|
||||||
An index of all commands and options.
|
An index of all commands and options.
|
||||||
|
|||||||
Reference in New Issue
Block a user