docs: Rename example README files to use example-name.md format

This commit is contained in:
mik-tf
2025-11-04 10:48:38 -05:00
parent 0a95c51230
commit d5a378a2dc
2 changed files with 6 additions and 6 deletions

View File

@@ -85,7 +85,7 @@ Mycelium Cloud uses peer-to-peer networking that enables:
├── 📄 .gitignore ├── 📄 .gitignore
└── 📁 examples/ ← Standalone examples └── 📁 examples/ ← Standalone examples
└── 📁 hello-world/ ← Start here for your first app └── 📁 hello-world/ ← Start here for your first app
├── 📄 README.md ├── 📄 hello-world.md
├── 📄 hello-world-deployment.yaml ├── 📄 hello-world-deployment.yaml
└── 📄 hello-world-service.yaml └── 📄 hello-world-service.yaml
``` ```
@@ -192,7 +192,7 @@ Each example follows the same pattern:
``` ```
📁 example-name/ 📁 example-name/
├── 📄 README.md ← Complete guide + troubleshooting ├── 📄 example-name.md ← Complete guide + troubleshooting
├── 📄 example-deployment.yaml ← Application logic ├── 📄 example-deployment.yaml ← Application logic
├── 📄 example-service.yaml ← Networking ├── 📄 example-service.yaml ← Networking
└── 📁 src/ (optional) ← Source files for customization └── 📁 src/ (optional) ← Source files for customization
@@ -312,6 +312,6 @@ See [LICENSE](LICENSE) file for details.
## 🚀 Ready to Deploy? ## 🚀 Ready to Deploy?
Start with the [Hello World example](examples/hello-world/README.md) - it's designed to get you up and running in 5 minutes! Start with the [Hello World example](examples/hello-world/hello-world.md) - it's designed to get you up and running in 5 minutes!
**Happy deploying! 🎉** **Happy deploying! 🎉**