Personal engineering notes and blog posts published using MkDocs + Material.
Content lives under docs/ and is organized by topic:
docs/apache-spark/docs/pyspark/docs/big-data-engineering/docs/system-design/docs/java/docs/python/
Add a new Markdown file under the relevant section folder, for example:
docs/apache-spark/my-new-post.md
Navigation is generated from the folder structure, so the post will show up in the sidebar under that section automatically.
This repo uses uv to manage dependencies.
uv run mkdocs serveThen open the URL shown in the terminal (typically http://127.0.0.1:8000/).
uv run mkdocs buildSite configuration is in mkdocs.yml.