[READ-ONLY] Mirror of https://github.com/flo-bit/contrail. atproto backend in a bottle flo-bit.dev/contrail/
0

Configure Feed

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

README.md

Custom lexicons#

Place your own hand-authored lexicon JSON files here.

Folder conventions#

  • lexicons/ (this folder) — Your own custom lexicons. Hand-authored.
  • lexicons-pulled/ — Downloaded via lex-cli pull from the atproto registry. Generated from the pull.sources list in lex.config.js.
  • lexicons-generated/ — Auto-generated by pnpm generate from app/config.ts. Don't edit by hand.
  • spaces-lexicon-templates/ — Shipped library templates for permissioned spaces; the generator instantiates them under <namespace>.space.* into lexicons-generated/.

All three (lexicons/, lexicons-pulled/, lexicons-generated/) are picked up by lex-cli generate (see lex.config.js files glob).