https://github.com/softlayer/ember-cli-doc-server
An express middleware to add “/docs" url in application served by "ember server" to load contents from “docs" folder.
https://github.com/softlayer/ember-cli-doc-server
Last synced: 6 months ago
JSON representation
An express middleware to add “/docs" url in application served by "ember server" to load contents from “docs" folder.
- Host: GitHub
- URL: https://github.com/softlayer/ember-cli-doc-server
- Owner: softlayer
- License: mit
- Created: 2015-06-30T18:50:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-01T16:15:37.000Z (almost 10 years ago)
- Last Synced: 2025-08-04T05:16:49.950Z (6 months ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 11
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://github.com/softlayer/ember-cli-doc-server/releases)  [](LICENSE.md) [](https://www.npmjs.com/package/ember-cli-doc-server)
[](https://david-dm.org/softlayer/ember-cli-doc-server) [](https://david-dm.org/softlayer/ember-cli-doc-server#info=devDependencies)
# What ember-cli-doc-server is
By installing this Ember CLI Addon the content located in the `/docs` folder in your application will be available at
the `/docs` url when serving the application via `ember server`.
# How to use this addon in your application
```
ember install ember-cli-doc-server
```
# Versioning
Employs [Semantic Versioning 2.0.0](http://semver.org/)
# Contribution
[See CONTRIBUTING.md](CONTRIBUTING.md)
# Copyright and License
ember-cli-doc-server and its source files are Copyright © 2015
[SoftLayer Technologies, Inc.](http://www.softlayer.com/) The software is [MIT Licensed](LICENSE.md)
# Warranty
This software is provided “as is” and without any express or implied warranties, including, without limitation,
the implied warranties of merchantability and fitness for a particular purpose.