Skip to content

📖 [Docs]: README pages now use the standard module landing-page format#43

Merged
Marius Storhaug (MariusStorhaug) merged 3 commits into
mainfrom
docs/standardize-readme
Jul 12, 2026
Merged

📖 [Docs]: README pages now use the standard module landing-page format#43
Marius Storhaug (MariusStorhaug) merged 3 commits into
mainfrom
docs/standardize-readme

Conversation

@MariusStorhaug

@MariusStorhaug Marius Storhaug (MariusStorhaug) commented Jul 6, 2026

Copy link
Copy Markdown
Member

The README now works as a concise landing page for the module. It leads with what the module does, how to install it, a short usage showcase built from real commands, and where to find the full generated documentation.

What changed

  • Overview — a one-paragraph description of what Ast does.
  • Installation — uses Install-PSResource, the current PowerShell Gallery client.
  • Usage — a short showcase of the most common commands (Get-AstFunction, Get-AstFunctionName, Get-AstCommand) run against a script. This is a getting-started showcase, not a full command reference: exhaustive per-command details stay in PowerShell help and the generated documentation so the landing page does not duplicate them.
  • Documentation — links to psmodule.io/Ast and shows Get-Command / Get-Help discovery using a real command name.
  • Related tools — keeps the pointer to the external ShowPSAst AST viewer.
  • Removed the ## Contributing section.

Technical details

  • Updates README.md only.
  • Aligns this repository with the standard module landing-page format used across PSModule.

Copilot AI review requested due to automatic review settings July 6, 2026 06:29

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Standardizes the repository README.md to function as a lightweight landing page, moving detailed usage guidance to PowerShell help and the published module documentation site.

Changes:

  • Replaces the long usage/examples section with a link to published documentation.
  • Updates the README to direct users to Get-Command / Get-Help for command discovery and examples.
  • Simplifies the contributing section to a short pointer to the issue tracker.
Comments suppressed due to low confidence (1)

README.md:28

  • The file ends with a line that contains trailing whitespace (spaces on an otherwise blank line). This can cause noisy diffs and fails some markdown/whitespace linters; please remove the trailing spaces and (optionally) the extra blank line at EOF.
Issues and pull requests are welcome. Please use the repository issue tracker to report bugs, request features, or discuss improvements.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown

Super-linter summary

Language Validation result
CHECKOV Pass ✅
GITHUB_ACTIONS Pass ✅
GITLEAKS Pass ✅
GIT_MERGE_CONFLICT_MARKERS Pass ✅
MARKDOWN Pass ✅
NATURAL_LANGUAGE Pass ✅
POWERSHELL Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
TRIVY Pass ✅
YAML Pass ✅

All files and directories linted successfully

For more information, see the GitHub Actions workflow run

Powered by Super-linter

@MariusStorhaug Marius Storhaug (MariusStorhaug) changed the title Docs: standardize README 📖 [Docs]: README pages now use the standard module landing-page format Jul 6, 2026
Copilot AI review requested due to automatic review settings July 12, 2026 09:19
@MariusStorhaug Marius Storhaug (MariusStorhaug) added the documentation Improvements or additions to documentation label Jul 12, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

Comment thread README.md
@github-actions

Copy link
Copy Markdown

Super-linter summary

Language Validation result
CHECKOV Pass ✅
GITHUB_ACTIONS Pass ✅
GITLEAKS Pass ✅
GIT_MERGE_CONFLICT_MARKERS Pass ✅
MARKDOWN Pass ✅
NATURAL_LANGUAGE Pass ✅
POWERSHELL Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
TRIVY Pass ✅
YAML Pass ✅

All files and directories linted successfully

For more information, see the GitHub Actions workflow run

Powered by Super-linter

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

Comment thread README.md Outdated
Copilot AI review requested due to automatic review settings July 12, 2026 09:24

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.

@github-actions

Copy link
Copy Markdown

Super-linter summary

Language Validation result
CHECKOV Pass ✅
GITHUB_ACTIONS Pass ✅
GITLEAKS Pass ✅
GIT_MERGE_CONFLICT_MARKERS Pass ✅
MARKDOWN Pass ✅
NATURAL_LANGUAGE Pass ✅
POWERSHELL Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
TRIVY Pass ✅
YAML Pass ✅

All files and directories linted successfully

For more information, see the GitHub Actions workflow run

Powered by Super-linter

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.

@MariusStorhaug Marius Storhaug (MariusStorhaug) merged commit c32b18d into main Jul 12, 2026
36 of 41 checks passed
@MariusStorhaug Marius Storhaug (MariusStorhaug) deleted the docs/standardize-readme branch July 12, 2026 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants