radius-project / radius-project/docs
Docs body is trying to load clarity.js but it doesn't exist
Nobody has claimed this yet.
- Dominant language
- Bicep
- Stars
- 26
- Forks
- 52
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 3
Description
When I load any docs page, the JavaScript console shows:
Failed to load resource: the server responded with a status of 404 ()
clarity.js:1
It looks like the body footer is trying to load /js/clarity.js but this file does not exist in the repository.
We should either remove line 13 from body-end.html or add clarity.js to the repo.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at docs/layouts/partials/hooks/body-end.html line 13 and inspect the footer reference to /js/clarity.js. Check whether clarity.js exists elsewhere in the repository, then remove the reference or add the missing file as appropriate. Done means docs pages no longer request a missing resource and the console 404 is gone.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 86/100