You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clean up README by removing emoji from most section headers while keeping them only in key navigation sections (Quick Start, Installation, Usage Examples) for better professional appearance.
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ For licensing details please visit [LICENSE](LICENSE)
33
33
This software is part of a suite of tools called cv4pve-api-powershell.
34
34
If you require commercial support, please visit the [Corsinvest website](https://www.corsinvest.it/cv4pve)
35
35
36
-
## 📚 Overview
36
+
## Overview
37
37
38
38
The **cv4pve-api-powershell** module enables system administrators and developers to manage and automate Proxmox VE environments using PowerShell.
39
39
@@ -82,7 +82,7 @@ This module serves as the **PowerCLI equivalent for Proxmox VE**:
82
82
***Interactive Tutorials** - VSCode notebook tutorials available
83
83
***Open Source** - Full source code available on GitHub
84
84
85
-
## 🛠️ Utility Functions
85
+
## Utility Functions
86
86
87
87
The module includes a rich set of utility cmdlets to simplify common operations:
88
88
@@ -123,7 +123,7 @@ Comprehensive documentation is available in multiple formats:
123
123
***[HTML Documentation](https://corsinvest.github.io/cv4pve-api-powershell/)** - Full API reference in HTML format
124
124
***[Markdown Documentation](https://github.com/Corsinvest/cv4pve-api-powershell/blob/master/doc/markdown/about_cv4pve-api-powershell.md)** - Documentation in Markdown format
125
125
126
-
## 🎓 Tutorial & Learning Resources
126
+
## Tutorial & Learning Resources
127
127
128
128
***[Interactive VSCode Notebook Tutorial](https://tinyurl.com/cv4pve-api-pwsh-learn)** - Learn by doing with interactive examples
129
129
***[Common Issues & Examples](https://corsinvest.github.io/cv4pve-api-powershell/common-issues.html)** - Practical solutions to common problems and advanced examples
@@ -162,7 +162,7 @@ To view your module paths:
162
162
$env:PSModulePath -split [IO.Path]::PathSeparator
163
163
```
164
164
165
-
## Documentation
165
+
## Documentation
166
166
167
167
**Need help getting started or troubleshooting issues?**
0 commit comments