Skip to content

Commit b46ceef

Browse files
chore: protect docs/ from Fern regeneration
Add docs/ to .fernignore so the upcoming manually-written SDK documentation is not overwritten by fern generate. Prerequisite for PRD-003 (Python SDK docs). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ffa4ae6 commit b46ceef

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.fernignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ changelog.md
66

77
# Wrapper layer - custom code that should not be overwritten
88
src/agoraio/wrapper/
9+
10+
# Documentation - managed manually, not generated by Fern
11+
docs/

0 commit comments

Comments
 (0)