Docusaurus.Powershell
Docusaurus.Powershell copied to clipboard
Docusaurus websites for PowerShell modules
Hey, The PlatyPS MD file contains the these fields, but they are missing in the MDX
This adds a `-GroupByVerb` parameter and associated functionality including: - Splits the markdown files into subfolders by approved PowerShell verb. - Alters folder cleaning to recurse into the verb folders...
I have a few complex PS modules with 20-60 cmdlets, for the sake of clarity and discoverability we tend to group these by verb. Since discovering this module (phenomenal work...
Because PlatyPS does **not** add the `powershell` syntax highlighting language to code blocks we are currently adding the monicker ourselves during the markdown-to-mdx transformation, see https://github.com/alt3/Docusaurus.Powershell/blob/master/Source/Private/UpdateContentCodeBlocks.ps1 Ideally... a PR should...
This brings problems with cross-platform documentation using e.g. lowercase-only folders. Should be fixed in PlatyPS as there is no way we can know what the original casing was. > A...
Consider making command help synopsis available as a variable in `-MetaDescription` like `%2`. I know Maester currently post-processes this using: https://github.com/maester365/maester/blob/773ef48b864efe236fd497164198aea4589fc5e1/build/Update-CommandReference.ps1#L23-L31
PR #169 introduced curly brace escape to fix JSX errors in MDX v2. Multiline codeblocks are not escaped as expected, but inline codeblocks ( `this` ) are atm. Please exclude...
When installing Docusaurus website `npx create-docusaurus@latest docusaurus classic` (as instructed in [your documentation](https://docusaurus-powershell.vercel.app/docs/installation)) message "15 high severity vulnerabilities" is displayed. _Please provide an update removing at least the 15 high...
Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.21.0. Release notes Sourced from express's releases. 4.21.0 What's Changed Deprecate "back" magic string in redirects by @blakeembrey in expressjs/express#5935 [email protected] by @wesleytodd in expressjs/express#5954...