You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-17Lines changed: 3 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -113,21 +113,7 @@ Once that is all done, push it and open a PR 🎉
113
113
> ✅ **TIP:** If you are debugging failed builds, periodically discard the changes
114
114
made to `ember-api-docs-data`, since changes are made in-place.
115
115
116
-
## (Optional) View the generated docs in a web app
116
+
## (Optional) View the generated docs in the `ember-api-docs` frontend
117
117
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:
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).
0 commit comments