Context: The `basic-nextjs-pages-router` starter has been disabled in `xmcloud.build.json` since at least this inspection period. Next.js Pages Router is not the architecture recommended by Sitecore for XM Cloud development — Content SDK v2.0 is built for App Router with `SitecoreProvider` and hooks patterns. Keeping a disabled, unmaintained starter in the examples directory creates confusion for developers browsing the repo.
Steps:
1. Add a deprecation notice to `examples/basic-nextjs-pages-router/README.md` stating the starter is no longer maintained and pointing to `basic-nextjs` as the recommended alternative.
2. Option A: Move the starter to a `deprecated/` directory. Option B: Remove it entirely and add a note to the repo root README.
3. Update the root README's repository structure section to reflect the change.
Acceptance criteria:
The Pages Router starter either has a clear deprecation notice or is removed
Root README accurately reflects the current starter portfolio
No developer can accidentally choose the Pages Router starter without seeing the deprecation notice
Risks: None identified. The starter is already disabled.