You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: repair all 37 dead links and mkdocs strict-build config error
Check Links: fixed off-by-one relative path depth bugs (missing a
../ level) across 8 nested docs/ and root files, corrected renamed
notebook filenames in 01_Data_Scientist and 03_AI_Engineer READMEs,
replaced dead external resources (Chip Huyen post removed, GitHub
repos 404, DrivenData/Azure ML paths reorganized, wrong arXiv ID) with
live equivalents, de-linked a hackathon TOC pointing at sections that
were never written, and added mlwave.com (bot-blocking) plus the
idea_template.md arXiv placeholder to mlc_config.json ignorePatterns.
Deploy Documentation: mkdocs 1.6.1 now rejects docs_dir being the
same directory as mkdocs.yml itself. Moved the config into .mkdocs/
with docs_dir: '..' so it resolves to the repo root as before, and
moved site_dir outside docs_dir entirely (../../site) to satisfy the
site_dir-nested-in-docs_dir check too. Verified `mkdocs build --strict`
now exits 0 and markdown-link-check reports 0 dead links across all
130 files.
0 commit comments