factor/basis/help/home/home-docs.factor

23 lines
796 B
Factor
Raw Normal View History

IN: help.home
USING: help.markup help.syntax ;
ARTICLE: "help.home" "Factor documentation"
"If this is your first time with Factor, you can start by writing " { $link "first-program" } "."
{ $heading "Reference" }
{ $list
{ $link "handbook" }
{ $link "vocab-index" }
{ $link "ui-tools" }
2009-04-15 19:19:35 -04:00
{ $link "ui-listener" }
}
{ $heading "Recently visited" }
{ $table
{ "Words" "Articles" "Vocabs" }
{ { $recent recent-words } { $recent recent-articles } { $recent recent-vocabs } }
}
"The browser, completion popups and other tools use a common set of " { $link "definitions.icons" } "."
{ $heading "Recent searches" }
{ $recent-searches }
"Use the search field in the top-right of the " { $link "ui-browser" } " window to search for words, vocabularies and help articles." ;
ABOUT: "help.home"