Skip to content
Closed
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
23 changes: 17 additions & 6 deletions .gradle-docs/INDEX.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,29 @@ Complete index of all Gradle build documentation for Bearsampp Module Memcached.
| **Task Reference** | All available Gradle tasks | [TASKS.md](TASKS.md) |
| **Configuration** | Configuration files and properties | [CONFIGURATION.md](CONFIGURATION.md) |
| **Migration Guide** | Ant to Gradle migration guide | [MIGRATION.md](MIGRATION.md) |
| **Build System** | Build system specification | [BUILD-SYSTEM.md](BUILD-SYSTEM.md) |
| **Design Decisions** | Architecture and design decisions | [DESIGN-DECISIONS.md](DESIGN-DECISIONS.md) |
| **Migration Summary** | Complete migration summary | [MIGRATION-SUMMARY.md](MIGRATION-SUMMARY.md) |
| **Docs Update** | Documentation update summary | [DOCS-UPDATE-SUMMARY.md](DOCS-UPDATE-SUMMARY.md) |
| **Final Summary** | Final project summary | [FINAL-SUMMARY.md](FINAL-SUMMARY.md) |

---

## Documentation Structure

```
.gradle-docs/
├── INDEX.md # This file - Documentation index
├── README.md # Main documentation and quick start
├── TASKS.md # Complete task reference
├── CONFIGURATION.md # Configuration guide
└── MIGRATION.md # Ant to Gradle migration guide
├── INDEX.md # This file - Documentation index
├── README.md # Main documentation and quick start
├── TASKS.md # Complete task reference
├── CONFIGURATION.md # Configuration guide
├── MIGRATION.md # Ant to Gradle migration guide
├── BUILD-SYSTEM.md # Build system specification
├── DESIGN-DECISIONS.md # Architecture and design decisions
├── MIGRATION-SUMMARY.md # Complete migration summary
├── DOCS-UPDATE-SUMMARY.md # Documentation update summary
├── FINAL-SUMMARY.md # Final project summary
└── build.gradle.bruno-reference # Reference build file
```

---
Expand Down Expand Up @@ -337,4 +348,4 @@ For documentation issues or questions:

**Last Updated**: 2025-08-20
**Version**: 2025.8.20
**Total Documents**: 5
**Total Documents**: 10
File renamed without changes.
2 changes: 0 additions & 2 deletions .settings/org.eclipse.core.resources.prefs

This file was deleted.

203 changes: 0 additions & 203 deletions build-bundle-ant.xml

This file was deleted.

Loading