Refresh readme, PITCHME, docs/ pages, and add about_PSGraph help topic - #10
Merged
Conversation
readme.md and docs/ had drifted from the 3.0.0/3.1.0 modernization work: the command list only covered 5 of 16 exported functions, Cells had no doc page, and PITCHME.md was still 100% upstream-original (GitPitch was discontinued in 2020, and it pointed at kevinmarquette/psgraph). Also fixed unrelated bugs found while spot-checking: docs/index.md said "PSDeploy", docs/graphviz.md was empty despite being linked in the nav, and Command-Record/Row/Entity.md referenced images at a /img/ path that never existed anywhere in the repo. - readme.md: full 16-command list, grouped and linked; pointer to Get-Help about_PSGraph - docs/Command-Cells.md: new page for the one command missing one; wired into mkdocs.yml's nav - docs/graphviz.md: real content (was empty) - docs/index.md: fixed wrong project name - docs/Command-Record.md, Command-Row.md, Command-Entity.md: fixed broken /img/ references, regenerated the four images for real via Export-PSGraph - PITCHME.md: rewritten for the fork, expanded into a gallery of 6 runnable examples (server farm, DB schema, live process tree, service deps, module deps, multi-format export), each verified by actually running it; deleted PITCHME.yaml (GitPitch is defunct) - PSGraph/en-US/about_PSGraph.help.txt: new conceptual help topic, verified via Get-Help about_PSGraph Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JkdNkQkbr85iif33Q964JX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
readme.md and docs/ had drifted from the 3.0.0/3.1.0 modernization work: the command list only covered 5 of 16 exported functions, Cells had no doc page, and PITCHME.md was still 100% upstream-original (GitPitch was discontinued in 2020, and it pointed at kevinmarquette/psgraph). Also fixed unrelated bugs found while spot-checking: docs/index.md said "PSDeploy", docs/graphviz.md was empty despite being linked in the nav, and Command-Record/Row/Entity.md referenced images at a /img/ path that never existed anywhere in the repo.