]> gitweb.factorcode.org Git - factor.git/blob - basis/ui/tools/deploy/deploy-docs.factor
Fix permission bits
[factor.git] / basis / ui / tools / deploy / deploy-docs.factor
1 USING: help.markup help.syntax ;
2 IN: ui.tools.deploy
3
4 HELP: deploy-tool
5 { $values { "vocab" "a vocabulary specifier" } }
6 { $description "Opens the graphical deployment tool for the specified vocabulary." }
7 { $examples { $code "\"tetris\" deploy-tool" } } ;
8
9 ARTICLE: "ui.tools.deploy" "Application deployment UI tool"
10 "The application deployment UI tool provides a graphical front-end to deployment configuration. Using the tool, you can set deployment options graphically."
11 $nl
12 "To start the tool, pass a vocabulary name to a word:"
13 { $subsection deploy-tool }
14 "Alternatively, right-click on a vocabulary presentation in the UI and choose " { $strong "Deploy tool" } " from the resulting popup menu."
15 { $see-also "tools.deploy" } ;
16
17 ABOUT: "ui.tools.deploy"