We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88bfa5b commit 738d495Copy full SHA for 738d495
README.md
@@ -21,10 +21,11 @@ Include the following in your `dependencies` in `package.json`:
21
```json
22
{
23
"dependencies": {
24
- "@typhonjs-typedoc/ts-lib-docs": "0.1.0"
+ "@typhonjs-typedoc/ts-lib-docs": "2023.7.10"
25
}
26
27
```
28
+The date of generation `<year>.<month>.<day>` is used instead of normal SEMVER.
29
30
Then in your TypeDoc configuration / JSON include:
31
0 commit comments