dbollinger / ember-api-docs

Ember API Docs viewer

Home Page:https://www.emberjs.com/api/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project contains only the API docs portion of Emberjs.com. If you're looking for the rest of the site, see the website and guides repositories.

There are many pieces that together create the Ember API docs site:

Contributing

New contributors are welcome! This project is is maintained by an all-volunteer team, and we are thankful for your help.

The best way to get started is to find issue labeled "good first issue" or "help wanted." If you have questions or want a buddy to pair with, drop by the #-team-learning channel on the Ember Community Slack. Like most open source projects, contributors are encouraged to open an issue to propose changes and iterate on ideas before investing time in coding. Some tips for working with git/GitHub can be found in Making your first pull request in the Guides respository.

Please also see CONTRIBUTING.md.

Quickstart to run semi-locally

Follow these instructions to run the app using publically available online data. You do not need to run ember-jsonapi-docs locally yourself.

git clone https://github.com/ember-learn/ember-api-docs.git
cd ember-api-docs
yarn install
bower install
ember serve

View at http://localhost:4200

a11y testing

To run a11y tests, run test_a11y=yes ember serve

Staging Environment

Latest changes from master can be seen on https://ember-api-docs-frontend-staging.global.ssl.fastly.net/


Cross-browser testing provided by:

BrowserStack

About

Ember API Docs viewer

https://www.emberjs.com/api/

License:MIT License


Languages

Language:JavaScript 67.3%Language:CSS 20.6%Language:HTML 12.1%