### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#issues). ### Motivation * Following the former [deprecation](https://github.com/facebook/docusaurus/issues/7221#issuecomment-1367381332), Universal Analytics (UA) [has officially sunset](https://support.google.com/analytics/answer/11583528) as of the week of July 1, 2024. * This renders the built-in [plugin-google-analytics](https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-google-analytics) obsolete, eliminating the need to maintain it in future project releases. * Several outbound links within the project are broken due to recent changes in Google Developers documentation. ### Task Details 1. Remove packages/docusaurus-plugin-google-analytics 2. Remove the dependency from docusaurus-preset-classic 3. Update the documentation: - Remove the plugin documentation - Remove all references to the plugin - Reorder the Plugins sidebar 4. Update broken Google links in comments and documentation - Example: Replace https://developers.google.com/analytics/devguides/collection/gtagjs/#install_the_global_site_tag with https://developers.google.com/tag-platform/gtagjs/install ### Testing - Ensure removal of the plugin doesn't break existing functionality - Verify all updated links are correct and accessible ### Self-service - [ ] I'd be willing to do some initial work on this proposal myself.
Have you read the Contributing Guidelines on issues?
Motivation
Task Details
Testing
Self-service