docs: Rename example README files to use example-name.md format
This commit is contained in:
12
README.md
12
README.md
@@ -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,10 +192,10 @@ 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
|
||||||
```
|
```
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
@@ -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! 🎉**
|
||||||
Reference in New Issue
Block a user