]> gitweb.factorcode.org Git - factor.git/blob - basis/help/home/home-docs.factor
Documentation updates
[factor.git] / basis / help / home / home-docs.factor
1 IN: help.home
2 USING: help.markup help.syntax ;
3
4 ARTICLE: "help.home" "Factor documentation"
5 "If this is your first time with Factor, you can start by writing " { $link "first-program" } "."
6 { $heading "Reference" }
7 { $list
8   { $link "handbook" }
9   { $link "vocab-index" }
10   { $link "ui-tools" }
11 }
12 { $heading "Recently visited" }
13 { $table
14   { "Words" "Articles" "Vocabs" }
15   { { $recent recent-words } { $recent recent-articles } { $recent recent-vocabs } }
16 }
17 "The browser, completion popups and other tools use a common set of " { $link "definitions.icons" } "."
18 { $heading "Recent searches" }
19 { $recent-searches }
20 "Use the search field in the top-right of the " { $link "ui-browser" } " window to search for words, vocabularies and help articles." ;
21
22 ABOUT: "help.home"