Skip to content

Commit

Permalink
generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Jul 11, 2016
1 parent 8dc74f7 commit 7bc4d3f
Show file tree
Hide file tree
Showing 3 changed files with 175 additions and 141 deletions.
51 changes: 24 additions & 27 deletions .verb.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
---
toc: false
---
In addition to the [related projects](#related-projects) listed below, also take a look at the [helpers org](https://github.com/helpers), there are 60+ specialized helpers that can be used individually.

## Usage
Expand Down Expand Up @@ -56,57 +53,57 @@ Handlebars and Lo-Dash both allow **dot notation** to be used for referencing he

This can be used as a way of working around potential naming conflicts.

# API
## API

**Categories**

{%= include("toc.md") %}

## array
### array

{%= apidocs("lib/array.js") %}
{%= increaseHeadings(apidocs("lib/array.js")) %}

## code
### code

{%= apidocs("lib/code.js") %}
{%= increaseHeadings(apidocs("lib/code.js")) %}

## collection
### collection

{%= apidocs("lib/collection.js") %}
{%= increaseHeadings(apidocs("lib/collection.js")) %}

## conditional
### conditional

{%= apidocs("lib/conditional.js") %}
{%= increaseHeadings(apidocs("lib/conditional.js")) %}

## fs
### fs

{%= apidocs("lib/fs.js") %}
{%= increaseHeadings(apidocs("lib/fs.js")) %}

## html
### html

{%= apidocs("lib/html.js") %}
{%= increaseHeadings(apidocs("lib/html.js")) %}

## index
### index

{%= apidocs("lib/index.js") %}
{%= increaseHeadings(apidocs("lib/index.js")) %}

## math
### math

{%= apidocs("lib/math.js") %}
{%= increaseHeadings(apidocs("lib/math.js")) %}

## object
### object

{%= apidocs("lib/object.js") %}
{%= increaseHeadings(apidocs("lib/object.js")) %}

## path
### path

{%= apidocs("lib/path.js") %}
{%= increaseHeadings(apidocs("lib/path.js")) %}

## string
### string

{%= apidocs("lib/string.js") %}
{%= increaseHeadings(apidocs("lib/string.js")) %}

## Code coverage
### Code coverage

```
{%= coverage("coverage/summary.txt") %}
Expand Down
Loading

0 comments on commit 7bc4d3f

Please # to comment.