a1e242ae3a
Occasionally the auto-built items, such as Sections.json, will be flagged as having changes in a commit. This is because we generate that file using spaces but our formatting uses tabs. This PR changes all JSON.stringify({}, null, 2) to JSON.stringify({}, null, '\t'). Problem solved! ### Change Type - [x] `patch` — Bug fix |
||
---|---|---|
.. | ||
checkBrokenLinks.ts | ||
connect.ts | ||
createApiMarkdown.ts | ||
fetchApiSource.ts | ||
fetchReleases.ts | ||
generateApiContent.ts | ||
generateContent.ts | ||
generateSection.ts | ||
getApiMarkdown.ts | ||
getVectorDbStats.ts | ||
package-list.ts | ||
refreshContent.ts |