]> gitweb.factorcode.org Git - factor.git/blob - basis/help/home/home-docs.factor
6608a6e9c0eaee311f74d1fb595dfa68a4e6e8db
[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   { $link "handbook-library-reference" }
12 }
13 { $heading "Recently visited" }
14 { $table
15   { "Words" "Articles" "Vocabs" }
16   { { $recent recent-words } { $recent recent-articles } { $recent recent-vocabs } }
17 }
18 "The browser, completion popups and other tools use a common set of " { $link "definitions.icons" } "."
19 { $heading "Recent searches" }
20 { $recent-searches }
21 "Use the search field in the top-right of the " { $link "ui-browser" } " window to search for words, vocabularies and help articles." ;
22
23 ABOUT: "help.home"