[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.

fix peer deps, add docs

Florian (Apr 24, 2026, 12:50 PM +0200) ffcc9b92 f25a8739

+13 -3
+13
.github/workflows/docs.yml
··· 1 + name: Deploy Docs 2 + 3 + on: 4 + push: 5 + branches: [main] 6 + 7 + permissions: 8 + id-token: write 9 + pages: write 10 + 11 + jobs: 12 + docs: 13 + uses: flo-bit/tiny-docs/.github/workflows/tiny-docs.yml@v1
-3
packages/lexicons/package.json
··· 55 55 "typescript": "^5.7.3", 56 56 "vitest": "^4.1.0" 57 57 }, 58 - "peerDependencies": { 59 - "@atmo-dev/contrail": "workspace:*" 60 - }, 61 58 "license": "MIT" 62 59 }