with one click
ftcdocs
ftcdocs contains 2 collected skills from FIRST-Tech-Challenge, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Run a full Sphinx linkcheck against FTC Docs, triage every broken link into "genuinely dead" vs "anti-bot/IP blocked", fix the dead ones with verified-live replacement URLs, and add confirmed-blocked domains to linkcheck_ignore. Use when the user wants to "fix broken links", "clean up linkcheck", "reduce link-check false positives", or reduce/resolve the errors the docs site's link checker reports.
Convert a Word (.docx) guide into an FTC Docs reStructuredText page, correctly placed in the docs/source tree, with images extracted and captions/alt-text rewritten to the FTC Docs style guide, then wire it into a toctree and (optionally) a booklet. Use when the user hands you a .docx (or similar externally-authored doc) and wants it "pulled into ftcdocs" / "converted to rst" / "added to the docs site".