chocolatey / docs

https://docs.chocolatey.org - new docs website
Apache License 2.0
151 stars 165 forks source link

(doc) Add/update docs for Chocolatey.PowerShell module #993

Closed vexx32 closed 1 month ago

vexx32 commented 2 months ago

Description Of Changes

Adds / updates docs for changes in https://github.com/chocolatey/choco/pull/3440

Motivation and Context

Twofold; one, new command, new docs. Two, the GenerateDocs.ps1 won't work for the new cmdlets and it would be hairy to tie them together. Instead, we're using PlatyPS to generate/maintain these docs, so they need to be in a separate folder (unfortunately).

I have retained the old links and xrefs from the original PowerShell Functions Reference page, so that all cmdlets can still be accessed from that index.

Eventually when everything has moved over to this new section as we progress with cmdlet rewrites, we can collapse the two sections back into one again.

Testing

Change Types Made

Change Checklist

Related Issue

https://github.com/chocolatey/choco/pull/3440

gep13 commented 1 month ago

@vexx32 thanks for getting this added, and to @st3phhays and @pauby for the reviews. I have enabled auto-merge so the PR will be merged once the CI build completes.