KCH / src /_quarto.yml
bsamadi's picture
Update to pixi env
c032460
project:
type: website
website:
title: "Kashi Coding Handbook"
navbar:
left:
- text: "Home"
href: index.qmd
- text: "Foundation Setup"
menu:
- chapters/ch01-development-environment.qmd
- chapters/ch01-project-structure.qmd
- text: "CLI Development"
menu:
- chapters/ch02-building-with-typer.qmd
- chapters/ch02-configuration-management.qmd
- text: "AI Integration"
menu:
- chapters/ch03-huggingface-llm-apis.qmd
- chapters/ch03-docker-model-deployment.qmd
- chapters/ch03-mcp-toolkit.qmd
- chapters/ch03-prompt-engineering.qmd
- text: "Advanced Features"
menu:
- chapters/ch04-interactive-elements.qmd
- chapters/ch04-batch-processing.qmd
- text: "Testing & Quality"
menu:
- chapters/ch05-writing-tests.qmd
- chapters/ch05-code-quality.qmd
- text: "Publishing"
menu:
- chapters/ch06-package-preparation.qmd
- chapters/ch06-building-publishing.qmd
- text: "Projects"
menu:
- chapters/ch07-fileorganizer-project.qmd
- text: "Appendices"
menu:
- chapters/appendix-pixi-commands.qmd
- chapters/appendix-learning-resources.qmd
sidebar:
- title: "Kashi Coding Handbook"
subtitle: "Building AI-Powered CLI Tools with Python"
contents:
- index.qmd
- section: "Chapter 1: Foundation Setup"
contents:
- chapters/ch01-development-environment.qmd
- chapters/ch01-project-structure.qmd
- section: "Chapter 2: CLI Development"
contents:
- chapters/ch02-building-with-typer.qmd
- chapters/ch02-configuration-management.qmd
- section: "Chapter 3: AI Integration"
contents:
- chapters/ch03-huggingface-llm-apis.qmd
- chapters/ch03-docker-model-deployment.qmd
- chapters/ch03-mcp-toolkit.qmd
- chapters/ch03-prompt-engineering.qmd
- section: "Chapter 4: Advanced Features"
contents:
- chapters/ch04-interactive-elements.qmd
- chapters/ch04-batch-processing.qmd
- section: "Chapter 5: Testing & Quality"
contents:
- chapters/ch05-writing-tests.qmd
- chapters/ch05-code-quality.qmd
- section: "Chapter 6: Publishing"
contents:
- chapters/ch06-package-preparation.qmd
- chapters/ch06-building-publishing.qmd
- section: "Chapter 7: Real-World Projects"
contents:
- chapters/ch07-fileorganizer-project.qmd
- section: "Appendices"
contents:
- chapters/appendix-pixi-commands.qmd
- chapters/appendix-learning-resources.qmd
format:
html:
theme: cosmo
css: styles.css
toc: true