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
|
IN: help.home
|
||||||
USING: help.markup help.syntax ;
|
|
||||||
|
|
||||||
ARTICLE: "help.home" "Factor documentation"
|
ARTICLE: "help.home" "Factor documentation"
|
||||||
{ $heading "Getting started" }
|
$[ "handbook" lookup-article article-content 6 firstn ]
|
||||||
{ $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"
|
|
||||||
}
|
|
||||||
{ $heading "Searches" }
|
{ $heading "Searches" }
|
||||||
"Use the search field in the top-right of the " { $link "ui-browser" } " window to search for words, vocabularies, and help articles."
|
"Use the search field in the top-right of the " { $link "ui-browser" } " window to search for words, vocabularies, and help articles."
|
||||||
{ $recent-searches }
|
{ $recent-searches }
|
||||||
|
|
Loading…
Reference in New Issue