docs-maui/.openpublishing.publish.con...

65 строки
1.6 KiB
JSON
Исходник Обычный вид История

{
"docsets_to_publish": [
{
"docset_name": "docs-maui-public",
2021-06-09 12:42:52 +03:00
"build_source_folder": "docs",
"build_output_subfolder": "docs-maui-public",
"locale": "en-us",
"monikers": [],
.NET 7 content (#1062) * Maps (#926) * Map. * Fix broken links. * Rename Essentials Map doc. * Add to TOC. * Moniker setup. * Configure monikers. * Fix range. * Fix group config. * Edits. * Remove hard tabs. * Remove hard tabs. * Remove hard tabs. * StrokeShape default is Rectangle in .NET 7 (#928) * StrokeShape default changes from null to Rectangle in .NET 7.0 * Remove blank lines from UL. * Move the text outside of the UL. * App lifecycle updates (#960) * .NET 7 iOS lifecycle additions. * Fix tables. * Edit. * Edit. * Remove monikers. * Fix. * Re-add table without scene kit. * Restore full table. * Edit. * Backgrounding and DisplayDensityChanged event explanations. * Edit. * Tooltip support for views (#961) * Tooltips. * Limit to .NET 7 moniker. * Edit. * Clarify tooltip use on iOS. * Pointer gesture recognizer (#962) * Add more info to troubleshooting area (#921) * update troubleshooting * minor * Fix local file playback on iOS/Mac Catalyst. (#923) * Update troubleshooting.md (#925) * Add Azure mobile apps MAUI quickstart link (#954) * Typo fix - update to create a custom control using handlers article (#957) - Fix case of (ReplaceCurrentItemWIthPlayerItem). - Change (These requirements imply that that video...) to (These requirements imply that video...). * Add links to each step's code in the tutorial (#955) * adjust code; add link to sample * Update gitignore to include vscode * Update AllNotes.cs * Pointer gesture recognizer. * Edit. * Edits. * Use moniker. * Expand section on GetPosition * Edit. Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com> Co-authored-by: Muhab Abdelreheem <mabdulrahim2@outlook.sa> * Tap gesture recognizer secondary button mask (#963) * Secondary button mask on Mac and Windows. * Edits. * Fix link. * Fix bookmark. * Edit. * Fix linting error. * Menu item separators (#968) * Menu separators. * Fix monikers. * Edit image. * Context menu (#971) * Context menus. * Add section on displaying menu item icons. * Edits. * Fix linting errors. * Add Windows warning. (#982) * Window position and size (#984) * Position and size a window. * Remove OnDisplayDensityChanged * Edit. * Remove hard tabs. * Specify WKWebViewConfiguration object on MauiMKWebView constructor (#988) * MauiWKWebView configuration on iOS/Mac Catalyst. * Edit. * Edits. * Move section. * [NET 7] Remove the note about clean and redeploy to fix icons (#983) * remove workaround no longer needed * swap delete to moniker * .NET 7 doesn't require a subclassed AndroidMessageHandler (#1024) * PointerOver visual state (#1027) * Add PointerOver visual state. * Fix typo. * .NET 7 essentials updates (#1033) * Unpackaged apps store data in a different location. * Coarse or fine location can be specified on Android in .NET 7. * Edit. * Update date. * No capabilities required on Window in .NET 7. * Edit. * Extend docs to include net7-based TFMs (#1049) * Add .NET 7 support. * Edit. * Fix numbering. * Add .NET 7 support. * Edit. * Edits. * Fixes. * Edit. * Edit. * Add .NET 7 support. * Add .NET 7 support. * More .NET 7. * More .NET 7 * Fix typo. * Remove moniker because you still need to clean the project. * Fix linting error. * .NET 7 updates (#1053) * Update installation for .NET 7. * Fix broken link. * VSMac update. * Test .NET 6/7 selector. * Test * Test * Edits. * Edits. * New installations will have iOS/Android auto-selected. * Update screenshots. * Remove space in monikers. * Fix sample link. * Foldable devices with .NET MAUI (#1057) * [foldable] TwoPaneView doc * [foldable] address markdownlint warnings * [foldable] address markdownlint warning * [foldable] update sample link * Update docs/user-interface/controls/twopaneview.md Co-authored-by: David Britch <davidbritch@users.noreply.github.com> * Update docs/user-interface/controls/twopaneview.md Co-authored-by: David Britch <davidbritch@users.noreply.github.com> * Update docs/user-interface/controls/twopaneview.md Co-authored-by: David Britch <davidbritch@users.noreply.github.com> * Update docs/user-interface/controls/twopaneview.md Co-authored-by: David Britch <davidbritch@users.noreply.github.com> * Update docs/user-interface/controls/twopaneview.md Co-authored-by: David Britch <davidbritch@users.noreply.github.com> * Update docs/user-interface/controls/twopaneview.md Co-authored-by: David Britch <davidbritch@users.noreply.github.com> * Update docs/user-interface/controls/twopaneview.md Co-authored-by: David Britch <davidbritch@users.noreply.github.com> * Update docs/user-interface/controls/twopaneview.md Co-authored-by: David Britch <davidbritch@users.noreply.github.com> * [foldable] impl review feedback * Update docs/user-interface/controls/twopaneview.md Co-authored-by: David Britch <davidbritch@users.noreply.github.com> * Update docs/user-interface/controls/twopaneview.md Co-authored-by: David Britch <davidbritch@users.noreply.github.com> * Update docs/user-interface/controls/twopaneview.md Co-authored-by: David Britch <davidbritch@users.noreply.github.com> Co-authored-by: David Britch <davidbritch@users.noreply.github.com> * Deprecate MessagingCenter. * Move note. Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com> Co-authored-by: Muhab Abdelreheem <mabdulrahim2@outlook.sa> Co-authored-by: Craig Dunn <craig.dunn@microsoft.com>
2022-11-08 19:15:17 +03:00
"moniker_ranges": [
">=net-maui-8.0"
.NET 7 content (#1062) * Maps (#926) * Map. * Fix broken links. * Rename Essentials Map doc. * Add to TOC. * Moniker setup. * Configure monikers. * Fix range. * Fix group config. * Edits. * Remove hard tabs. * Remove hard tabs. * Remove hard tabs. * StrokeShape default is Rectangle in .NET 7 (#928) * StrokeShape default changes from null to Rectangle in .NET 7.0 * Remove blank lines from UL. * Move the text outside of the UL. * App lifecycle updates (#960) * .NET 7 iOS lifecycle additions. * Fix tables. * Edit. * Edit. * Remove monikers. * Fix. * Re-add table without scene kit. * Restore full table. * Edit. * Backgrounding and DisplayDensityChanged event explanations. * Edit. * Tooltip support for views (#961) * Tooltips. * Limit to .NET 7 moniker. * Edit. * Clarify tooltip use on iOS. * Pointer gesture recognizer (#962) * Add more info to troubleshooting area (#921) * update troubleshooting * minor * Fix local file playback on iOS/Mac Catalyst. (#923) * Update troubleshooting.md (#925) * Add Azure mobile apps MAUI quickstart link (#954) * Typo fix - update to create a custom control using handlers article (#957) - Fix case of (ReplaceCurrentItemWIthPlayerItem). - Change (These requirements imply that that video...) to (These requirements imply that video...). * Add links to each step's code in the tutorial (#955) * adjust code; add link to sample * Update gitignore to include vscode * Update AllNotes.cs * Pointer gesture recognizer. * Edit. * Edits. * Use moniker. * Expand section on GetPosition * Edit. Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com> Co-authored-by: Muhab Abdelreheem <mabdulrahim2@outlook.sa> * Tap gesture recognizer secondary button mask (#963) * Secondary button mask on Mac and Windows. * Edits. * Fix link. * Fix bookmark. * Edit. * Fix linting error. * Menu item separators (#968) * Menu separators. * Fix monikers. * Edit image. * Context menu (#971) * Context menus. * Add section on displaying menu item icons. * Edits. * Fix linting errors. * Add Windows warning. (#982) * Window position and size (#984) * Position and size a window. * Remove OnDisplayDensityChanged * Edit. * Remove hard tabs. * Specify WKWebViewConfiguration object on MauiMKWebView constructor (#988) * MauiWKWebView configuration on iOS/Mac Catalyst. * Edit. * Edits. * Move section. * [NET 7] Remove the note about clean and redeploy to fix icons (#983) * remove workaround no longer needed * swap delete to moniker * .NET 7 doesn't require a subclassed AndroidMessageHandler (#1024) * PointerOver visual state (#1027) * Add PointerOver visual state. * Fix typo. * .NET 7 essentials updates (#1033) * Unpackaged apps store data in a different location. * Coarse or fine location can be specified on Android in .NET 7. * Edit. * Update date. * No capabilities required on Window in .NET 7. * Edit. * Extend docs to include net7-based TFMs (#1049) * Add .NET 7 support. * Edit. * Fix numbering. * Add .NET 7 support. * Edit. * Edits. * Fixes. * Edit. * Edit. * Add .NET 7 support. * Add .NET 7 support. * More .NET 7. * More .NET 7 * Fix typo. * Remove moniker because you still need to clean the project. * Fix linting error. * .NET 7 updates (#1053) * Update installation for .NET 7. * Fix broken link. * VSMac update. * Test .NET 6/7 selector. * Test * Test * Edits. * Edits. * New installations will have iOS/Android auto-selected. * Update screenshots. * Remove space in monikers. * Fix sample link. * Foldable devices with .NET MAUI (#1057) * [foldable] TwoPaneView doc * [foldable] address markdownlint warnings * [foldable] address markdownlint warning * [foldable] update sample link * Update docs/user-interface/controls/twopaneview.md Co-authored-by: David Britch <davidbritch@users.noreply.github.com> * Update docs/user-interface/controls/twopaneview.md Co-authored-by: David Britch <davidbritch@users.noreply.github.com> * Update docs/user-interface/controls/twopaneview.md Co-authored-by: David Britch <davidbritch@users.noreply.github.com> * Update docs/user-interface/controls/twopaneview.md Co-authored-by: David Britch <davidbritch@users.noreply.github.com> * Update docs/user-interface/controls/twopaneview.md Co-authored-by: David Britch <davidbritch@users.noreply.github.com> * Update docs/user-interface/controls/twopaneview.md Co-authored-by: David Britch <davidbritch@users.noreply.github.com> * Update docs/user-interface/controls/twopaneview.md Co-authored-by: David Britch <davidbritch@users.noreply.github.com> * Update docs/user-interface/controls/twopaneview.md Co-authored-by: David Britch <davidbritch@users.noreply.github.com> * [foldable] impl review feedback * Update docs/user-interface/controls/twopaneview.md Co-authored-by: David Britch <davidbritch@users.noreply.github.com> * Update docs/user-interface/controls/twopaneview.md Co-authored-by: David Britch <davidbritch@users.noreply.github.com> * Update docs/user-interface/controls/twopaneview.md Co-authored-by: David Britch <davidbritch@users.noreply.github.com> Co-authored-by: David Britch <davidbritch@users.noreply.github.com> * Deprecate MessagingCenter. * Move note. Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com> Co-authored-by: Muhab Abdelreheem <mabdulrahim2@outlook.sa> Co-authored-by: Craig Dunn <craig.dunn@microsoft.com>
2022-11-08 19:15:17 +03:00
],
"open_to_public_contributors": true,
2021-06-08 12:17:52 +03:00
"xref_query_tags": [
"/dotnet",
App icons, app lifecycle, single project. (#264) * Splash screen (#232) * Splash screens. * Edits. * Edits. * Edit. * Update docs/user-interface/splashscreen.md Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com> * Feedback incorporated. * Edits. * File rename. * Feedback incorporated. * Fix image link. * Delete image. * Feedback incorporated. Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com> * BlazorWebView (#231) * Initial content. * Fixed image link. * Edits. * Edit. * Update docs/user-interface/controls/blazorwebview.md Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com> * Update docs/user-interface/controls/blazorwebview.md Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com> * Update docs/user-interface/controls/blazorwebview.md Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com> * Mac Catalyst -> macOS * Use media folder. * Feedback incorporated. * TOC updated. * Add preview note. * Edit. * Update docs/user-interface/controls/blazorwebview.md Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com> * Feedback incorporated. Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com> * Multi-targeting (#222) * Configure multi-targeting doc. * Fix image link. * Edits. * Edit. * Edit. * Edit. * Edit. * Invoking platform code (#221) * Invoke platform code. * Add to TOC. * Image resize. * Edit. * Edits. * Back parenthesis (#230) Fixes the missing back parenthesis. Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com> * Edit. * Border control (#223) * Border doc. * Edits. * Use media folder. * Back parenthesis (#230) Fixes the missing back parenthesis. * Feedback incorporated. * Image cropped. * Edit. * Add Border to TOC. * TOC updated. Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com> * Shadow (#224) * Shadow control. * Edits. * Use media folder. * Back parenthesis (#230) Fixes the missing back parenthesis. * Feedback incorporated. * TOC fixed. * Edit. Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com> * Remove native. * Accessibility (#225) * Initial content. * Edits. * Fix heading. * Heading edit. * Back parenthesis (#230) Fixes the missing back parenthesis. * Update docs/fundamentals/accessibility.md Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * Update docs/fundamentals/accessibility.md Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * Update docs/fundamentals/accessibility.md Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * Update docs/fundamentals/accessibility.md Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * Update docs/fundamentals/accessibility.md Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * Update docs/fundamentals/accessibility.md Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * Update docs/fundamentals/accessibility.md Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * Update docs/fundamentals/accessibility.md Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * Accessibility checklist added. * Fix linting error. * Update docs/fundamentals/accessibility.md Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * More feedback incorporated. * Feedback incorporated. * Add to TOC. Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com> Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * GraphicsView and Maui.Graphics (#241) * Maui.Graphics: Paint * Build fixes. * TOC update. * Resize images. * Disable borders. * Edit. * GraphicsView. * Update TOC/index. * Edit. * Draw objects: Line and ellipse. * Resized images. * Rectangle, rounded rectangle, arc. * Image resizing. * Edits. * Paths, shadow, line cap, line join, dashed objects. * More drawing methods. * Resized images. * Replaced image. * Image edit. * Pattern paint. * Edits. * Image paint. * Image link fixed. * Edit. * Edits. * Transforms. * Edit. * Affine transforms. * Edits. * Path updates. * Winding modes. * Edits. * Draw with fill and stroke. * Corrections. * Better use of dirtyRect. * Explanatory text. * Edit. * Differentiate from shapes/brushes. * Blend modes (WIP). * Porter-duff blend modes. * Edits. * Image edit. * Images. * Sample link placeholders inserted. * Images doc added to TOC. * Edits. * Removed 2D. * Edits. * Link fixed. * Acrolinx edits. * Title suffix for Maui.Graphics. * Revert "Title suffix for Maui.Graphics." This reverts commit df4de77d251bcbaf3843af23bdab55e88e923fe9. * Fixed alt-text. * Fixed usage of .NET MAUI acronym. * Linting errors fixed. * Remove .NET MAUI from H1s. * Remove suffix from metadata. * Stop calling .NET MAUI graphics a library. * Colors. * Edit. * Edits. * Fix lint error. * Use media folders. * Back parenthesis (#230) Fixes the missing back parenthesis. * Add searchScope. (#235) * Re-org paint content. * More content re-org. * Links fixed. * Edits. * Edits. * Edits. * Edit. Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com> * Edits. * Edits. * Update index. * HorizontalStackLayout and VerticalStackLayout (#228) * Horizontal and Vertical StackLayout. * Edit. * Edit. * Edit. * Edits. * VerticalStackLayout updates. * HorizontalStackLayout updates. * Fix linting errors. * Edits. * Edit. * Edit. * Feedback incorporated. * Christmas docs (#242) * Splash screen (#232) * Splash screens. * Edits. * Edits. * Edit. * Update docs/user-interface/splashscreen.md Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com> * Feedback incorporated. * Edits. * File rename. * Feedback incorporated. * Fix image link. * Delete image. * Feedback incorporated. Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com> * BlazorWebView (#231) * Initial content. * Fixed image link. * Edits. * Edit. * Update docs/user-interface/controls/blazorwebview.md Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com> * Update docs/user-interface/controls/blazorwebview.md Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com> * Update docs/user-interface/controls/blazorwebview.md Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com> * Mac Catalyst -> macOS * Use media folder. * Feedback incorporated. * TOC updated. * Add preview note. * Edit. * Update docs/user-interface/controls/blazorwebview.md Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com> * Feedback incorporated. Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com> * Multi-targeting (#222) * Configure multi-targeting doc. * Fix image link. * Edits. * Edit. * Edit. * Edit. * Edit. * Invoking platform code (#221) * Invoke platform code. * Add to TOC. * Image resize. * Edit. * Edits. * Back parenthesis (#230) Fixes the missing back parenthesis. Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com> * Edit. * Border control (#223) * Border doc. * Edits. * Use media folder. * Back parenthesis (#230) Fixes the missing back parenthesis. * Feedback incorporated. * Image cropped. * Edit. * Add Border to TOC. * TOC updated. Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com> * Shadow (#224) * Shadow control. * Edits. * Use media folder. * Back parenthesis (#230) Fixes the missing back parenthesis. * Feedback incorporated. * TOC fixed. * Edit. Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com> * Remove native. * Accessibility (#225) * Initial content. * Edits. * Fix heading. * Heading edit. * Back parenthesis (#230) Fixes the missing back parenthesis. * Update docs/fundamentals/accessibility.md Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * Update docs/fundamentals/accessibility.md Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * Update docs/fundamentals/accessibility.md Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * Update docs/fundamentals/accessibility.md Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * Update docs/fundamentals/accessibility.md Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * Update docs/fundamentals/accessibility.md Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * Update docs/fundamentals/accessibility.md Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * Update docs/fundamentals/accessibility.md Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * Accessibility checklist added. * Fix linting error. * Update docs/fundamentals/accessibility.md Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * More feedback incorporated. * Feedback incorporated. * Add to TOC. Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com> Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * GraphicsView and Maui.Graphics (#241) * Maui.Graphics: Paint * Build fixes. * TOC update. * Resize images. * Disable borders. * Edit. * GraphicsView. * Update TOC/index. * Edit. * Draw objects: Line and ellipse. * Resized images. * Rectangle, rounded rectangle, arc. * Image resizing. * Edits. * Paths, shadow, line cap, line join, dashed objects. * More drawing methods. * Resized images. * Replaced image. * Image edit. * Pattern paint. * Edits. * Image paint. * Image link fixed. * Edit. * Edits. * Transforms. * Edit. * Affine transforms. * Edits. * Path updates. * Winding modes. * Edits. * Draw with fill and stroke. * Corrections. * Better use of dirtyRect. * Explanatory text. * Edit. * Differentiate from shapes/brushes. * Blend modes (WIP). * Porter-duff blend modes. * Edits. * Image edit. * Images. * Sample link placeholders inserted. * Images doc added to TOC. * Edits. * Removed 2D. * Edits. * Link fixed. * Acrolinx edits. * Title suffix for Maui.Graphics. * Revert "Title suffix for Maui.Graphics." This reverts commit df4de77d251bcbaf3843af23bdab55e88e923fe9. * Fixed alt-text. * Fixed usage of .NET MAUI acronym. * Linting errors fixed. * Remove .NET MAUI from H1s. * Remove suffix from metadata. * Stop calling .NET MAUI graphics a library. * Colors. * Edit. * Edits. * Fix lint error. * Use media folders. * Back parenthesis (#230) Fixes the missing back parenthesis. * Add searchScope. (#235) * Re-org paint content. * More content re-org. * Links fixed. * Edits. * Edits. * Edits. * Edit. Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com> * Edits. * Edits. * Update index. Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com> Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com> Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com> Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * Remove Children property info. * Add new layouts to TOC. Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com> Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com> Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com> Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * Layouts (#247) * AbsoluteLayout * Grid and StackLayout docs * Edit. * Edit. * Edit. * Edits. * Initial FlexLayout content. * Edits. * Edit. * H2 change. * C# syntax changed stackLayout.Children.Add() replaced with stackLayout.Add() * C# syntax updated Replaced grid.Children.Add() with grid.Add() * Edit. * Attached properties doc'd. * Fix image links * Two more examples. * Resize images. * Another example. * Edits. * Edit. * Margin and padding. * Resized image. * Edit. * Edit. * Choose a layout doc. * Link fixes. * Edit. * Added HSL + VSL. * Edits. * TOC edits. * Edit. * Edits. * Edit. * Remove margin and padding doc. * Edits. * Add preview note. * Edit. * App icons (#219) * App icons doc. * Edits. * Edit. * Single project (#220) * First draft. * Edit. * Edit. * Edit. * Edit. * Edit. * Edit pass. * Layout docs (#248) * Splash screen (#232) * Splash screens. * Edits. * Edits. * Edit. * Update docs/user-interface/splashscreen.md Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com> * Feedback incorporated. * Edits. * File rename. * Feedback incorporated. * Fix image link. * Delete image. * Feedback incorporated. Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com> * BlazorWebView (#231) * Initial content. * Fixed image link. * Edits. * Edit. * Update docs/user-interface/controls/blazorwebview.md Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com> * Update docs/user-interface/controls/blazorwebview.md Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com> * Update docs/user-interface/controls/blazorwebview.md Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com> * Mac Catalyst -> macOS * Use media folder. * Feedback incorporated. * TOC updated. * Add preview note. * Edit. * Update docs/user-interface/controls/blazorwebview.md Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com> * Feedback incorporated. Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com> * Multi-targeting (#222) * Configure multi-targeting doc. * Fix image link. * Edits. * Edit. * Edit. * Edit. * Edit. * Invoking platform code (#221) * Invoke platform code. * Add to TOC. * Image resize. * Edit. * Edits. * Back parenthesis (#230) Fixes the missing back parenthesis. Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com> * Edit. * Border control (#223) * Border doc. * Edits. * Use media folder. * Back parenthesis (#230) Fixes the missing back parenthesis. * Feedback incorporated. * Image cropped. * Edit. * Add Border to TOC. * TOC updated. Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com> * Shadow (#224) * Shadow control. * Edits. * Use media folder. * Back parenthesis (#230) Fixes the missing back parenthesis. * Feedback incorporated. * TOC fixed. * Edit. Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com> * Remove native. * Accessibility (#225) * Initial content. * Edits. * Fix heading. * Heading edit. * Back parenthesis (#230) Fixes the missing back parenthesis. * Update docs/fundamentals/accessibility.md Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * Update docs/fundamentals/accessibility.md Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * Update docs/fundamentals/accessibility.md Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * Update docs/fundamentals/accessibility.md Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * Update docs/fundamentals/accessibility.md Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * Update docs/fundamentals/accessibility.md Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * Update docs/fundamentals/accessibility.md Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * Update docs/fundamentals/accessibility.md Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * Accessibility checklist added. * Fix linting error. * Update docs/fundamentals/accessibility.md Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * More feedback incorporated. * Feedback incorporated. * Add to TOC. Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com> Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * GraphicsView and Maui.Graphics (#241) * Maui.Graphics: Paint * Build fixes. * TOC update. * Resize images. * Disable borders. * Edit. * GraphicsView. * Update TOC/index. * Edit. * Draw objects: Line and ellipse. * Resized images. * Rectangle, rounded rectangle, arc. * Image resizing. * Edits. * Paths, shadow, line cap, line join, dashed objects. * More drawing methods. * Resized images. * Replaced image. * Image edit. * Pattern paint. * Edits. * Image paint. * Image link fixed. * Edit. * Edits. * Transforms. * Edit. * Affine transforms. * Edits. * Path updates. * Winding modes. * Edits. * Draw with fill and stroke. * Corrections. * Better use of dirtyRect. * Explanatory text. * Edit. * Differentiate from shapes/brushes. * Blend modes (WIP). * Porter-duff blend modes. * Edits. * Image edit. * Images. * Sample link placeholders inserted. * Images doc added to TOC. * Edits. * Removed 2D. * Edits. * Link fixed. * Acrolinx edits. * Title suffix for Maui.Graphics. * Revert "Title suffix for Maui.Graphics." This reverts commit df4de77d251bcbaf3843af23bdab55e88e923fe9. * Fixed alt-text. * Fixed usage of .NET MAUI acronym. * Linting errors fixed. * Remove .NET MAUI from H1s. * Remove suffix from metadata. * Stop calling .NET MAUI graphics a library. * Colors. * Edit. * Edits. * Fix lint error. * Use media folders. * Back parenthesis (#230) Fixes the missing back parenthesis. * Add searchScope. (#235) * Re-org paint content. * More content re-org. * Links fixed. * Edits. * Edits. * Edits. * Edit. Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com> * Edits. * Edits. * Update index. * HorizontalStackLayout and VerticalStackLayout (#228) * Horizontal and Vertical StackLayout. * Edit. * Edit. * Edit. * Edits. * VerticalStackLayout updates. * HorizontalStackLayout updates. * Fix linting errors. * Edits. * Edit. * Edit. * Feedback incorporated. * Christmas docs (#242) * Splash screen (#232) * Splash screens. * Edits. * Edits. * Edit. * Update docs/user-interface/splashscreen.md Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com> * Feedback incorporated. * Edits. * File rename. * Feedback incorporated. * Fix image link. * Delete image. * Feedback incorporated. Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com> * BlazorWebView (#231) * Initial content. * Fixed image link. * Edits. * Edit. * Update docs/user-interface/controls/blazorwebview.md Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com> * Update docs/user-interface/controls/blazorwebview.md Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com> * Update docs/user-interface/controls/blazorwebview.md Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com> * Mac Catalyst -> macOS * Use media folder. * Feedback incorporated. * TOC updated. * Add preview note. * Edit. * Update docs/user-interface/controls/blazorwebview.md Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com> * Feedback incorporated. Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com> * Multi-targeting (#222) * Configure multi-targeting doc. * Fix image link. * Edits. * Edit. * Edit. * Edit. * Edit. * Invoking platform code (#221) * Invoke platform code. * Add to TOC. * Image resize. * Edit. * Edits. * Back parenthesis (#230) Fixes the missing back parenthesis. Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com> * Edit. * Border control (#223) * Border doc. * Edits. * Use media folder. * Back parenthesis (#230) Fixes the missing back parenthesis. * Feedback incorporated. * Image cropped. * Edit. * Add Border to TOC. * TOC updated. Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com> * Shadow (#224) * Shadow control. * Edits. * Use media folder. * Back parenthesis (#230) Fixes the missing back parenthesis. * Feedback incorporated. * TOC fixed. * Edit. Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com> * Remove native. * Accessibility (#225) * Initial content. * Edits. * Fix heading. * Heading edit. * Back parenthesis (#230) Fixes the missing back parenthesis. * Update docs/fundamentals/accessibility.md Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * Update docs/fundamentals/accessibility.md Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * Update docs/fundamentals/accessibility.md Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * Update docs/fundamentals/accessibility.md Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * Update docs/fundamentals/accessibility.md Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * Update docs/fundamentals/accessibility.md Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * Update docs/fundamentals/accessibility.md Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * Update docs/fundamentals/accessibility.md Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * Accessibility checklist added. * Fix linting error. * Update docs/fundamentals/accessibility.md Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * More feedback incorporated. * Feedback incorporated. * Add to TOC. Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com> Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * GraphicsView and Maui.Graphics (#241) * Maui.Graphics: Paint * Build fixes. * TOC update. * Resize images. * Disable borders. * Edit. * GraphicsView. * Update TOC/index. * Edit. * Draw objects: Line and ellipse. * Resized images. * Rectangle, rounded rectangle, arc. * Image resizing. * Edits. * Paths, shadow, line cap, line join, dashed objects. * More drawing methods. * Resized images. * Replaced image. * Image edit. * Pattern paint. * Edits. * Image paint. * Image link fixed. * Edit. * Edits. * Transforms. * Edit. * Affine transforms. * Edits. * Path updates. * Winding modes. * Edits. * Draw with fill and stroke. * Corrections. * Better use of dirtyRect. * Explanatory text. * Edit. * Differentiate from shapes/brushes. * Blend modes (WIP). * Porter-duff blend modes. * Edits. * Image edit. * Images. * Sample link placeholders inserted. * Images doc added to TOC. * Edits. * Removed 2D. * Edits. * Link fixed. * Acrolinx edits. * Title suffix for Maui.Graphics. * Revert "Title suffix for Maui.Graphics." This reverts commit df4de77d251bcbaf3843af23bdab55e88e923fe9. * Fixed alt-text. * Fixed usage of .NET MAUI acronym. * Linting errors fixed. * Remove .NET MAUI from H1s. * Remove suffix from metadata. * Stop calling .NET MAUI graphics a library. * Colors. * Edit. * Edits. * Fix lint error. * Use media folders. * Back parenthesis (#230) Fixes the missing back parenthesis. * Add searchScope. (#235) * Re-org paint content. * More content re-org. * Links fixed. * Edits. * Edits. * Edits. * Edit. Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com> * Edits. * Edits. * Update index. Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com> Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com> Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com> Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * Remove Children property info. * Add new layouts to TOC. Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com> Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com> Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com> Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * Layouts (#247) * AbsoluteLayout * Grid and StackLayout docs * Edit. * Edit. * Edit. * Edits. * Initial FlexLayout content. * Edits. * Edit. * H2 change. * C# syntax changed stackLayout.Children.Add() replaced with stackLayout.Add() * C# syntax updated Replaced grid.Children.Add() with grid.Add() * Edit. * Attached properties doc'd. * Fix image links * Two more examples. * Resize images. * Another example. * Edits. * Edit. * Margin and padding. * Resized image. * Edit. * Edit. * Choose a layout doc. * Link fixes. * Edit. * Added HSL + VSL. * Edits. * TOC edits. * Edit. * Edits. * Edit. * Remove margin and padding doc. * Edits. * Add preview note. * Edit. Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com> Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com> Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com> Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * Edits. (#249) * Edit. (#250) * Remove implicit usings. (#251) * Typo fix. (#252) * AffineTransform class replaced by Matrix3x2 struct. (#255) * Feedback incorporated. Removed CSS references. * Link fixed. * Edit. Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com> Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com> Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com> Co-authored-by: Rachel Kang <rachelkang@microsoft.com> * App lifecycle (#226) * First draft. * Add app lifecycle to TOC and index. * Added links. * Configure for WinUI API doc links. * Resize image. * Edit. * Edit. * Preview 8 code updates. * Custom lifecycle events section added. * Edits. * Retrieve the Window object section added. * Use media folder. * Native > platform, and global usings. * Feedback incorporated. * Edit. * Edit. * Edit. * Use latest constants. Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com> Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com> Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com> Co-authored-by: Rachel Kang <rachelkang@microsoft.com>
2022-01-14 13:52:21 +03:00
"/uwp/api",
"/windows/windows-app-sdk/api/winrt"
2021-06-09 12:42:52 +03:00
],
"type_mapping": {
2021-06-18 14:47:13 +03:00
"Conceptual": "Content",
2021-06-18 14:50:12 +03:00
"ZonePivotGroups": "Toc"
},
"build_entry_point": "docs",
"template_folder": "_themes"
}
],
"notification_subscribers": [],
"sync_notification_subscribers": [],
"branches_to_filter": [],
2021-06-09 12:42:52 +03:00
"git_repository_url_open_to_public_contributors": "https://github.com/dotnet/docs-maui",
"git_repository_branch_open_to_public_contributors": "main",
"skip_source_output_uploading": false,
"need_preview_pull_request": true,
2021-06-18 14:47:13 +03:00
"need_pr_comments": false,
"contribution_branch_mappings": {},
"dependent_repositories": [
{
"path_to_root": "_themes",
"url": "https://github.com/Microsoft/templates.docs.msft",
"branch": "main",
"branch_mapping": {}
},
{
"path_to_root": "_themes.pdf",
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
"branch": "main",
"branch_mapping": {}
}
],
"branch_target_mapping": {
"live": [
"Publish",
"Pdf"
]
},
"need_generate_pdf_url_template": true,
"targets": {
"pdf": {
"template_folder": "_themes.pdf"
}
},
"docs_build_engine": {
"name": "docfx_v3"
}
2021-06-08 12:17:52 +03:00
}