Skip to content

Commit def80ea

Browse files
committed
Updated
1 parent d007650 commit def80ea

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

sharepoint/docs-conceptual/sharepoint-pnp/sharepoint-pnp-cmdlets.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PnP PowerShell is a **cross-platform** PowerShell Module providing over 500 cmdl
1111
> [!NOTE]
1212
> This module is a successor of the [SharePointPnPPowerShellOnline](https://github.com/pnp/pnp-powershell) module, which is now regarded legacy and not maintained anymore. This newer version of the PowerShell module is cross-platform (e.g. it works on Windows, MacOS and Linux) however will only support SharePoint Online. Going forward will only be actively maintaining the cross-platform PnP PowerShell module.
1313
14-
# Getting up and running
14+
## Getting up and running
1515

1616
To install PnP PowerShell:
1717

@@ -26,7 +26,7 @@ Install-Module -Name PnP.PowerShell -AllowPrerelease
2626

2727
See the [articles](/powershell/articles) section for more information on authentication and configuration. All [cmdlets](/powershell/cmdlets/Add-PnPAlert.html) have been documented too.
2828

29-
# I've found a bug, where do I need to log an issue or create a PR
29+
## I've found a bug, where do I need to log an issue or create a PR
3030

3131
You can create an issue at https://github.com/pnp/powershell/issues, but please consider first if asking a question at https://github.com/pnp/powershell/discussions is more appropriate. We would like to focus the issues on actual bugs whereas PnP PowerShell related questions can be asked in the discussions section.
3232

@@ -37,13 +37,11 @@ Before you start to work on code change consider starting a discussion in the re
3737

3838
## Building the source code
3939

40-
Make a clone of the repository, navigate to the build folder in the repository and run Build-Debug.ps1. See more details [here](articles/buildingsource.md).
40+
Make a clone of the repository, navigate to the build folder in the repository and run Build-Debug.ps1. See more details [here](https://pnp.github.io/powershell/articles/buildingsource.md).
4141

4242
## Updating the documentation
4343

44-
All cmdlet documentation has been moved to the https://github.com/pnp/powershell/tree/dev/documentation folder. If you want to make changes, make sure to follow the format as used in the other files present there. These files follow a specific schema which allows us to generate the correct files. You can also make changes directly to the documention at https://docs.microsoft.com/en-us/powershell/sharepoint/sharepoint-pnp/sharepoint-pnp-cmdlets?view=sharepoint-ps. Notice that the documentation there is currently NOT reflecting this library: the documentation applies to the Windows Only version of PnP PowerShell.
44+
All cmdlet documentation has been moved to the https://github.com/pnp/powershell/tree/dev/documentation folder. If you want to make changes, make sure to follow the format as used in the other files present there. These files follow a specific schema which allows us to generate the correct files.
4545

4646
-------
4747
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
48-
49-
<img src="https://telemetry.sharepointpnp.com/pnp-powershell/readme" />

0 commit comments

Comments
 (0)