hashicorp / react-components

A set of HashiCorp branded react components currently maintained and used by the marketing dev team
https://react-components.vercel.app
Mozilla Public License 2.0
60 stars 17 forks source link

Remove docs-page & glossary page packages #970

Open nayres opened 1 year ago

nayres commented 1 year ago

🎟️ Asana Task πŸ” Preview Link

Description

@hashicorp/react-docs-page was moved out of this repo into an internal mono-repo, and unused elsewhere, deeming it safe to be removed.

Through checking if the package could safely be deleted, @hashicorp/react-glossary-page was the only package that was dependent on @hashicorp/react-docs-page. After checking for repos/ packages dependent on@hashicorp/react-glossary-page, I found that it wasn't being used anywhere, making it also safe to remove from this repo.

PR Checklist πŸš€

Items in this checklist may not may not apply to your PR, but please consider each item carefully.

changeset-bot[bot] commented 1 year ago

⚠️ No Changeset found

Latest commit: c46fba5e8560ea9060e1015f636ddd8d32c85be1

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Updated (UTC)
react-components βœ… Ready (Inspect) Visit Preview Jun 6, 2023 9:58pm
zchsh commented 1 year ago

🎏 I think we still use @hashicorp/react-docs-page in hashicorp/dev-portal to render https://docs.hashicorp.com/sentinel. That docs.hashicorp.com site is still in "proxied via one app" mode rather than "monorepo" mode, similar to how other io sites were until recently.

Here's the import location, and an example production page file.

We have a task to somehow deal with Sentinel docs, likely by migrating to the Dev Dot UI, in 🎟 [io-migrations] determine how to handle sentinel, in the future. I'm not sure on priority there from a higher level, but happy to provide any info or help that I can in pushing that work forward πŸ™‡β€β™‚οΈ