Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
96 changes: 0 additions & 96 deletions docs/NEWS_SETUP.md

This file was deleted.

7 changes: 3 additions & 4 deletions docs/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h4>개발 가이드</h4>
<li><strong><a href="./architecture-decisions.html">아키텍처 결정</a></strong> - 시스템 설계 결정 및 근거</li>
<li><strong><a href="./deployment-guide.html">배포 가이드</a></strong> - 환경 설정 및 배포 절차</li>
<li><strong><a href="./contributing.html">기여 가이드라인</a></strong> - 코드 표준 및 기여 워크플로우</li>
<li><strong><a href="./TEST_COVERAGE_GUIDE.html">테스팅 가이드</a></strong> - 테스팅 전략 및 모범 사례 (업데이트됨)</li>
<li><strong><a href="./TEST_COVERAGE_GUIDE.html">테스트 커버리지 가이드</a></strong> - JaCoCo 테스팅 및 커버리지 전략</li>
</ul>
<br>
<h4>참조 자료</h4>
Expand All @@ -46,7 +46,6 @@ <h4>참조 자료</h4>
<li><strong><a href="./error-codes.html">에러 코드</a></strong> - 완전한 에러 코드 참조</li>
<li><strong><a href="./korean-business-rules.html">한국 비즈니스 규칙</a></strong> - 부동산 도메인 지식</li>
<li><strong><a href="./external-apis.html">외부 API</a></strong> - 서드파티 통합 문서</li>
<li><strong><a href="./news_setup.html">뉴스 설정 가이드</a></strong> - 뉴스 크롤링 기능 설정</li>
</ul>
<br>
<h3>🚀 신규 팀원을 위한 빠른 시작</h3>
Expand Down Expand Up @@ -80,11 +79,11 @@ <h3>🔗 관련 자료</h3>
<br>
<p>---</p>
<br>
<p><strong>최종 업데이트</strong>: 2025-06-26</p>
<p><strong>최종 업데이트</strong>: 2026-03-05</p>
<p><strong>관리자</strong>: 청약플래닛 개발팀</p>
</section>
<footer class="footer">
<p>최종 업데이트: 2025-06-26 | <a href="../index.html">문서 홈으로</a></p>
<p>최종 업데이트: 2026-03-05 | <a href="../index.html">문서 홈으로</a></p>
</footer>
</div>
</body>
Expand Down
5 changes: 2 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@ real estate platform.
- **[Architecture Decisions](./architecture-decisions.md)** - System design decisions and rationale
- **[Deployment Guide](./deployment-guide.md)** - Environment setup and deployment procedures
- **[Contributing Guidelines](./contributing.md)** - Code standards and contribution workflow
- **[Testing Guide](./testing-guide.md)** - Testing strategies and best practices
- **[Test Coverage Guide](./TEST_COVERAGE_GUIDE.md)** - JaCoCo testing and coverage strategies

### Reference Materials

- **[Error Codes](./error-codes.md)** - Complete error code reference
- **[Korean Business Rules](./korean-business-rules.md)** - Real estate domain knowledge
- **[External APIs](./external-apis.md)** - Third-party integration documentation
- **[Security Guidelines](./security.md)** - Security implementation and best practices

## 🚀 Quick Start for New Team Members

Expand All @@ -53,5 +52,5 @@ real estate platform.

---

**Last Updated**: 2024-06-19
**Last Updated**: 2026-03-05
**Maintained By**: CheonYakPlanet Development Team
Loading