tldraw/apps/docs/scripts
alex 012e54959d
Inline documentation links in type excerpts (#3931)
Before: 
<img width="667" alt="Screenshot 2024-06-12 at 15 54 38"
src="https://github.com/tldraw/tldraw/assets/1489520/3a5fc43c-fa2e-4b08-8e8b-c1c66decf7fa">

After: 
<img width="654" alt="Screenshot 2024-06-12 at 15 55 10"
src="https://github.com/tldraw/tldraw/assets/1489520/8c8abcaa-f156-4be4-a5e9-d1a4eff39ff4">

Previously, when items in our documentation referred to each other in
code snippets, we'd put the links to their documentation pages in a
separate "references" section at the bottom of the docs. Generally I
find that this makes links harder to find (they're not in-context) and
adds a fair bit of visual noise to our API documentation.

This diff moves those links inline by adding a post-processing step to
our highlighted code. This is slightly more involved than I wanted it to
be (see the comments in code.tsx for an explanation of why) but it gets
the job done. I've added small link icons next to linked code items - i
experimented with underlines and a 🔗 icon too, but this seemed to look
the best.

### Change Type

- [x] `docs` — Changes to the documentation, examples, or templates.
- [x] `improvement` — Improving existing features
2024-06-13 13:47:13 +00:00
..
functions Inline documentation links in type excerpts (#3931) 2024-06-13 13:47:13 +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 Don't check api.json files into git (#3565) 2024-04-24 15:58:26 +00:00
utils.ts Better generated docs for react components (#3930) 2024-06-13 13:09:27 +00:00