docs: replace placeholder site URL and view-only edit link

Open Beginner friendly
#135 0 comments 0 reactions 1 assignee View on GitHub

@jrgwv is already working on this.

Since Sep 16, 2026.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
72/100
Issue type
Documentation
Clarity
Mostly clear
Activity status
Active
Tech stack
javascript
Domain
documentation

Research direction

Open website/docusaurus.config.js and inspect the current site URL and docs editUrl settings. First identify the actual deployed workshop URL from the repository or deployment configuration, then update the URL and use the repository's edit route. Verify the canonical metadata and one generated “Edit this page” link on the published site.

Written by the indexing model from the issue text.

Description

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.

Dominant language
JavaScript
Stars
15
Forks
11
Avg merge
7d 2h
Merged PRs (30d)
5

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.