Jack Hsu ed94c4e1ec
docs(core): add nextjs app for new nx.dev website (#5133)
Co-authored-by: ben <contact@benjamincabanes.com>
2021-03-27 04:01:31 +00:00

12 lines
276 B
Markdown

# documentation-api
This library provides the data necessary to display the latest and previous documentation.
The [`data`](./src/data) folder contains the version mapping as well as a snapshot of the latest and previous docs.
## Testing
```
nx test documentation-api
```