12 lines
276 B
Markdown
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
|
|
```
|