Skip to content

Commit be86663

Browse files
Some reference checks
1 parent a44b5fe commit be86663

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
**Transform your GitHub repositories into interactive, intelligent documentation**
88

9-
[![CI/CD](https://github.com/yourusername/repodoc/workflows/CI%2FCD%20Pipeline/badge.svg)](https://github.com/yourusername/repodoc/actions)
109
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
1110
[![TypeScript](https://img.shields.io/badge/TypeScript-5.0-blue)](https://www.typescriptlang.org/)
1211
[![Next.js](https://img.shields.io/badge/Next.js-15.5-black)](https://nextjs.org/)
@@ -107,7 +106,6 @@
107106
- **Vector Search**: Custom RAG implementation
108107

109108
#### DevOps
110-
- **CI/CD**: GitHub Actions
111109
- **Deployment**: Vercel
112110
- **Monitoring**: Sentry (configured)
113111
- **Testing**: Jest + React Testing Library
@@ -243,8 +241,6 @@ npm run type-check
243241

244242
```
245243
repodoc/
246-
├── .github/
247-
│ └── workflows/ # CI/CD pipelines
248244
├── __tests__/ # Test files
249245
│ ├── components/
250246
│ ├── lib/

src/lib/gemini.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,6 @@ CRITICAL INSTRUCTIONS - Generate EXTREMELY COMPREHENSIVE documentation:
259259
- **Database Setup**: Schema creation, migrations, seed data
260260
- **Docker Setup**: Container configuration, docker-compose setup
261261
- **Kubernetes Deployment**: K8s manifests, helm charts
262-
- **CI/CD Pipeline**: GitHub Actions, Jenkins, or other automation
263262
- **Environment Variables**: Complete list with descriptions and examples
264263
- **SSL/TLS Setup**: Certificate configuration and security setup
265264

0 commit comments

Comments
 (0)