refactor: remove Segment plugin references and related configurations#3189
refactor: remove Segment plugin references and related configurations#3189
Conversation
This commit removes all references to the Segment plugin from the documentation and configuration files, including the README, sidebar, and environment variables in GitHub workflows. The Segment plugin documentation file has also been deleted, streamlining the analytics integration options available in the project.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c8397e19ac
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| --- | ||
|
|
||
| title: Plugin Segment | ||
| id: plugin-segment |
There was a problem hiding this comment.
Preserve the removed Segment doc URL with a redirect
When the docs site deploys this deletion, existing links to /docs/plugins/plugin-segment (bookmarks, blog posts, search results) will start returning 404s because the page is removed outright here and docs/_redirects does not add a replacement route. This repo already maintains redirects for retired docs URLs, so adding one for the Segment page would avoid breaking inbound links while still hiding it from the sidebar.
Useful? React with 👍 / 👎.
This commit removes all references to the Segment plugin from the documentation and configuration files, including the README, sidebar, and environment variables in GitHub workflows. The Segment plugin documentation file has also been deleted, streamlining the analytics integration options available in the project.
Description
Context
Approach taken / Explain the design
To document / Usage example
Testing
The pull request...