moonming opened a new pull request, #2065: URL: https://github.com/apache/apisix-website/pull/2065
## What this changes Removes three pages whose content is no longer meaningful, plus the external Roadmap menu link: - **Showcase** (`/showcase`) — the user-logo wall; the images are stale and no longer representative - **Code Samples** (`/docs/general/code-samples`) - **Help** (`/help`) - **Roadmap** menu item (external link to `github.com/apache/apisix/milestones`) — removed from navbar + footer ## Files **Deleted** - `website/src/pages/showcase.tsx`, `website/src/css/showcase.scss`, `website/static/data/showcases.json` - `website/docs/general/code-samples.md` - `website/src/pages/help.tsx`, `website/src/css/help.scss` **Updated** - `config/navbar.js`, `website/src/theme/Footer/index.tsx` — drop the menu/footer entries - `config/breadcrumb.js` — drop the `help` label - `website/docusaurus.config.js` — drop the `showcases` customField - `website/i18n/zh/code.json`, `website/i18n/zh/docusaurus-theme-classic/navbar.json` — drop the now-unused zh strings - `.htaccess` — add `301` redirects to the homepage (en + zh) for the three removed URLs so existing inbound links don't 404 ## Verification - `yarn workspace website build` passes (en + zh) - The removed routes no longer appear in the build output - No internal links reference the removed pages (the build's broken-link list does not include any of them) 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
