Skip to content

Commit 6d2e2a6

Browse files
authored
Merge pull request #135 from ember-learn/jaredgalanis-patch-2
Cleanup README
2 parents 5b2c728 + ff0be69 commit 6d2e2a6

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

README.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -113,21 +113,7 @@ Once that is all done, push it and open a PR 🎉
113113
> **TIP:** If you are debugging failed builds, periodically discard the changes
114114
made to `ember-api-docs-data`, since changes are made in-place.
115115

116-
## (Optional) View the generated docs in a web app
116+
## (Optional) View the generated docs in the `ember-api-docs` frontend
117117

118-
The Prembered version of the ember-api-docs expects a folder in its root that links to the `ember-api-docs-data` folder, so all you need to do is create a symbolic link to ember-api-docs-data and you can see the app running locally.
119-
120-
Clone the [ember-api-docs](https://github.com/ember-learn/ember-api-docs)
121-
repository, install dependencies, and start the front end in "local" mode:
122-
123-
```sh
124-
git clone https://github.com/ember-learn/ember-api-docs
125-
cd ember-api-docs
126-
ln -s ../ember-api-docs-data # assuming it's checked out in the same folder
127-
npm install
128-
yarn start
129-
```
130-
131-
> Note: at the time of writing this the ember-api-docs app needs to be on the `prember` branch but this will change very soon when we go live with it.
132-
133-
Visit the app in your browser at [http://localhost:4200](http://localhost:4200)
118+
If you want to see how this content will look in the `ember-api-docs` frontend in your local environment follow [these instructions](https://github.com/ember-learn/ember-api-docs).
119+

0 commit comments

Comments
 (0)