Skip to content

Commit

Permalink
docs: Add community tutorials page
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Sep 29, 2022
1 parent 7fd50ce commit 88ea363
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
13 changes: 13 additions & 0 deletions doc/articles/guides/community-tutorials.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Community Tutorials

This page lists links our community provided tutorials.

> [!NOTE]
> Please use this page to submit links to your blogs, tutorials and other Uno Platform advocacy as part of Hacktoberfest 2022.
- [A Quick Look at Uno Platform Development](https://jamesmccaffrey.wordpress.com/2021/05/31/a-quick-look-at-uno-platform-development/), by James D. McCaffrey.
- [Why I wrote (and you should buy) a book about Uno Platform when there are free resources available](https://www.mrlacey.com/2022/02/why-i-wrote-and-you-should-buy-book.html), by Matt Lacey
- [Uno Platform Getting Started with New Projects](https://www.andrewhoefling.com/Blog/Post/uno-platform-getting-started-with-new-projects), by Skye Hoefling
- [Uno Platform - Build a Todo App - Part 5](https://steven-giesel.com/blogPost/2c025ac6-d67f-45ec-a616-009e0285c999), by Steven Giesel
- [Uno Platform on Surface Duo](https://devblogs.microsoft.com/surface-duo/tag/uno-platform/), by Craig Dunn
- _Create a PR tp add yours here!_
2 changes: 2 additions & 0 deletions doc/articles/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@
href: howto-use-uno-in-xamarin-forms.md
- name: Samples
topicHref: uno-samples.md
- name: Community Tutorials
topicHref: guides/community-tutorials.md

- name: Development
items:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,8 @@
<Compile Include="$(IntermediateOutputPath)\uno.reload.cookie.g.cs" />
</ItemGroup>
</Target>
<<<<<<< HEAD
=======

<Target Name="_WPFIssue6792_RemoveDuplicateAnalyzers" BeforeTargets="CoreCompile" Condition="'$(UnoUseWPFIssue6792Workaround)'=='true'">
<!-- Work around https://github.com/dotnet/wpf/issues/6792, remove for .NET 6.0.500 or later -->
Expand All @@ -476,4 +478,5 @@
<Analyzer Include="@(FilteredAnalyzer)" />
</ItemGroup>
</Target>
>>>>>>> 7fd50ce18fbc5e65b2a49c0f4f777d984b1e9d20
</Project>

0 comments on commit 88ea363

Please sign in to comment.