File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 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/ )
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```
245243repodoc/
246- ├── .github/
247- │ └── workflows/ # CI/CD pipelines
248244├── __tests__/ # Test files
249245│ ├── components/
250246│ ├── lib/
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments