docs: update existing pages, ACB theme, README features (Phase 3)#45
Merged
Killea merged 2 commits intoKillea:mainfrom Mar 5, 2026
Merged
docs: update existing pages, ACB theme, README features (Phase 3)#45Killea merged 2 commits intoKillea:mainfrom
Killea merged 2 commits intoKillea:mainfrom
Conversation
Axe 1 - Update existing MkDocs pages: - rest-api.md: add 16 missing endpoints (reactions, edit, search, metrics, thread settings/admin/export/sync-context, agent kick, threads agents) - tools.md: fix msg_post sync fields (required for MCP), msg_react/msg_unreact (agent_id optional), thread_list cursor pagination - config.md: add 6 missing env vars + correct DB path (source vs package mode) - structure.md: add MessageEdit, Reaction, ThreadSettings models + Data Models section Axe 3 - README improvements: - Add 8 missing features (bus_connect, editing, reactions, search, templates, admin coordinator, reply-to threading, agent skills) - Rename 'Zero external dependencies' -> 'No external infrastructure' - Documentation link now opens in a new browser tab (target=_blank) Axe 4 - MkDocs theme aligned with ACB web UI: - mkdocs.yml: media queries for OS-level theme auto-detection - docs/stylesheets/acb-theme.css: header dark, accent #3b82f6, code blocks, tables, footer matching ACB palette
This was referenced Mar 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation Phase 3 — Update existing pages, ACB theme, README features
This PR completes the documentation effort started in PRs #42 (MkDocs site) and #43 (condensed README).
Axe 1 — Update existing MkDocs pages (accuracy fixes)
docs/reference/rest-api.md— 16 missing endpoints added:GET /api/search) and Metrics (GET /api/metrics)docs/reference/tools.md— corrections:msg_post: sync fields (expected_last_seq,reply_token) are required for MCP callers (not optional)msg_react/msg_unreact:agent_idis optional (not required)thread_list: documented cursor pagination (limit,before,next_cursor, envelope response)docs/getting-started/config.md— 6 missing env vars added + corrected default DB path (source mode vs installed package mode)docs/development/structure.md— added missing data models (MessageEdit,Reaction,ThreadSettings) + new Data Models sectionAxe 3 — README improvements
bus_connect(one-step), message editing, reactions, FTS5 search, thread templates, admin coordinator, reply-to threading, agent skillstarget="_blank")Axe 4 — MkDocs theme aligned with ACB web UI
mediaqueries inmkdocs.yml— site follows system dark/light preference automaticallydocs/stylesheets/acb-theme.css:#0a0d12matching ACB--bg-baselinear-gradient(135deg, #3b82f6, #a855f7)matching ACB topbar logo#1e3a8a(dark) /#2563eb(light)#111620background matching ACB--bg-input