help.home: make the home screen the handbook content.
parent
d56b0cbf23
commit
fbb6968312
|
@ -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 }
|
||||
|
|
Loading…
Reference in New Issue