Skip to content

Commit 2c15efc

Browse files
committed
docs: consolidate documentation files into docs/ directory
- Move PODMAN.md → docs/podman.md - Move .github/DEPENDABOT.md → docs/github-dependabot.md - Move .github/SECRETS.md → docs/github-secrets.md - Move .github/DEPLOYMENT.md → docs/github-deployment.md - Rename docs/README.md → docs/full-documentation.md - Update README.md links to reflect new locations - Keep .instructions.md at root level (for AI)
1 parent da8716f commit 2c15efc

6 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ A Discord bot that automatically scans for and redeems Idle Champions promo code
44

55
**📖 Quick Links to Documentation:**
66

7-
- **[Full README](docs/README.md)** - Main documentation & all features
7+
- **[Full README](docs/full-documentation.md)** - Main documentation & all features
88
- **[Development Guide](docs/DEVELOPMENT.md)** - Setup, architecture & tech stack
99
- **[Project Structure](docs/STRUCTURE.md)** - Directory layout & key files
1010
- **[Mise Setup Guide](docs/MISE.md)** - Tool management reference
11-
- **[Podman Guide](PODMAN.md)** - Using Podman instead of Docker
11+
- **[Podman Guide](docs/podman.md)** - Using Podman instead of Docker
1212

1313
## 🚀 Quick Start (5 minutes)
1414

@@ -51,7 +51,7 @@ export DISCORD_TOKEN=your_bot_token_here
5151
docker-compose up -d
5252
```
5353

54-
**Don't have Docker?** Use [Podman instead](PODMAN.md) - it's a drop-in replacement with identical syntax.
54+
**Don't have Docker?** Use [Podman instead](docs/podman.md) - it's a drop-in replacement with identical syntax.
5555

5656
See [docker-compose.example.yml](docker-compose.example.yml) for all available configuration options.
5757

@@ -78,7 +78,7 @@ See [docker-compose.example.yml](docker-compose.example.yml) for all available c
7878

7979
For detailed information, please see:
8080

81-
- **[Full README](docs/README.md)** - All features, commands, architecture & troubleshooting
81+
- **[Full README](docs/full-documentation.md)** - All features, commands, architecture & troubleshooting
8282
- **[Development Guide](docs/DEVELOPMENT.md)** - Development setup, structure & debugging
8383
- **[Project Structure](docs/STRUCTURE.md)** - Complete directory layout & key files
8484
- **[Mise Setup Guide](docs/MISE.md)** - Tool management & available tasks
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)