Update the Deno guide and logo#11197
Conversation
This commit updates the Deno guide to be more up to date, and to include an example for how to run your Astro app with Deno, outside of Deno Deploy.
✅ Deploy Preview for astro-docs-2 ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
Hello! Thank you for opening your first PR to Astro’s Docs! 🎉 Here’s what will happen next:
|
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
sarah11918
left a comment
There was a problem hiding this comment.
Thanks @lucacasonato for providing these super helpful updates! 🙌
I will let @ArmandPhilippot give the final review since he is familiar with the issue, but I just took a quick scan and made a few text updates in keeping with Astro Docs style.
ArmandPhilippot
left a comment
There was a problem hiding this comment.
LGTM, thanks for taking care of the update! I left two suggestions:
- to compress the logo with SVGOMG
- to use the
PackageManagerTabscomponent instead of regular code blocks for thenpmcommands. This is not required (we can always do that later!) but that would be a great addition if you feel comfortable updating allnpmcode blocks in the page.
|
|
||
| 3. Run `deployctl` to deploy! | ||
|
|
||
| In the command below, replace `<ACCESS-TOKEN>` with your [Personal Access Token](https://dash.deno.com/account#access-tokens) and `<MY-DENO-PROJECT>` with your Deno Deploy project name. |
There was a problem hiding this comment.
deployctl does interactive auth as part of invocation now - no need to specify the token upfront.
ArmandPhilippot
left a comment
There was a problem hiding this comment.
This looks great! Thanks for taking the time to update the guide, and welcome to Team Docs! 🎉
See #11197 Co-authored-by: Thomas Bonnet <thomasbnt@protonmail.com>
Description (required)
This commit updates the Deno guide to be more up to date, and to include an example for how to run your Astro app with Deno, outside of Deno Deploy.
Related issues & labels (optional)
astro addcommand #11192