diff --git a/_data/index/modules.yml b/_data/index/modules.yml deleted file mode 100644 index 165e42f..0000000 --- a/_data/index/modules.yml +++ /dev/null @@ -1,4 +0,0 @@ -- name: ConfluencePS -- name: JiraAgilePS -- name: JiraPS -- name: AtlassianPS.Configuration diff --git a/_data/modules.yml b/_data/modules.yml index d82d584..753ad0e 100644 --- a/_data/modules.yml +++ b/_data/modules.yml @@ -2,34 +2,48 @@ description: A PowerShell module that interacts with Atlassian's Confluence wiki product. github: https://github.com/AtlassianPS/ConfluencePS path: /module/ConfluencePS + docs: /docs/ConfluencePS + gallery: https://www.powershellgallery.com/packages/ConfluencePS status: active - name: JiraAgilePS description: PowerShell module to interact with Jira's Agile plugin github: https://github.com/AtlassianPS/JiraAgilePS path: /module/JiraAgilePS + docs: /docs/JiraAgilePS + gallery: https://www.powershellgallery.com/packages/JiraAgilePS status: active - name: JiraPS - description: PowerShell module to interact with Atlassian JIRA + description: PowerShell module to interact with Atlassian Jira. github: https://github.com/AtlassianPS/JiraPS path: /module/JiraPS + docs: /docs/JiraPS + gallery: https://www.powershellgallery.com/packages/JiraPS status: active - name: AtlassianPS.Configuration - description: A module for AtlassianPS modules to use for managing connections + description: Shared connection and server configuration for AtlassianPS modules. github: https://github.com/AtlassianPS/AtlassianPS.Configuration path: /module/AtlassianPS.Configuration + docs: /docs/AtlassianPS.Configuration + gallery: https://www.powershellgallery.com/packages/AtlassianPS.Configuration status: active - name: AtlassianPS - description: Legacy metapackage; not an active documentation target. + description: Repository for cross-cutting AtlassianPS issues and coordination. github: https://github.com/AtlassianPS/AtlassianPS path: /module/AtlassianPS - status: legacy + docs: + gallery: + status: repository - name: BitbucketPS - description: Legacy Bitbucket module; not an active documentation target. + description: Historical Bitbucket repository; not an active website documentation target. github: https://github.com/AtlassianPS/BitbucketPS path: /module/BitbucketPS - status: legacy + docs: + gallery: + status: repository - name: HipChatPS - description: Legacy HipChat module; not an active documentation target. + description: Historical HipChat repository; not an active website documentation target. github: https://github.com/AtlassianPS/HipChatPS path: /module/HipChatPS - status: legacy + docs: + gallery: + status: repository diff --git a/_data/navigation.yml b/_data/navigation.yml index d6fa249..d61fcd3 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -3,12 +3,8 @@ childs: - name: AtlassianPS.Configuration path: module/AtlassianPS.Configuration - # - name: BitbucketPS - # path: module/BitbucketPS - name: ConfluencePS path: module/ConfluencePS - # - name: HipChatPS - # path: module/HipChatPS - name: JiraAgilePS path: module/JiraAgilePS - name: JiraPS @@ -22,8 +18,6 @@ - name: Gallery path: docs/Gallery listChilds: true - # - name: BitbucketPS - # path: docs/BitbucketPS - name: AtlassianPS.Configuration path: docs/AtlassianPS.Configuration groups: @@ -41,8 +35,6 @@ groups: - About - Commands - # - name: HipChatPS - # path: docs/HipChatPS - name: JiraPS path: docs/JiraPS groups: diff --git a/_includes/sections/modules.html b/_includes/sections/modules.html index c7a3fd4..e5fa612 100644 --- a/_includes/sections/modules.html +++ b/_includes/sections/modules.html @@ -1,12 +1,13 @@
{{ module.description }}
{{ module.description }}
Module details + {% if module.docs %}Documentation{% endif %} Source code + {% if module.gallery %}PowerShell Gallery{% endif %}