Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration Docs Next Steps #3677

Merged
merged 28 commits into from
Jun 30, 2022
Merged

Integration Docs Next Steps #3677

merged 28 commits into from
Jun 30, 2022

Conversation

Jutanium
Copy link
Contributor

@Jutanium Jutanium commented Jun 22, 2022

This applies the format in #3429 to the other integration docs. This moves existing information into newly defined sections and also includes updated information based on my learnings.

Note that framework integration READMEs are unchanged in this PR.

I've been sitting on this for too long and figured it'd be best to get this out there, and I'll be around to work with community experts on reworking those framework integration READMEs!

The Netlify and Vercel READMEs link to the new deployment guides; if we merge this PR immediately, these links will be broken. It may also be worth duplicating the Usage content between these READMEs and those guides, and making sure there's a deployment guide for every adapter.

Thanks to conversations with @bholmesdev, we decided to remove the canonicalURL option from both the README and the codebase of sitemap.

@changeset-bot
Copy link

changeset-bot bot commented Jun 22, 2022

🦋 Changeset detected

Latest commit: 077baaa

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 7 packages
Name Type
@astrojs/deno Patch
@astrojs/netlify Patch
@astrojs/node Patch
@astrojs/partytown Patch
@astrojs/sitemap Patch
@astrojs/vercel Patch
@astrojs/telemetry Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions github-actions bot added the pkg: integration Related to any renderer integration (scope) label Jun 22, 2022
@sarah11918
Copy link
Member

Thanks, Dan! You could choose to just link to /en/guides/deploy on both Netlify/Vercel for now, and we update when those links are live.

@Jutanium
Copy link
Contributor Author

I want to propose coordinating the two to be merged at once; this way we can add a Deno and Node deployment guide that "matches" these READMEs.

Copy link
Contributor

@matthewp matthewp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@Jutanium
Copy link
Contributor Author

A new Sitemap release occurred in the meantime; I need to revisit and update that README. The merge conflicts are due to that.

Copy link
Member

@delucis delucis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing work Dan! 🙌

I went through everything bar the sitemap changes as you said that’s likely to change again. Most of my comments are fairly small fry — you’ve done an amazing job bringing these all in line with each other.

One generic questions: several of the READMEs now have blank sections (e.g. Troubleshooting, Changelog, Examples). Is that intentional as a placeholder for the future or should they be removed?

packages/integrations/deno/readme.md Show resolved Hide resolved
packages/integrations/deno/readme.md Outdated Show resolved Hide resolved
packages/integrations/deno/readme.md Outdated Show resolved Hide resolved
packages/integrations/deno/readme.md Outdated Show resolved Hide resolved

To configure this adapter, pass an object to the `deno()` function call in `astro.config.mjs`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can see what you’re doing by being explicit here, but might this be clearer? “function call” sounds like something special to me but I’m not sure, so happy to leave it as is too.

Suggested change
To configure this adapter, pass an object to the `deno()` function call in `astro.config.mjs`.
To configure this adapter, pass an object to the `deno()` adapter in `astro.config.mjs`.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe slightly more clear?

Suggested change
To configure this adapter, pass an object to the `deno()` function call in `astro.config.mjs`.
To configure this adapter, pass an object as the first argument to the `deno()` function in `astro.config.mjs`.

packages/integrations/partytown/README.md Outdated Show resolved Hide resolved
packages/integrations/vercel/README.md Show resolved Hide resolved
packages/integrations/vercel/README.md Outdated Show resolved Hide resolved
packages/integrations/vercel/README.md Outdated Show resolved Hide resolved
packages/integrations/vercel/README.md Outdated Show resolved Hide resolved
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
@sarah11918
Copy link
Member

These look great, Dan! Chris' suggestions are great, too! (Though, the spaces---which I personally like---do not need to be added.)

@sarah11918
Copy link
Member

FYI @Jutanium : all the individual deploy pages (e.g. https://docs.astro.build/en/deploy/netlify/ ) are now LIVE! 🥳 Link away!

Dan Jutan and others added 6 commits June 24, 2022 08:45
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
@delucis
Copy link
Member

delucis commented Jun 29, 2022

LGTM — thanks for all this work Dan!

@delucis delucis closed this Jun 29, 2022
@delucis delucis reopened this Jun 29, 2022
@delucis
Copy link
Member

delucis commented Jun 29, 2022

OK GitHub is bugging out and closing PRs when I try to comment… Sorry about that

@Jutanium Jutanium merged commit 8045c8a into main Jun 30, 2022
@Jutanium Jutanium deleted the integration-docs branch June 30, 2022 16:02
@astrobot-houston astrobot-houston mentioned this pull request Jun 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: integration Related to any renderer integration (scope)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants