Generate self-contained HTML
Nobody has claimed this yet.
- Dominant language
- Lean
- Stars
- 384
- Forks
- 124
- Avg merge
- 22h 28m
- Merged PRs (30d)
- 10
Description
Right now, we emit HTML that refers to various CDNs for things like KaTeX. This is fine for a website, but not great for manuals and local documentation, which should work on an airplane.
The system should instead save dependencies locally, either by "vendoring" them into the source, or by caching them during the build process.
Contributor guide
No contributing guide indexed for this repository
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
The issue names no files, tests, or entry points. Start by tracing where HTML output and CDN dependencies are generated, then inspect the build process for dependency handling. Done means generated manuals and local documentation work offline without requesting CDN resources, using an agreed local-dependency approach.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html
- Domain
- build-system, documentation
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100