New-UDSideNavItem is not a cmdlet?

I am still at the beginning using PowerShell Universal and I am struggling finding the right samples. Most of them are targeting UD 2.9 and prior and there are huge differences with 3.0.

In the documentation for 3.0 there is the cmdlet New-UDSideNavItem but this does not exist in the module UniversalDashboard 3.0.3. There is also no parameter ‘Navigation’ with New-UDDashboard as mentioned in the sample code. Has this been replaced or gone?

I’m starting to put together a template library here: https://github.com/ironmansoftware/universal-templates

Also, specific to this question, take a look at the AppBar and Drawer cmdlets. https://docs.ironmansoftware.com/dashboard/components/surfaces/appbar

Perfect, thanks for the hint!