An open API service indexing awesome lists of open source software.

https://github.com/foundation/supercollider

A fancy documentation generator.
https://github.com/foundation/supercollider

Last synced: about 1 year ago
JSON representation

A fancy documentation generator.

Awesome Lists containing this project

README

          

# Supercollider

A fancy documentation generator that can mash up documentation from multiple sources, such as [SassDoc](http://sassdoc.com/) and [JSDoc](http://usejsdoc.org/). Used by the [Foundation](https://github.com/foundation/foundation-sites) family of frameworks.

## Features

- Combines [Markdown, SassDoc data, and JSDoc data](docs/overview.md) into compiled HTML pages.
- Supports [custom Markdown and Handlebars](docs/api.md) instances.
- Can generate a [search result list](docs/search.md) out of documentation items.
- Can be [extended](docs/adapters.md) to support other documentation generators.

## Documentation

Read the [overview section](docs/overview.md) of the documentation to get an overview of how Supercollider works. Then check out the [full documentation](docs).

## Local Development

```
git clone https://github.com/gakimball/supercollider
cd supercollider
npm install
npm test
```