atproto utils for zig zat.dev
atproto sdk zig
26
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove redundant 'Zat' nav item — brand link covers it

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+1
+1
site/app.js
··· 76 76 } 77 77 78 78 navEl.innerHTML = pages 79 + .filter((p) => normalizeDocPath(p.path) !== "index.md") 79 80 .map((p) => { 80 81 const path = normalizeDocPath(p.path); 81 82 const title = escapeHtml(p.title || path);