Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test docs
Browse files Browse the repository at this point in the history
milanholemans committed Oct 8, 2023

Unverified

This user has not yet uploaded their public signing key.
1 parent aca68bd commit ddfb75c
Showing 4 changed files with 9 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/check_pr.yml
Original file line number Diff line number Diff line change
@@ -109,7 +109,6 @@ jobs:
name: coverage-${{ matrix.os }}-${{ matrix.nodeRun }}
path: coverage.tar
test_docs:
if: github.repository_owner == 'pnp'
runs-on: ubuntu-latest

steps:
3 changes: 3 additions & 0 deletions docs/docs/cmd/aad/group/group-user-list.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# aad group user list

Lorem ipsum dolor sit amet.
1 change: 1 addition & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -13,6 +13,7 @@ const config = {
favicon: 'img/favicon.ico',
organizationName: 'pnp',
projectName: 'cli-microsoft365',
trailingSlash: false,

i18n: {
defaultLocale: 'en',
5 changes: 5 additions & 0 deletions docs/src/config/sidebars.js
Original file line number Diff line number Diff line change
@@ -105,6 +105,11 @@ const sidebars = {
type: 'doc',
label: 'group remove',
id: 'cmd/aad/group/group-remove'
},
{
type: 'doc',
label: 'group user list',
id: 'cmd/aad/group/group-user-list'
}
]
},

0 comments on commit ddfb75c

Please sign in to comment.