Skip to content

Commit 5ffa56e

Browse files
CopilotMossaka
andauthored
Rename docs markdown files to lowercase (#16)
* Initial plan * Initial plan: Rename docs markdown files to lowercase Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com> * Rename all docs markdown files to lowercase and update references Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com> * Revert package-lock.json to original state Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
1 parent b7ddd6f commit 5ffa56e

11 files changed

Lines changed: 7 additions & 7 deletions

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This is a firewall for GitHub Copilot CLI (package name: `@github/awf`) that pro
1010

1111
- **[README.md](README.md)** - Main project documentation and usage guide
1212
- **[LOGGING.md](LOGGING.md)** - Comprehensive logging documentation
13-
- **[docs/LOGGING_QUICKREF.md](docs/LOGGING_QUICKREF.md)** - Quick reference for log queries and monitoring
13+
- **[docs/logging_quickref.md](docs/logging_quickref.md)** - Quick reference for log queries and monitoring
1414

1515
## Development Workflow
1616

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This is a firewall for GitHub Copilot CLI (package name: `@github/awf`) that pro
1111
- **[README.md](README.md)** - Main project documentation and usage guide
1212
- **[ENVIRONMENT.md](ENVIRONMENT.md)** - Environment variable configuration and security best practices
1313
- **[LOGGING.md](LOGGING.md)** - Comprehensive logging documentation
14-
- **[docs/LOGGING_QUICKREF.md](docs/LOGGING_QUICKREF.md)** - Quick reference for log queries and monitoring
14+
- **[docs/logging_quickref.md](docs/logging_quickref.md)** - Quick reference for log queries and monitoring
1515

1616
## Development Workflow
1717

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ This project follows the GitHub Community Guidelines. Please be respectful and i
151151
## ❓ Getting Help
152152
153153
- Check the [README.md](README.md) for usage instructions
154-
- Review the [Quick Start Guide](docs/QUICKSTART.md) for setup
154+
- Review the [Quick Start Guide](docs/quickstart.md) for setup
155155
- Explore [AGENTS.md](AGENTS.md) for detailed development guidance
156156
- Ask questions in GitHub issues
157157
- Look at existing code and tests for examples
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,14 +252,14 @@ docker run --rm --cap-add NET_ADMIN ubuntu iptables -L
252252
## Next Steps
253253

254254
1. **Read the full documentation**: [README.md](../README.md)
255-
2. **Review the architecture**: [ARCHITECTURE.md](ARCHITECTURE.md)
255+
2. **Review the architecture**: [architecture.md](architecture.md)
256256
3. **Run the test suite**: `npm test`
257257
4. **Check GitHub Actions tests**: `.github/workflows/test-firewall-wrapper.yml` and `.github/workflows/test-copilot-mcp.yml`
258258

259259
## Getting Help
260260

261261
- Check [README.md](../README.md) for detailed documentation
262-
- Review [TROUBLESHOOTING.md](TROUBLESHOOTING.md) for common issues
262+
- Review [troubleshooting.md](troubleshooting.md) for common issues
263263
- Look at test examples in `.github/workflows/` directory
264264
- Enable `--log-level debug` for detailed diagnostics
265265
- Use `--keep-containers` to inspect container state
File renamed without changes.
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,6 @@ If you're still experiencing issues:
370370
- Container logs: `docker logs awf-copilot`
371371

372372
4. **Check documentation:**
373-
- [Architecture](ARCHITECTURE.md) - Understand how the system works
374-
- [Usage Guide](USAGE.md) - Detailed usage examples
373+
- [Architecture](architecture.md) - Understand how the system works
374+
- [Usage Guide](usage.md) - Detailed usage examples
375375
- [Logging Documentation](../LOGGING.md) - Comprehensive logging guide

0 commit comments

Comments
 (0)