tldraw/apps/docs/public/icons/twitter_logo.svg
Steve Ruiz 29044867dd
Add docs (#2470)
This PR adds the docs app back into the tldraw monorepo.

## Deploying

We'll want to update our deploy script to update the SOURCE_SHA to the
newest release sha... and then deploy the docs pulling api.json files
from that release. We _could_ update the docs on every push to main, but
we don't have to unless something has changed. Right now there's no
automated deployments from this repo.

## Side effects

To make this one work, I needed to update the lock file. This might be
ok (new year new lock file), and everything builds as expected, though
we may want to spend some time with our scripts to be sure that things
are all good.

I also updated our prettier installation, which decided to add trailing
commas to every generic type. Which is, I suppose, [correct
behavior](https://github.com/prettier/prettier-vscode/issues/955)? But
that caused diffs in every file, which is unfortunate.

### Change Type

- [x] `internal` — Any other changes that don't affect the published
package[^2]
2024-01-15 12:33:15 +00:00

10 lines
1.1 KiB
XML

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_30_32)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M4 0C1.791 0 0 1.791 0 4V20C0 22.209 1.791 24 4 24H20C22.209 24 24 22.209 24 20V4C24 1.791 22.209 0 20 0H4ZM18.865 9.662C18.865 13.997 15.562 19 9.52 19C7.667 19 5.937 18.455 4.5 17.516C4.759 17.55 5.018 17.564 5.283 17.564C6.823 17.564 8.239 17.04 9.363 16.162C7.926 16.135 6.714 15.188 6.298 13.882C6.503 13.923 6.707 13.943 6.918 13.943C7.218 13.943 7.511 13.902 7.783 13.827C6.278 13.521 5.147 12.201 5.147 10.608V10.567C5.59 10.812 6.094 10.962 6.632 10.975C5.746 10.39 5.168 9.383 5.168 8.246C5.168 7.647 5.331 7.082 5.61 6.599C7.231 8.586 9.649 9.893 12.381 10.029C12.319 9.791 12.292 9.539 12.292 9.281C12.292 7.47 13.764 6 15.575 6C16.522 6 17.374 6.395 17.973 7.035C18.722 6.885 19.424 6.613 20.057 6.238C19.812 7.007 19.294 7.647 18.613 8.055C19.281 7.974 19.914 7.797 20.5 7.538C20.057 8.198 19.499 8.777 18.858 9.24C18.865 9.376 18.865 9.519 18.865 9.662Z" fill="#222222"/>
</g>
<defs>
<clipPath id="clip0_30_32">
<rect width="24" height="24" fill="white"/>
</clipPath>
</defs>
</svg>