📖 [Docs]: Rework README into the standard module landing page#66
Conversation
There was a problem hiding this comment.
Pull request overview
Standardizes the repository README.md into a lightweight landing page for the Sodium PowerShell module, moving detailed usage/examples out of the README and pointing users to generated documentation and PowerShell help.
Changes:
- Replaces the long-form module description and examples with a short overview and install snippet.
- Adds a documentation link and directs users to
Get-Command/Get-Helpfor usage details. - Simplifies the contributing section into a short “issues/PRs welcome” statement.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Super-linter summary
All files and directories linted successfully For more information, see the GitHub Actions workflow run Powered by Super-linter |
Super-linter summary
All files and directories linted successfully For more information, see the GitHub Actions workflow run Powered by Super-linter |
Super-linter summary
All files and directories linted successfully For more information, see the GitHub Actions workflow run Powered by Super-linter |
Super-linter summary
All files and directories linted successfully For more information, see the GitHub Actions workflow run Powered by Super-linter |
0044cd6
into
main
The Sodium README is now a concise landing page that leads with what the module does and how to use it.
New-SodiumKeyPair), encrypting with a public key (ConvertTo-SodiumSealedBox), and decrypting a sealed box (ConvertFrom-SodiumSealedBox).## Acknowledgementssection crediting the upstream libsodium library is back (required by the standard).Install-PSResource.## Contributingsection (repository governance files are handled by a separate rollout).Documentation only — no source or functional changes.