Skip to content

Commit fa5064b

Browse files
matt9ucciSean Wheeler
authored and
Sean Wheeler
committed
Update PSGallery "Items Tab" (for the new prerelease feature) (MicrosoftDocs#1957)
1 parent 2dffaff commit fa5064b

File tree

1 file changed

+37
-27
lines changed

1 file changed

+37
-27
lines changed

gallery/psgallery/psgallery_items_tab.md

Lines changed: 37 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -6,40 +6,50 @@ keywords: gallery,powershell,cmdlet,psgallery
66
title: psgallery_items_tab
77
---
88

9-
Items Tab
10-
==========
9+
# Items Tab
1110

12-
The Items Tab displays all available items in the PowerShell Gallery.
13-
14-
To see only Modules in the PowerShell Gallery, click Modules in the Items Tab drop down. Similarly, to see only Scripts in the PowerShell Gallery, click Scripts in the Items Tab drop down.
11+
The [Items tab](https://www.powershellgallery.com/items) displays all available items in the PowerShell Gallery.
1512

13+
There are several ways to filter, sort, and search the items.
1614
To see more details about a particular item, click the item.
1715

18-
There are several ways to sort the items:
16+
## Filter By
17+
18+
The drop-down under "Filter By" allows users to filter the results by:
19+
* Include Prerelease
20+
* Stable Only
21+
22+
For information about "Prerelease" and "Stable", see [Prerelease Versioning Added to PowerShellGet and PowerShell Gallery](https://blogs.msdn.microsoft.com/powershell/2017/12/05/prerelease-versioning-added-to-powershellget-and-powershell-gallery/) in the PowerShell Team Blog.
23+
24+
The checkboxes under the drop-down allow users to filter the results by:
25+
* Item Types
26+
- Module
27+
- Script
28+
* Categories
29+
- Cmdlet
30+
- DSC Resource
31+
- Function
32+
- Role Capability
33+
- Workflow
1934

20-
##Filter By##
21-
The Filter By section allows users to filter the results by:
22-
* Item Type:
23-
* Modules
24-
* Scripts
25-
* Category:
26-
* Cmdlet
27-
* DSC Resource
28-
* Function
29-
* Workflow
35+
To see only modules in the PowerShell Gallery, check Module in the Item Types.
36+
Similarly, to see only scripts in the PowerShell Gallery, check Script in the Item Types.
3037

31-
Note: Filters are inclusive.
32-
Example: An item containing both Cmdlets and Functions will appear if either Cmdlet or Function (or both) are checked. If neither are selected, the item will not appear.
33-
Similarly, if all categories are selected, only items containing one of those categories will appear. **Items that do not belong to any of those categories will not appear.**
38+
> [!NOTE]
39+
> Filters are inclusive.
40+
> Example: An item containing both cmdlets and functions will appear if either Cmdlet or Function (or both) are checked.
41+
> If neither are selected, the item will not appear.
42+
> Similarly, if all categories are selected, only items containing one of those categories will appear.
43+
> **Items that do not belong to any of those categories will not appear.**
3444
35-
##Sort By##
36-
The Sort By drop down allows users to sort the results by:
37-
* Popularity - Popularity is determined by Download Count.
38-
* A-Z - Alphabetically by item name.
39-
* Recent - Items appear in order of publish date.
45+
## Sort By
4046

47+
The Sort By drop-down allows users to sort the results by:
48+
* Popularity - Popularity is determined by Download Count
49+
* A-Z - Alphabetically by item name
50+
* Recent - Items appear in order of publish date
4151

42-
##Search Box##
43-
The Search Box allows users to search the items on keywords.
44-
See [Search Syntax](./psgallery_search_syntax.md) for more details.
52+
## Search Box
4553

54+
The Search Box allows users to search the items on keywords.
55+
For more information, see [Gallery Search Syntax](psgallery_search_syntax.md).

0 commit comments

Comments
 (0)