https://github.com/ember-cli/yuidoc-ember-cli-theme
YUIDoc theme for Ember CLI
https://github.com/ember-cli/yuidoc-ember-cli-theme
Last synced: 7 months ago
JSON representation
YUIDoc theme for Ember CLI
- Host: GitHub
- URL: https://github.com/ember-cli/yuidoc-ember-cli-theme
- Owner: ember-cli
- License: other
- Created: 2016-04-28T08:49:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-20T12:31:45.000Z (about 8 years ago)
- Last Synced: 2025-06-09T18:25:24.480Z (8 months ago)
- Language: HTML
- Size: 73.2 KB
- Stars: 0
- Watchers: 9
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
yuidoc-ember-cli-theme
==============================================================================
[![Latest NPM release][npm-badge]][npm-badge-url]
[![TravisCI Build Status][travis-badge]][travis-badge-url]
[npm-badge]: https://img.shields.io/npm/v/yuidoc-ember-cli-theme.svg
[npm-badge-url]: https://www.npmjs.com/package/yuidoc-ember-cli-theme
[travis-badge]: https://img.shields.io/travis/Turbo87/yuidoc-ember-cli-theme/master.svg?label=TravisCI
[travis-badge-url]: https://travis-ci.org/Turbo87/yuidoc-ember-cli-theme
YUIDoc theme for [Ember CLI](https://github.com/ember-cli/ember-cli)
Demo
------------------------------------------------------------------------------
see
Installation
------------------------------------------------------------------------------
```
npm install yuidoc-ember-cli-theme
```
Usage
------------------------------------------------------------------------------
Add the following lines to you `yuidoc.json` file:
```json
"themedir": "node_modules/yuidoc-ember-cli-theme",
"helpers": ["node_modules/yuidoc-ember-cli-theme/helpers.js"],
```
License
------------------------------------------------------------------------------
This project is licensed under the [MIT License](LICENSE). The original
"simple" theme is part of the [yuidoc](https://github.com/yui/yuidoc) project
which "is free to use under the Yahoo Inc. BSD license".