docs: fix broken references and update paths
- Update README.md to remove references to deleted migration/deployment docs - Fix CONTRIBUTING.md to point to correct documentation paths - Remove broken references in API.md to non-existent files - Update ENVIRONMENT_VARIABLES.md to reference existing documentation - Ensure all documentation links work correctly after reorganization
This commit is contained in:
@@ -484,9 +484,9 @@ docker compose -f docker/docker-compose.yaml down # Stop services
|
|||||||
### Documentation
|
### Documentation
|
||||||
|
|
||||||
- [README.md](README.md) - Project overview and setup
|
- [README.md](README.md) - Project overview and setup
|
||||||
- [docs/API.md](docs/API.md) - API documentation
|
- [docs/development/API.md](docs/development/API.md) - API documentation
|
||||||
- [docs/DEPLOYMENT.md](docs/DEPLOYMENT.md) - Deployment guide
|
- [docs/development/APPLICATION_SECURITY.md](docs/development/APPLICATION_SECURITY.md) - Security guidelines
|
||||||
- [docs/SECURITY.md](docs/SECURITY.md) - Security guidelines
|
- [docs/development/CODE_QUALITY.md](docs/development/CODE_QUALITY.md) - Code quality standards
|
||||||
|
|
||||||
### Community
|
### Community
|
||||||
|
|
||||||
|
|||||||
18
README.md
18
README.md
@@ -775,16 +775,9 @@ For comprehensive documentation, visit **[`docs/README.md`](docs/README.md)** wh
|
|||||||
- [Code Quality](docs/development/CODE_QUALITY.md) - Quality standards & tools
|
- [Code Quality](docs/development/CODE_QUALITY.md) - Quality standards & tools
|
||||||
- [Application Security](docs/development/APPLICATION_SECURITY.md) - App security practices
|
- [Application Security](docs/development/APPLICATION_SECURITY.md) - App security practices
|
||||||
|
|
||||||
#### 🚢 Deployment
|
#### 🔧 Implementation
|
||||||
|
|
||||||
- [Deployment Guide](docs/deployment/DEPLOYMENT.md) - General deployment
|
- [Implementation Summary](docs/implementation/IMPLEMENTATION_SUMMARY.md) - Current features and status
|
||||||
- [Docker Configuration](docs/deployment/DOCKER_IMAGE_CONFIGURATION.md) - Docker setup
|
|
||||||
- [Gitea Setup](docs/deployment/GITEA_SETUP.md) - CI/CD configuration
|
|
||||||
|
|
||||||
#### 🔄 Migration Guides
|
|
||||||
|
|
||||||
- [NodeJS Pre-commit Migration](docs/migration/NODEJS_PRECOMMIT_MIGRATION.md) - Modern git hooks
|
|
||||||
- [Buildx Migration](docs/migration/BUILDX_MIGRATION.md) - Docker improvements
|
|
||||||
|
|
||||||
## 📚 Additional Resources
|
## 📚 Additional Resources
|
||||||
|
|
||||||
@@ -837,10 +830,9 @@ bun test-production.js
|
|||||||
|
|
||||||
### **Project Documentation**
|
### **Project Documentation**
|
||||||
|
|
||||||
- **[Code Quality Guide](docs/CODE_QUALITY.md)** - Code formatting, linting, and pre-commit hooks setup
|
- **[Code Quality Guide](docs/development/CODE_QUALITY.md)** - Code formatting, linting, and pre-commit hooks setup
|
||||||
- **[Security Guide](docs/SECURITY.md)** - Security best practices and configuration
|
- **[Security Guide](docs/development/APPLICATION_SECURITY.md)** - Security best practices and configuration
|
||||||
- **[Deployment Guide](docs/DEPLOYMENT.md)** - Production deployment instructions
|
- **[API Documentation](docs/development/API.md)** - Complete API reference
|
||||||
- **[API Documentation](docs/API.md)** - Complete API reference
|
|
||||||
- **[Contributing Guide](CONTRIBUTING.md)** - Development guidelines and contribution process
|
- **[Contributing Guide](CONTRIBUTING.md)** - Development guidelines and contribution process
|
||||||
- **[License](LICENSE)** - MIT license and third-party attributions
|
- **[License](LICENSE)** - MIT license and third-party attributions
|
||||||
- **[Changelog](CHANGELOG.md)** - Version history and release notes
|
- **[Changelog](CHANGELOG.md)** - Version history and release notes
|
||||||
|
|||||||
@@ -833,7 +833,6 @@ X-RateLimit-Reset: 1693929600
|
|||||||
|
|
||||||
## 📚 Additional Resources
|
## 📚 Additional Resources
|
||||||
|
|
||||||
- [Postman Collection](./postman-collection.json)
|
- [Database Service](DATABASE.md) - Database abstraction layer documentation
|
||||||
- [OpenAPI Specification](./openapi.yaml)
|
- [Application Security](APPLICATION_SECURITY.md) - Security practices and guidelines
|
||||||
- [SDK Documentation](./sdk-docs.md)
|
- [Code Quality](CODE_QUALITY.md) - Development standards and best practices
|
||||||
- [Integration Examples](./examples/)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user