-
Notifications
You must be signed in to change notification settings - Fork 157
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
Added docs for MVVM Toolkit #472
Conversation
Docs Build status updates of commit bf244a7:
|
Docs Build status updates of commit cf1c9ed:
|
Docs Build status updates of commit 3b6dad8:
|
Docs Build status updates of commit 8e62d96:
|
File | Status | Preview URL | Details |
---|---|---|---|
docs/mvvm/Ioc.md | View | Details | |
docs/mvvm/MigratingFromMvvmLight.md | View | Details | |
docs/mvvm/AsyncRelayCommand.md | ✅Succeeded | View | |
docs/mvvm/Introduction.md | ✅Succeeded | View | |
docs/mvvm/Messenger.md | ✅Succeeded | View | |
docs/mvvm/MigratingFromMvvmBasic.md | ✅Succeeded | View | |
docs/mvvm/ObservableObject.md | ✅Succeeded | View | |
docs/mvvm/ObservableRecipient.md | ✅Succeeded | View | |
docs/mvvm/ObservableValidator.md | ✅Succeeded | View | |
docs/mvvm/PuttingThingsTogether.md | ✅Succeeded | View | |
docs/mvvm/RelayCommand.md | ✅Succeeded | View | |
docs/toc.md | ✅Succeeded | View |
docs/mvvm/Ioc.md
- Line 16, Column 22: [Warning-file-not-found]
Invalid file link: 'Microsoft.Toolkit.Mvvm.DependencyInjection.Ioc'.
docs/mvvm/MigratingFromMvvmLight.md
- Line 382, Column 57: [Warning-file-not-found]
Invalid file link: 'RelayCommand/md'.
For more details, please refer to the build report.
If you see build warnings/errors with permission issues, it might be due to single sign-on (SSO) enabled on Microsoft's GitHub organizations. Please follow instructions here to re-authorize your GitHub account to Docs Build.
Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.
Note: Your PR may contain errors or warnings unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:
- Try searching the docs.microsoft.com contributor guides
- Post your question in the Docs support channel
Docs Build status updates of commit 9fe521f:
|
File | Status | Preview URL | Details |
---|---|---|---|
docs/mvvm/Ioc.md | View | Details | |
docs/mvvm/MigratingFromMvvmLight.md | View | Details | |
docs/mvvm/AsyncRelayCommand.md | ✅Succeeded | View | |
docs/mvvm/Introduction.md | ✅Succeeded | View | |
docs/mvvm/Messenger.md | ✅Succeeded | View | |
docs/mvvm/MigratingFromMvvmBasic.md | ✅Succeeded | View | |
docs/mvvm/ObservableObject.md | ✅Succeeded | View | |
docs/mvvm/ObservableRecipient.md | ✅Succeeded | View | |
docs/mvvm/ObservableValidator.md | ✅Succeeded | View | |
docs/mvvm/PuttingThingsTogether.md | ✅Succeeded | View | |
docs/mvvm/RelayCommand.md | ✅Succeeded | View | |
docs/toc.md | ✅Succeeded | View |
docs/mvvm/Ioc.md
- Line 16, Column 22: [Warning-file-not-found]
Invalid file link: 'Microsoft.Toolkit.Mvvm.DependencyInjection.Ioc'.
docs/mvvm/MigratingFromMvvmLight.md
- Line 382, Column 57: [Warning-file-not-found]
Invalid file link: 'RelayCommand/md'.
For more details, please refer to the build report.
If you see build warnings/errors with permission issues, it might be due to single sign-on (SSO) enabled on Microsoft's GitHub organizations. Please follow instructions here to re-authorize your GitHub account to Docs Build.
Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.
Note: Your PR may contain errors or warnings unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:
- Try searching the docs.microsoft.com contributor guides
- Post your question in the Docs support channel
Docs Build status updates of commit b695d72: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
LGTM, @Kyaa-dost want to do a quick pass and we can merge? |
Docs Build status updates of commit f1ac058: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
Docs Build status updates of commit 2e042c0: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
docs/mvvm/Ioc.md
Outdated
## Examples | ||
|
||
You can find more examples in the [unit tests](https://github.com/Microsoft/WindowsCommunityToolkit/blob/rel/7.0.0/ | ||
UnitTests/UnitTests.Shared/Mvvm). |
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.
@Kyaa-dost think you added a newline here.
@Sergio0694 these should all be ..github.com/windows-toolkit/.. and not Microsoft/ - mind updating quick?
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.
Done in dca0d04 👍
Docs Build status updates of commit 52d5685: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
Docs Build status updates of commit dca0d04: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
Docs for Toolkit issue #3428
What changes to the docs does this PR provide?
Added docs for the MVVM Toolkit, ported from https://github.com/windows-toolkit/MVVM-Samples.
Also fixed all links to MS Docs pages (cc. @michael-hawker).
PR Checklist
Please check if your PR fulfills the following requirements:
master
for new features,live
for typos/improvements)