-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add v6 preview docs #316
base: main
Are you sure you want to change the base?
Add v6 preview docs #316
Conversation
Will it help if I release sooner rather than later? |
No hurry. I can build command ref from local build for now. |
@bravo-kernel: Thoughts on PR and versioning strategy? Just playing around atm. but considering merging something this week before PSConfEU 🙂 |
Docker or VSCode has become strict on using 0.0.0.0 to forward to host
Add support for versioned docs and prerelease modules
Format and replace deprecated GH output command
@fflaten I have been AFK and will need to find some time to look at this (soon). |
@fflaten awesome job and the preview looks great. Are there any remaining issues you need feedback on? |
Thanks 🙌 My initial review questions was:
Should I split this into multiple PRs maybe? |
I am not sure what you are suggesting here but also do not really have a preference. We once chose the current logic with stable being
I think we could do the first option. Will need to investigate but perhaps adding a new
In progress.
Not necessary for me at all, we can always quick fix after merging anyway. |
New configuration looks great @fflaten |
@nohwnd Time for a quick review and maybe merge? Highlights and questions:
Tips to save time:
|
Friendly reminder @nohwnd 🙂 |
Versions v5 docs (
./versioned_docs/v5/*
) and promotes current (./docs/*
) to v6 preview.URLs:
Includes
PesterConfiguration
reference in Usage/Configuration page.Checklist:
[PesterConfiguration]::Default
withNew-PesterConfiguration
in docsgenerate-pesterconfiguration-docs.ps1
to support v5 and current (v6)?generate-command-reference.ps1
to support v5 and current (v6)?... (v5)
?Fix #312
Fix pester/Pester#2459
Fix #280
Related pester/Pester#2464