File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -196,6 +196,27 @@ The project uses **Dependabot** to automatically keep dependencies up to date. D
196196
197197When updates are available, Dependabot creates pull requests automatically. Review and merge these PRs after verifying the CI workflow passes.
198198
199+ ## Troubleshooting
200+
201+ ### Build Fails
202+ - Check YAML syntax in post frontmatter
203+ - Verify all referenced images exist
204+ - Check ` mkdocs.yml ` for syntax errors
205+ - Review GitHub Actions logs for deployment failures
206+
207+ ### Images Not Loading
208+ - Image paths must be relative to the markdown file (e.g., `  ` )
209+ - Verify the image file exists in the same directory as the post's ` index.md `
210+
211+ ### Navigation Issues
212+ - File paths in the ` nav: ` section of ` mkdocs.yml ` must match actual file locations
213+ - New pages need to be added to ` nav: ` manually
214+
215+ ### Styling Not Applied
216+ - Check ` docs/stylesheets/extra.css ` for syntax errors
217+ - Clear your browser cache
218+ - Theme updates may rename CSS classes — check the [ Material for MkDocs changelog] ( https://squidfunk.github.io/mkdocs-material/changelog/ )
219+
199220## Resources
200221
201222- [ MkDocs Documentation] ( https://www.mkdocs.org )
You can’t perform that action at this time.
0 commit comments