-
-
Notifications
You must be signed in to change notification settings - Fork 638
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
doc: Update terminology 'Integrations' to 'Extensions' #2170
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 73f4bf9:
|
1e10f9a
to
6fa54d3
Compare
I didn't realize when looking at #2169, but this gives me feel "Ecosystem" is too broad. Because, "SWC", "Babel", "Devtools" in "Tools" can also be considered as ecosystem. So, maybe we want a narrower term. |
Hmm, what should we use instead? |
Thanks for the PR! "Extensions" is the first thing that comes to mind, but I'll let others chime in with suggestions as well. 🙂 |
21 ideas:
|
@dmaskasky Let's go with "Extensions". Thanks! 🙂 |
@sandren Is it possible to have a redirect (for the website) from |
|
6fa54d3
to
d126e7c
Compare
d126e7c
to
effb2a6
Compare
effb2a6
to
ab08b1f
Compare
Redirects are handled in createRedirect({
fromPath: `/docs/integrations/*`,
toPath: `/docs/extensions/*`,
isPermanent: false,
}); |
- Replace instances of integrations with extensions throughout the website documentation. - Update navigation, headers, and section titles accordingly. - Ensure consistency in term usage across all documentation pages.
ab08b1f
to
73f4bf9
Compare
This didn't work for me locally. I have included this in the PR. Could you please test this? |
Also, I could use some advice with git. I am unsure why GH is reporting a conflict with
|
It's not working in the deploy preview either. I think we'll need to add an explicit redirect for each integration -> extension like the utils -> utilities redirects above. |
That sounds like an unnecessary maintenance burden. Wildcards should work, not sure why they don't though. I don't have a lot of experience with Gatsby. |
Related Issues or Discussions
Resolves #2169
Summary
Check List
yarn run prettier
for formatting code and docs