tldraw/apps/docs/scripts/functions
Steve Ruiz a1e242ae3a
[DX] Use tabs in JSON.stringify (#2674)
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
2024-01-28 21:13:47 +00:00
..
checkBrokenLinks.ts Add docs (#2470) 2024-01-15 12:33:15 +00:00
connect.ts Add docs (#2470) 2024-01-15 12:33:15 +00:00
createApiMarkdown.ts [DX] Use tabs in JSON.stringify (#2674) 2024-01-28 21:13:47 +00:00
fetchApiSource.ts Add docs (#2470) 2024-01-15 12:33:15 +00:00
fetchReleases.ts Add docs (#2470) 2024-01-15 12:33:15 +00:00
generateApiContent.ts Add docs (#2470) 2024-01-15 12:33:15 +00:00
generateContent.ts Add docs (#2470) 2024-01-15 12:33:15 +00:00
generateSection.ts Add docs (#2470) 2024-01-15 12:33:15 +00:00
getApiMarkdown.ts Add docs (#2470) 2024-01-15 12:33:15 +00:00
getVectorDbStats.ts Add docs (#2470) 2024-01-15 12:33:15 +00:00
package-list.ts Add docs (#2470) 2024-01-15 12:33:15 +00:00
refreshContent.ts Add docs (#2470) 2024-01-15 12:33:15 +00:00