tldraw/apps/docs/public/icons/github_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.2 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_27)">
<path d="M4 0C1.791 0 0 1.791 0 4V20C0 22.209 1.791 24 4 24H8.2C8.797 24.122 9.027 23.712 9.027 23.387C9.027 23.101 9.007 22.123 9.007 21.105C5.667 21.838 4.971 19.638 4.971 19.638C4.434 18.212 3.639 17.845 3.639 17.845C2.545 17.092 3.719 17.092 3.719 17.092C4.931 17.173 5.568 18.355 5.568 18.355C6.641 20.228 8.371 19.699 9.068 19.373C9.166 18.578 9.485 18.028 9.823 17.723C7.158 17.438 4.355 16.378 4.355 11.653C4.355 10.308 4.832 9.208 5.587 8.353C5.468 8.047 5.05 6.783 5.707 5.093C5.707 5.093 6.721 4.767 9.007 6.356C9.987 6.086 10.996 5.949 12.01 5.948C13.024 5.948 14.058 6.091 15.012 6.356C17.299 4.766 18.313 5.093 18.313 5.093C18.97 6.783 18.552 8.047 18.433 8.353C19.208 9.208 19.665 10.308 19.665 11.653C19.665 16.378 16.862 17.417 14.177 17.723C14.615 18.11 14.992 18.843 14.992 20.005C14.992 21.655 14.972 22.979 14.972 23.386C14.972 23.712 15.204 24.122 15.8 24H20C22.209 24 24 22.209 24 20V4C24 1.791 22.209 0 20 0H4Z" fill="#222222"/>
</g>
<defs>
<clipPath id="clip0_30_27">
<rect width="24" height="24" fill="white"/>
</clipPath>
</defs>
</svg>