help.home: make the home screen the handbook content.

locals-and-roots
John Benediktsson 2016-03-19 04:27:20 -07:00
parent d56b0cbf23
commit fbb6968312
1 changed files with 3 additions and 20 deletions

View File

@ -1,26 +1,9 @@
USING: help.markup help.syntax help.topics literals
sequences.generalizations ;
IN: help.home
USING: help.markup help.syntax ;
ARTICLE: "help.home" "Factor documentation"
{ $heading "Getting started" }
{ $subsections
"cookbook"
"first-program"
}
{ $heading "User interface" }
{ $subsections
"listener"
"ui-tools"
}
{ $heading "Reference" }
{ $subsections
"handbook"
"vocab-index"
"article-index"
"primitive-index"
"error-index"
"class-index"
}
$[ "handbook" lookup-article article-content 6 firstn ]
{ $heading "Searches" }
"Use the search field in the top-right of the " { $link "ui-browser" } " window to search for words, vocabularies, and help articles."
{ $recent-searches }