All Projects → ember-learn → Ember Api Docs

ember-learn / Ember Api Docs

Licence: mit
Ember API Docs viewer

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Ember Api Docs

Ember Styleguide
This is a UI addon that intends to help standardize the Ember family of websites and make it easier to make the Ember website an Ember app.
Stars: ✭ 69 (+25.45%)
Mutual labels:  hacktoberfest, ember, emberjs
Awesome Ember
A curated list of awesome Ember.js stuff like addons, articles, videos, gists and more.
Stars: ✭ 140 (+154.55%)
Mutual labels:  hacktoberfest, ember, emberjs
Guides Source
This repository contains the Ember.js Guides
Stars: ✭ 130 (+136.36%)
Mutual labels:  hacktoberfest, ember, emberjs
Ember Cli Addon Docs
Easy, beautiful docs for your OSS Ember addons
Stars: ✭ 162 (+194.55%)
Mutual labels:  hacktoberfest, ember, emberjs
Ember Inspector
Adds an Ember tab to the browser's Developer Tools that allows you to inspect Ember objects in your application.
Stars: ✭ 936 (+1601.82%)
Mutual labels:  hacktoberfest, ember, emberjs
Ember Octane Vs Classic Cheat Sheet
A cheat sheet for converting classic Ember app to Octane
Stars: ✭ 48 (-12.73%)
Mutual labels:  hacktoberfest, ember, emberjs
Data
A data persistence library for Ember.js.
Stars: ✭ 2,998 (+5350.91%)
Mutual labels:  hacktoberfest, ember
Ember Runloop Handbook
A deep dive into the Ember JS runloop.
Stars: ✭ 367 (+567.27%)
Mutual labels:  ember, emberjs
Ember Bootstrap
Ember-cli addon for using Bootstrap as native Ember components.
Stars: ✭ 475 (+763.64%)
Mutual labels:  hacktoberfest, ember
Sentry Javascript
Official Sentry SDKs for JavaScript. We're hiring https://grnh.se/ca81c1701us
Stars: ✭ 6,012 (+10830.91%)
Mutual labels:  hacktoberfest, ember
ember-website
The emberjs.com website.
Stars: ✭ 61 (+10.91%)
Mutual labels:  ember, emberjs
Ember.js
Ember.js - A JavaScript framework for creating ambitious web applications
Stars: ✭ 22,092 (+40067.27%)
Mutual labels:  hacktoberfest, ember
Rfcs
RFCs for changes to Ember
Stars: ✭ 731 (+1229.09%)
Mutual labels:  ember, emberjs
Ember Apollo Client
🚀 An ember-cli addon for Apollo Client and GraphQL
Stars: ✭ 257 (+367.27%)
Mutual labels:  ember, emberjs
ember-render-helpers
Complimentary render template helpers to the render modifiers
Stars: ✭ 19 (-65.45%)
Mutual labels:  ember, emberjs
Ember Intl
Localization library for any Ember Application or Addon
Stars: ✭ 412 (+649.09%)
Mutual labels:  hacktoberfest, ember
ember-gridstack
Ember components to build drag-and-drop multi-column grids powered by gridstack.js
Stars: ✭ 31 (-43.64%)
Mutual labels:  ember, emberjs
Pdoc
🐍 ➡️ 📜 Auto-generate API documentation for Python projects
Stars: ✭ 604 (+998.18%)
Mutual labels:  api-documentation, hacktoberfest
Ember Accessibility
An EmberJS addon to help identify accessibility violations during development
Stars: ✭ 29 (-47.27%)
Mutual labels:  ember, emberjs
Mber
Fast and minimal Ember.js CLI alternative, without broccoli.
Stars: ✭ 30 (-45.45%)
Mutual labels:  ember, emberjs

This project uses GitHub Actions for continuous integration. This project uses Percy.io for visual regression testing.

Ember API Docs

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 maintained by an all-volunteer team, and we are thankful for your help.

The best way to get started is to find an issue labeled "good first issue" or "help wanted." If you have questions or want a buddy to pair with, drop by the #dev-ember-learning channel on the Ember Community Discord. 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 repository.

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
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/

Linting

  • yarn run lint:hbs
  • yarn run lint:js
  • yarn run lint:js -- --fix

Building

Cross-browser testing provided by:

BrowserStack

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].