> For the complete documentation index, see [llms.txt](https://livlog-llc.gitbook.io/engineering-handbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://livlog-llc.gitbook.io/engineering-handbook/handbooknoto/16-handbook-writing/publication-checklist.md).

# 公開前チェックリスト

Handbookを外部公開する前に、以下を確認します。

## 情報の正確性

* [ ] 推測で書いた説明が残っていない
* [ ] URLは実際に確認できるものだけを掲載している
* [ ] 不明なものを断定していない
* [ ] 古い情報を最新情報として扱っていない

## 公開してよい情報か

* [ ] APIキーやパスワードが含まれていない
* [ ] DB接続情報が含まれていない
* [ ] 管理画面URLが含まれていない
* [ ] 内部運用に限定される詳細設定が含まれていない
* [ ] セキュリティ上危険な情報が含まれていない

## 構成と読みやすさ

* [ ] ページの内容が、目次上の部・章・親ページの役割と合っている
* [ ] 詳細ページが、関連する親ページの下に配置されている
* [ ] READMEの読み方と目次の構成が一致している
* [ ] 章ごとの粒度がそろっている
* [ ] 読み手に意味のない一覧になっていない
* [ ] 技術名だけでなく、採用理由が書かれている
* [ ] リブログの開発思想が伝わる
* [ ] 表が長すぎる場合は説明文で補足している
* [ ] 略語やリブログ固有の用語が、用語集の定義と一致している
* [ ] 本文の理解に必要な新しい用語が、用語集から漏れていない

## 運用

* [ ] 更新しやすい構成になっている
* [ ] 変更履歴をGitHubで追える
* [ ] 今後追加するページの方針が分かる
* [ ] 公開文書と内部文書の線引きができている


---

# 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:

```
GET https://livlog-llc.gitbook.io/engineering-handbook/handbooknoto/16-handbook-writing/publication-checklist.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
