Skip to content

Migrate to Alt3.Docusaurus.PowerShell v2 and update all docs to latest - #418

Open
fflaten wants to merge 15 commits into
pester:mainfrom
fflaten:alt3-v2
Open

Migrate to Alt3.Docusaurus.PowerShell v2 and update all docs to latest#418
fflaten wants to merge 15 commits into
pester:mainfrom
fflaten:alt3-v2

Conversation

@fflaten

@fflaten fflaten commented Jul 16, 2026

Copy link
Copy Markdown
Collaborator
  • Update Alt3.Docusarus.PowerShell 2.0 with Microsoft.PowerShell.PlatyPS 1.0

    • Replacing the deprecated platyPS 0.* version and post-processing workarounds
  • Update meta description on command reference pages to include synopsis for improved information in social media sharing, search results etc.

    • Before:
    image
    • After:
    image
  • Updates all command reference to latest GA-releases

  • Uses rel/4.x.x and rel/5.x.x branch links for contributions to old versions

  • Removes unused template logo assets

Related: alt3/Docusaurus.Powershell#241

@fflaten
fflaten marked this pull request as ready for review July 17, 2026 14:13
@fflaten fflaten changed the title WIP - Test Alt3.Docusaurus.PowerShell v2 Migrate to Alt3.Docusaurus.PowerShell v2 and update docs to v6.0.0 Jul 17, 2026
Comment thread generate-command-reference.ps1 Outdated
fflaten added 3 commits July 27, 2026 01:46
Co-authored-by: Frode Flaten <3436158+fflaten@users.noreply.github.com>
Co-authored-by: Frode Flaten <3436158+fflaten@users.noreply.github.com>
Comment thread generate-command-reference.ps1
@fflaten fflaten changed the title Migrate to Alt3.Docusaurus.PowerShell v2 and update docs to v6.0.0 Migrate to Alt3.Docusaurus.PowerShell v2 and update all docs to latest Jul 27, 2026
Comment on lines +95 to +99
# Fix Commands navbar link for v4. This is first command in v4 docs
if ($DocsVersion -eq 'v4' -and $_.Title -eq 'Add-AssertionOperator') {
$_.Metadata['id'] = 'Add-ShouldOperator' # Override id to have common docId for all versions
$_.Metadata['slug'] = $_.Title # Override slug so url still matches v4 name
}

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Remove if we split Commands to own sidebar which is part of #421. Can use a built-in linktype to "first item in sidebar xyz"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant