Handbook Glossary
factorcode.org
generate-help-files ( -- )


Vocabulary
help.html

Inputs
None

Outputs
None

Definition
USING: debugger help.home kernel namespaces sequences ;

IN: help.html

: generate-help-files ( -- )
H{
{ recent-articles f }
{ recent-vocabs f }
{ recent-searches f }
{ recent-words f }
} [ all-topics [ [ generate-help-file ] curry try ] each ]
with-variables ;