This repository contains the built API documentation for ember-cli
, and redirects that point the legacy URLs to https://cli.emberjs.com
The source code for the active CLI guides can be found here.
This repository's content is hosted via Netlify, and unlike the guides content which is redirected, the built API docs are still used in production.
- Clone this repository
- Clone https://github.com/ember-cli/ember-cli and
yarn install
- In
ember-cli
, runnpx yuidoc .
to generate the API docs - Copy the contents of the
docs
folder into theapi
folder of this website repo - Run the app locally with
http-server .
and make sure that they show up as they should - Open a PR to this repository
The redirect behavior is managed by Netlify. You can see the list of redirects here.
PRs merged to this repository will be deployed automatically via Netlify's GitHub integration. The project name is ember-cli.com
under the Ember org.