Documentation pages are returning 404s
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 17
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
If you go to https://pyscript.net and click on documentation it'll redirect you to https://docs.pyscript.net/latest/ which renders badly because of the inaccessibility of static resources, if you then proceed to click on any of the links e.g. https://docs.pyscript.net/latest/tutorials/getting-started.html it'll show a 404 Not Found page.
At the same time if you go directly to https://docs.pyscript.net/ it'll redirect you to https://docs.pyscript.net/2023.09.1/ which works but appears to be a revamp of the docs and probably not as complete.
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
Reproduce the failures from https://docs.pyscript.net/latest/ and a linked tutorial such as tutorials/getting-started.html, then compare them with the working 2023.09.1 documentation. Investigate the documentation site's static-resource loading and URL routing; done means the latest documentation loads correctly, its static resources are accessible, and its links no longer return 404s.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100