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 |
||
---|---|---|
.. | ||
functions | ||
check-broken-links.ts | ||
check-vector.ts | ||
create-api-markdown.ts | ||
fetch-api-source.ts | ||
fetch-releases.ts | ||
refresh-content.ts | ||
refresh-embeddings.ts | ||
reset-db.ts | ||
utils.ts |