-
Notifications
You must be signed in to change notification settings - Fork 155
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
Multiple changes/adaptions #504
Open
echalone
wants to merge
7
commits into
PowerShell:master
Choose a base branch
from
echalone:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Jan 25, 2021
-
* Sections, like for example Description, without data (and without example data due to new switch -SkipEmptyFields) will no longer be rendered * Added switch -SinglePage to cmdlet New-MarkdownHelp so all functions will be written into the same module markdown file (same name as module landing page would normally have), instead of writing every cmdlet into its own markdown file * Added switch -NoInputOutputFormatting to cmdlets New-MarkdownHelp, Update-MarkdownHelp and Merge-MarkdownHelp so Input/Output comments won't be formatted. This is because microsoft gives us no way to actually set the values in Input/Output correct (type, description) but will put everything written there into the "type" property, so all text will be formatted bold. So for this to work correctly (not as intended) this switch needs to be provided so everything in the Input/Output section will just be written as is, without any bold formatting. * Added switch -SkipEmptyFields to cmdlets New-MarkdownHelp, Update-MarkdownHelp and Update-MarkdownHelpModule which will omit example text for empty fields which were not provided/found and will instead just skip empty sections * Added switch -CreateTableOfContent to cmdlet New-MarkdownHelp which will create an additional table of content in the single- or module-landing-page. * Added switch -WithModuleMetaData to cmdlet New-MarkdownHelp which will add a section "Module Metadata" filled with the following data (as far as that data exists): Module version, Author, Company, Copyright, Tags, License Uri, Project Uri * Added module version to yaml metadata at beginning of markdown * Adapted UnitTests to work with removed empty sections (due to missing data)
Configuration menu - View commit details
-
Copy full SHA for 27f70be - Browse repository at this point
Copy the full SHA 27f70beView commit details
Commits on Jan 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fe87f74 - Browse repository at this point
Copy the full SHA fe87f74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a61aea - Browse repository at this point
Copy the full SHA 6a61aeaView commit details -
Added some comments to rerun pull request checks (seems there was a r…
…andom error in the build, so we gotta restart it)
Configuration menu - View commit details
-
Copy full SHA for d300165 - Browse repository at this point
Copy the full SHA d300165View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49f649e - Browse repository at this point
Copy the full SHA 49f649eView commit details
Commits on Jan 29, 2021
-
Fixed GUID output for switch WithModuleMetaData
Added help for new switches
Configuration menu - View commit details
-
Copy full SHA for e265fce - Browse repository at this point
Copy the full SHA e265fceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5877b1a - Browse repository at this point
Copy the full SHA 5877b1aView commit details
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.