diff --git a/_data/navigation.yml b/_data/navigation.yml index 312dc83..aee100b 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -36,6 +36,9 @@ groups: - Commands - Classes + - name: JiraAgilePS + path: docs/JiraAgilePS + listChilds: true # - name: HipChatPS # path: docs/HipChatPS - name: JiraPS diff --git a/docs/JiraAgilePS/index.md b/docs/JiraAgilePS/index.md new file mode 100644 index 0000000..79835d4 --- /dev/null +++ b/docs/JiraAgilePS/index.md @@ -0,0 +1,21 @@ +--- +layout: documentation +title: JiraAgilePS +permalink: /docs/JiraAgilePS/ +--- +# JiraAgilePS + +JiraAgilePS extends JiraPS with Jira Agile functionality. + +If you are exploring what it can do, start here: + +1. Read the module overview: [/module/JiraAgilePS/](/module/JiraAgilePS/). +2. Open the source and usage notes: . +3. Discover commands in your shell: + +```powershell +Get-Command -Module JiraAgilePS +Get-Help Get-JiraAgileBoard -Full +``` + +As we publish richer command reference pages, they will appear in this section. diff --git a/modules/JiraAgilePS b/modules/JiraAgilePS new file mode 160000 index 0000000..a2a8ea4 --- /dev/null +++ b/modules/JiraAgilePS @@ -0,0 +1 @@ +Subproject commit a2a8ea496a5f29b993c41bf24835572160560a7c