-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Move SPO-PS info from sp-dev-docs page to separate reference topics #361
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
3617ac5
Created new topic, added content
002297f
Added YAML draft scripts; updated TOC page
a50dc92
Synced this page with TOC
d72d0b8
Updated YAML sections
64a4d43
Removed brackets on false headings, updated Example text
9771f4a
Attempt to fix error
1dd5f73
Attempt to fix errors #2
27bdde3
Attempt to fix error #3
0c16141
Commented out bad code
ce3bd6d
Formatted NOTEs and added headings
4ad264a
Attempt to fix error #5
2c2525d
Removed bad topic
ebcb2a9
Added DESCRIPTION section
4a7d875
Fixed broken links
84249e3
Fixed parameter bugs
3e0f589
Merge branch 'master' into master
cb83aa5
Removed extra H2s when not appearing right
b6681ae
Merge branch 'master' of https://github.com/Linda-Editor/office-docs-…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fixed broken links
- Loading branch information
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -138,7 +138,7 @@ Accept wildcard characters: False | |
| ``` | ||
|
|
||
| ### -IsDefault | ||
| A switch that if provided, applies the site design to the default site template. For more information, see [Customize a default site design](customize-default-site-design.md). | ||
| A switch that if provided, applies the site design to the default site template. For more information, see [Customize a default site design](https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/customize-default-site-design). | ||
|
|
||
| ```yaml | ||
| Type: CommonParameters | ||
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -137,7 +137,7 @@ Accept wildcard characters: False | |
| ``` | ||
|
|
||
| ### -IsDefault | ||
| A switch that if provided, applies the site design to the default site template. For more information, see [Customize a default site design](customize-default-site-design.md). | ||
| A switch that if provided, applies the site design to the default site template. For more information, see [Customize a default site design](https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/customize-default-site-design). | ||
|
|
||
| ```yaml | ||
| Type: CommonParameters | ||
|
||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Type is SwitchParameter (always used on switches like this.)