> For the complete documentation index, see [llms.txt](https://book.funcd.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.funcd.org/readme.md).

# 欢迎

我是 **Bond**。这里是我的个人博客：所有文章以 Markdown 形式存在 Git 仓库里，由 GitBook 同步发布。

写博客对我来说不是"输出结论"，而是把踩过的坑、读过的源码、临时冒出来的想法固定下来。半年后的自己通常是最大的受益者。

{% hint style="info" %}
本站内容由 [GitBook Git Sync](https://gitbook.com/docs/getting-started/git-sync) 从仓库自动发布 —— 推到主分支即上线，不需要额外的构建步骤。
{% endhint %}

## 这里有什么

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>技术文章</strong></td><td>工程实践、排障复盘、工具链折腾。</td><td><a href="/pages/rdQJLlWiDFOOcYg3V6kY">/pages/rdQJLlWiDFOOcYg3V6kY</a></td></tr><tr><td><strong>随笔</strong></td><td>工作方法、阅读感想，和一些跑题的东西。</td><td><a href="/pages/JbaR0s6J5y4c8du7P4Uf">/pages/JbaR0s6J5y4c8du7P4Uf</a></td></tr><tr><td><strong>笔记本</strong></td><td>还没长成文章的片段：命令、清单、摘录。</td><td><a href="/pages/iYR7obpLjLuHc1VskHls">/pages/iYR7obpLjLuHc1VskHls</a></td></tr></tbody></table>

## 从这里开始

{% content-ref url="/pages/xjcxoGqEFupEPqky5MEH" %}
[用 GitBook + Git 搭建个人博客](/wen-zhang/posts/tech/gitbook-blog-setup.md)
{% endcontent-ref %}

{% content-ref url="/pages/69uJaBXWclTykHxKRxdy" %}
[关于我](/guan-yu/about.md)
{% endcontent-ref %}

## 约定

* **不追热点。** 只写自己真正动手做过、并且愿意在半年后重读的东西。
* **可复现优先。** 命令、版本号、报错原文尽量贴全，方便别人（和我自己）照着复现。
* **允许修订。** 结论过时了就直接改正文，重要改动记在 [更新日志](/guan-yu/changelog.md) 里，而不是留一堆已知错误的旧文。

***

内容有误或想聊聊？欢迎在 [关于我](/guan-yu/about.md) 页面找到联系方式。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://book.funcd.org/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
