Skip to content

Commit

Permalink
Inter-link documentation better
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Oct 30, 2015
1 parent ac5b041 commit 3b2e6fa
Show file tree
Hide file tree
Showing 2 changed files with 921 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,17 @@ sections of code it refers to in a GitHub repository.
The [gulp-documentation](https://github.com/documentationjs/gulp-documentation) project
lets you run `documentation` as a [Gulp](http://gulpjs.com/) build task.

## Documentation

* [Getting_Started](docs/GETTING_STARTED.md): start here
* [Usage](docs/USAGE.md): how to use documentation.js
* [Recipes](docs/RECIPES.md): tricks for writing effective JSDoc docs
* [Node API](docs/NODE_API.md): documentation.js's self-generated documentation
* [FAQ](docs/FAQ.md)

* [Theming HTML](docs/THEME_HTML.md): tips for theming documentation output in HTML
* [See also](docs/SEE_ALSO.md): a list of projects similar to documentation.js

## User Guide

Globally install `documentation` using the [npm](https://www.npmjs.com/) package manager:
Expand Down
Loading

0 comments on commit 3b2e6fa

Please sign in to comment.