]> gitweb.factorcode.org Git - factor.git/blob - basis/help/home/home-docs.factor
stomp.cli: simplify
[factor.git] / basis / help / home / home-docs.factor
1 USING: help.markup help.syntax ;
2 IN: help.home
3
4 ARTICLE: "help.home" "Factor documentation"
5 { $content "handbook" }
6 { $heading "Recent searches" }
7 "Use the search field in the top-right of the " { $link "ui-browser" } " window to search for words, vocabularies, and help articles."
8 { $recent-searches }
9 { $heading "Recently visited pages" }
10 { $table
11   { { $strong "Words" } { $strong "Articles" } { $strong "Vocabs" } }
12   { { $recent recent-words } { $recent recent-articles } { $recent recent-vocabs } }
13 }
14 ;
15
16 ABOUT: "help.home"