Skip to content

Commit 3838ee1

Browse files
Add examples and urls to documentation settings
1 parent ed25584 commit 3838ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/robot.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Response = require './response'
1212
inspect = require('util').inspect
1313

1414
HUBOT_DEFAULT_ADAPTERS = [ 'campfire', 'shell' ]
15-
HUBOT_DOCUMENTATION_SECTIONS = [ 'description', 'dependencies', 'configuration', 'commands', 'notes', 'author' ]
15+
HUBOT_DOCUMENTATION_SECTIONS = [ 'description', 'dependencies', 'configuration', 'commands', 'notes', 'author', 'examples', 'urls' ]
1616

1717

1818
class Robot

0 commit comments

Comments
 (0)