verb
Version:
A project without documentation is like a project that doesn't exist. Verb solves this by making it dead simple to generate docs, using simple markdown templates, with zero configuration required.
44 lines (30 loc) • 556 B
Markdown
toc:
maxDepth: 3
# Documentation for {%= name %}
<!-- toc -->
## Install
{%= include('install', {save: '--save-dev'}) %}
## Config files
{%= docs('config-files') %}
## Features
{%= docs('features') %}
## Options
{%= docs('options') %}
## Tags
{%= docs('tags') %}
## Generating a TOC
{%= docs('toc') %}
## Front matter
{%= docs('front-matter') %}
## API
{%= docs('api') %}
## verb.runner
{%= docs('verb-runner') %}
## FAQ
{%= docs('faq') %}
## Comparison to Assemble
{%= docs('comparison-to-assemble') %}
***
{%= include("footer") %}