Skip to content

Commit 1c6b3ea

Browse files
committed
Add status: "draft" to multiple documentation pages and enhance navigation sections
1 parent 4a1e944 commit 1c6b3ea

6 files changed

Lines changed: 10 additions & 0 deletions

File tree

docs-src/pages/en/cookbook/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Cookbook"
33
order: 0
4+
status: "draft"
45
---
56

67
A collection of recipes that answer "How do I...?" questions. Each recipe is self-contained — read only what you need.

docs-src/pages/en/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@ Under the hood, it uses blocking I/O with a thread pool. It's not built for hand
1818
## Documentation
1919

2020
- [A Tour of cpp-httplib](tour/) — A step-by-step tutorial covering the basics. Start here if you're new
21+
22+
## Stay Tuned
23+
2124
- [Cookbook](cookbook/) — A collection of recipes organized by topic. Jump to whatever you need
2225
- [Building a Desktop LLM App](llm-app/) — A hands-on guide to building a desktop app with llama.cpp, step by step

docs-src/pages/en/llm-app/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Building a Desktop LLM App with cpp-httplib"
33
order: 0
4+
status: "draft"
45
---
56

67
Build an LLM-powered translation desktop app step by step, learning both the server and client sides of cpp-httplib along the way. Translation is just an example — swap it out to build your own summarizer, code generator, chatbot, or any other LLM application.

docs-src/pages/ja/cookbook/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Cookbook"
33
order: 0
4+
status: "draft"
45
---
56

67
「〇〇をするには?」という問いに答えるレシピ集です。各レシピは独立しているので、必要なページだけ読めます。

docs-src/pages/ja/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@ HTTPSも使えます。OpenSSLやmbedTLSをリンクするだけで、サーバ
1818
## ドキュメント
1919

2020
- [A Tour of cpp-httplib](tour/) — 基本を順を追って学べるチュートリアル。初めての方はここから
21+
22+
## お楽しみに
23+
2124
- [Cookbook](cookbook/) — 目的別のレシピ集。必要なトピックから読めます
2225
- [Building a Desktop LLM App](llm-app/) — llama.cpp を組み込んだデスクトップアプリを段階的に構築する実践ガイド

docs-src/pages/ja/llm-app/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Building a Desktop LLM App with cpp-httplib"
33
order: 0
4+
status: "draft"
45
---
56

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

0 commit comments

Comments
 (0)