Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes docs build #5474

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/docs/cmd/pp/solution/solution-publisher-get.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ m365 pp solution publisher get [options]
: The name of the environment.

`-i --id [id]`
: The ID of the solution. Specify either `id` or `name` but not both.
: The ID of the publisher. Specify either `id` or `name` but not both.

`-n, --name [name]`
: The unique name (not the display name) of the solution. Specify either `id` or `name` but not both.
: The unique name of the publisher. Specify either `id` or `name` but not both.

`--asAdmin`
: Run the command as admin for environments you do not have explicitly assigned permissions to.
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/cmd/pp/solution/solution-publisher-remove.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ m365 pp solution publisher remove [options]
: The name of the environment.

`-i, --id [id]`
: The id of the solution. Specify either `id` or `name` but not both.
: The id of the publisher. Specify either `id` or `name` but not both.

`-n, --name [name]`
: The name of the solution. Specify either `id` or `name` but not both.
: The unique name of the publisher. Specify either `id` or `name` but not both.

`--asAdmin`
: Run the command as admin for environments you do not have explicitly assigned permissions to.
Expand Down
17 changes: 0 additions & 17 deletions docs/src/components/AsciinemaPlayer.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/src/components/AsciinemaPlayer.js.map

This file was deleted.

32 changes: 0 additions & 32 deletions docs/src/components/TeamCardOverview.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/src/components/TeamCardOverview.js.map

This file was deleted.

4 changes: 2 additions & 2 deletions docs/src/scss/Global.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@

// Mendable button switches from mobile to desktop at 700px
@media only screen and (min-width: 700px) {
right: 2.6rem !important;
bottom: 6rem !important;
right: 3.25rem !important;
bottom: 8.5rem !important;
}
}

Expand Down
15 changes: 0 additions & 15 deletions docs/src/theme/AnnouncementBar/CloseButton/index.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/src/theme/AnnouncementBar/CloseButton/index.js.map

This file was deleted.

13 changes: 0 additions & 13 deletions docs/src/theme/AnnouncementBar/Content/index.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/src/theme/AnnouncementBar/Content/index.js.map

This file was deleted.

20 changes: 0 additions & 20 deletions docs/src/theme/AnnouncementBar/index.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/src/theme/AnnouncementBar/index.js.map

This file was deleted.

90 changes: 0 additions & 90 deletions docs/src/theme/DocBreadcrumbs/index.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/src/theme/DocBreadcrumbs/index.js.map

This file was deleted.

Loading