Skip to content

Remove Build with AI docs page

Created by: ihsraham

Summary

  • Remove the Build with AI page from the docs and sidebar navigation.
  • Remove internal links to the deleted page from quickstarts, changelog, and MCP Toolkit docs.
  • Replace committed docs.wdk.tether.su references in source/generated LLM text with docs.wdk.tether.io.

Validation

  • rg -n 'tether\.su|docs\.wdk\.tether\.su|wdk\.tether\.su|build-with-ai|Build with AI|\.su\b' .
  • npm run check:meta
  • LINK_CHECK_EXTERNAL=false npm run check:links
  • SKIP_OG_BUILD=1 NEXT_PUBLIC_DOCS_ORIGIN=https://docs.wdk.tether.io npm run build
  • Browser smoke test: sidebar no longer lists Build with AI; /start-building/build-with-ai returns 404.

Merge request reports