topic
Factor documentation > Factor handbook > Developer tools > Help system > Browsing documentation
Next:help ( topic -- )


Vocabulary
help.topics

Definition
USING: help.apropos help.vocabs vocabs words ;

IN: help.topics

MIXIN: topic
INSTANCE: link topic
INSTANCE: word topic
INSTANCE: vocab-tag topic
INSTANCE: vocab-author topic
INSTANCE: vocab topic
INSTANCE: vocab-link topic
INSTANCE: apropos-search topic


Methods
USING: definitions.icons help.topics kernel ;

M: topic definition-icon
drop "help-article" definition-icon-path ;


USING: help.markup.private help.topics kernel ;

M: topic link-long-text [ article-title ] keep write-link ;


USING: help.html help.topics html.streams ;

M: topic url-of topic>filename ;