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
- Some things weren't accurate anymore, so this cleans that up
- There are too many places that describe how to spin up a local environment so this moves to pointing to the instructions in ember-jsonapi-docs
Copy file name to clipboardExpand all lines: README.md
+5-23Lines changed: 5 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,28 +3,10 @@
3
3

4
4
5
5
The content of this repository is synced to the `s3://api-docs.emberjs.com`
6
-
S3 bucket via a [GitHub Action](./github/workflows/sync.yml). The data is
7
-
consumed by the [API Docs Viewer](https://github.com/ember-learn/ember-api-docs).
6
+
S3 bucket via a [GitHub Action](./github/workflows/sync.yml). That data is
7
+
consumed by the [ember-api-docs frontend](https://github.com/ember-learn/ember-api-docs).
8
8
9
-
These files are auto-generated via
10
-
https://github.com/ember-learn/ember-jsonapi-docs
9
+
The content in this repository is generated via
10
+
[ember-jsonapi-docs](https://github.com/ember-learn/ember-jsonapi-docs). To build new versions of the files for this repository follow the instructions in `ember-jsonapi-docs`'s [README](https://github.com/ember-learn/ember-jsonapi-docs).
11
11
12
-
## Previewing these docs in the front end
13
-
14
-
If you want to see how these docs will look in the
The JSON files will be served at `http://localhost:5050` and the app can be viewed in the browser at [http://localhost:4200]().
12
+
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-jsonapi-docs#optional-view-the-generated-docs-in-a-web-app).
0 commit comments