Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Commit ffc421e

Browse files
committed
fix markdown internal anchors in jsdoc conversion
1 parent 10d1660 commit ffc421e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
The **Paperspace API** is the official devkit for automating your [Paperspace](https://www.paperspace.com) account. It's currently available in JavaScript, and we plan to offer other languages and integrations in the future. Currently we are offering basic actions such as creating Paperspace machines and Gradient jobs. This repo includes:
1212

13-
* [Paperspace CLI](#Paperspace CLI)
14-
* [JavaScript API client](#Programmatic access via Paperspace-Node) (for Node.js and web browsers)
13+
* [Paperspace CLI](#paperspace-cli)
14+
* [JavaScript API client](#programmatic-access-via-paperspace-node) (for Node.js and web browsers)
1515
* [API documentation](https://paperspace.github.io/paperspace-node)
1616
* [Script Guide](scripts.md) for creating and using startup scripts
1717

jsdoc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,8 @@
2020
"templates": {
2121
"cleverLinks": false,
2222
"monospaceLinks": false
23+
},
24+
"markdown": {
25+
"idInHeadings": true
2326
}
2427
}

0 commit comments

Comments
 (0)