services...
This commit is contained in:
parent
73d2f44d74
commit
8552656731
15 changed files with 918 additions and 490 deletions
|
|
@ -30,7 +30,7 @@ writeShellScriptBin "homelab-docs-readme" ''
|
|||
## 🚀 Quick Actions
|
||||
|
||||
### View Current Status
|
||||
\`\`\`bash
|
||||
```bash
|
||||
# Service status across fleet (if homelab CLI is available)
|
||||
homelab services --global
|
||||
|
||||
|
|
@ -39,16 +39,16 @@ writeShellScriptBin "homelab-docs-readme" ''
|
|||
|
||||
# Overall status
|
||||
homelab status
|
||||
\`\`\`
|
||||
```
|
||||
|
||||
### Update Documentation
|
||||
\`\`\`bash
|
||||
```bash
|
||||
# Regenerate all documentation
|
||||
homelab-generate-docs ./docs
|
||||
|
||||
# Generate in different directory
|
||||
homelab-generate-docs /path/to/output
|
||||
\`\`\`
|
||||
```
|
||||
|
||||
## 📋 Quick Stats
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue