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
📖 [Docs]: README pages now use the standard module landing-page format (#238)
The GoogleFonts README is now a concise landing page. Users get a short
overview, prerequisites, install commands, real usage examples for the
module's actual commands, and pointers to the published documentation —
without scrolling through duplicated command reference content.
## What changed
- Restored a `## Usage` showcase using the real commands
`Get-GoogleFont` (list/filter fonts) and `Install-GoogleFont` (`-Name`,
`-Scope AllUsers`, `-All`).
- Kept the `## Prerequisites` note (`Fonts` and `Admin` module
requirements).
- Installation uses `Install-PSResource`.
- `## Documentation` points to
[psmodule.io/GoogleFonts](https://psmodule.io/GoogleFonts/) with a real
`Get-Help Install-GoogleFont -Examples` discovery snippet.
- Restored the upstream links (`google/fonts` on GitHub, Google Fonts
site) under `## Related links`.
- Removed the `## Contributing` section per the new module-README
standard.
## Technical details
- Updates `README.md` only.
- Aligns the README with the PSModule module landing-page standard.
0 commit comments