tldraw/apps/docs/scripts
alex d5dc306314
fix docs slugs (#3227)
Our slug generation code uses the stateful version of github slugger
which assigns different names to different slugs e.g. `thing`,
`thing-1`, `thing-2` each time it's called. This means that our links
across pages are broken because the slugs get generated with a suffix.
This replaces it with the non-stateful version instead.
2024-03-20 13:34:47 +00:00
..
functions Add image annotator example (#3147) 2024-03-19 11:41:25 +00:00
check-broken-links.ts Add docs (#2470) 2024-01-15 12:33:15 +00:00
check-vector.ts Add docs (#2470) 2024-01-15 12:33:15 +00:00
create-api-markdown.ts Add docs (#2470) 2024-01-15 12:33:15 +00:00
fetch-api-source.ts Add docs (#2470) 2024-01-15 12:33:15 +00:00
fetch-releases.ts Add docs (#2470) 2024-01-15 12:33:15 +00:00
refresh-content.ts Add docs (#2470) 2024-01-15 12:33:15 +00:00
refresh-embeddings.ts docs: fix missing API entries (#3111) 2024-03-12 13:36:24 +00:00
reset-db.ts Add docs (#2470) 2024-01-15 12:33:15 +00:00
utils.ts fix docs slugs (#3227) 2024-03-20 13:34:47 +00:00