Add status: "draft" to multiple documentation pages and enhance navigation sections

This commit is contained in:
yhirose
2026-03-14 23:46:14 -04:00
parent 4a1e9443ee
commit 1c6b3ea5a0
6 changed files with 10 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
---
title: "Building a Desktop LLM App with cpp-httplib"
order: 0
status: "draft"
---
llama.cpp を組み込んだ LLM 翻訳デスクトップアプリを段階的に構築しながら、cpp-httplib のサーバー・クライアント両面の使い方を実践的に学びます。翻訳は一例であり、この部分を差し替えることで要約・コード生成・チャットボットなど自分のアプリに応用できます。