What happened
The current website configuration in website/docusaurus.config.js still contains:
The production site URL is a Docusaurus placeholder, and the docs editUrl uses GitHub's tree view rather than the edit route.
Why it matters
The placeholder URL can produce incorrect canonical/OpenGraph metadata and deployment links. The “Edit this page” action sends contributors to a read-only tree page, so they cannot immediately propose a documentation change.
Suggested fix
Set url to the actual deployed workshop URL and change the docs editUrl to the repository's edit route, then verify canonical metadata and one generated edit link in the published site.
What happened
The current website configuration in website/docusaurus.config.js still contains:
The production site URL is a Docusaurus placeholder, and the docs editUrl uses GitHub's tree view rather than the edit route.
Why it matters
The placeholder URL can produce incorrect canonical/OpenGraph metadata and deployment links. The “Edit this page” action sends contributors to a read-only tree page, so they cannot immediately propose a documentation change.
Suggested fix
Set url to the actual deployed workshop URL and change the docs editUrl to the repository's edit route, then verify canonical metadata and one generated edit link in the published site.