File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -43,14 +43,19 @@ sections of code it refers to in a GitHub repository.
43
43
The [ gulp-documentation] ( https://github.com/documentationjs/gulp-documentation ) project
44
44
lets you run ` documentation ` as a [ Gulp] ( http://gulpjs.com/ ) build task.
45
45
46
+ ## Examples
47
+
48
+ * [ HTML output with default template] ( http://documentation.js.org/demo/demo-documentation/ )
49
+ * [ Markdown] ( https://github.com/documentationjs/documentation/blob/master/docs/NODE_API.md )
50
+ * [ JSON] ( https://github.com/documentationjs/demo/blob/gh-pages/demo-documentation.json )
51
+
46
52
## Documentation
47
53
48
54
* [ Getting Started] ( docs/GETTING_STARTED.md ) : start here
49
55
* [ Usage] ( docs/USAGE.md ) : how to use documentation.js
50
56
* [ Recipes] ( docs/RECIPES.md ) : tricks for writing effective JSDoc docs
51
57
* [ Node API] ( docs/NODE_API.md ) : documentation.js's self-generated documentation
52
58
* [ FAQ] ( docs/FAQ.md )
53
-
54
59
* [ Theming] ( docs/THEMING.md ) : tips for theming documentation output in HTML
55
60
* [ See also] ( https://github.com/documentationjs/documentation/wiki/See-also ) : a list of projects similar to documentation.js
56
61
You can’t perform that action at this time.
0 commit comments