Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Commit 0f2051c

Browse files
author
Craig
committed
add #getstarted to tutorials
1 parent 7bc664a commit 0f2051c

File tree

12 files changed

+13
-13
lines changed

12 files changed

+13
-13
lines changed

GetStarted/Tutorials/AppLifecycleTutorial/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.Forms - App Lifecycle Tutorial
3-
description: This sample demonstrates the Xamarin.Forms app lifecycle, and how to persist data across lifecycle state changes.
3+
description: "This sample demonstrates the Xamarin.Forms app lifecycle, and how to persist data across lifecycle state changes #getstarted"
44
page_type: sample
55
languages:
66
- csharp

GetStarted/Tutorials/ButtonTutorial/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.Forms - Button Tutorial
3-
description: This sample demonstrates how to respond to a tap or click of a Xamarin.Forms Button.
3+
description: "This sample demonstrates how to respond to a tap or click of a Xamarin.Forms Button #getstarted"
44
page_type: sample
55
languages:
66
- csharp

GetStarted/Tutorials/EditorTutorial/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.Forms - Editor Tutorial
3-
description: This sample demonstrates how to accept multi-line text input, using the Xamarin.Forms Editor view.
3+
description: "This sample demonstrates how to accept multi-line text input, using the Xamarin.Forms Editor view #getstarted"
44
page_type: sample
55
languages:
66
- csharp

GetStarted/Tutorials/EntryTutorial/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.Forms - Entry Tutorial
3-
description: This sample demonstrates how to accept single-line text input, using the Xamarin.Forms Entry view.
3+
description: "This sample demonstrates how to accept single-line text input, using the Xamarin.Forms Entry view #getstarted"
44
page_type: sample
55
languages:
66
- csharp

GetStarted/Tutorials/GridTutorial/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.Forms - Grid Tutorial
3-
description: This sample demonstrates how to organize views into rows and columns, with the Xamarin.Forms Grid, which can have proportional or absolute sizes.
3+
description: "How to organize views into rows and columns, with the Xamarin.Forms Grid, which can have proportional or absolute sizes #getstarted"
44
page_type: sample
55
languages:
66
- csharp

GetStarted/Tutorials/ImageTutorial/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.Forms - Image Tutorial
3-
description: This sample demonstrates how to display images on a page, using the Xamarin.Forms Image view.
3+
description: "This sample demonstrates how to display images on a page, using the Xamarin.Forms Image view #getstarted"
44
page_type: sample
55
languages:
66
- csharp

GetStarted/Tutorials/LabelTutorial/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.Forms - Label Tutorial
3-
description: This sample demonstrates how to display text, with the Xamarin.Forms Label view, in both single and multiple lines.
3+
description: "This sample demonstrates how to display text, with the Xamarin.Forms Label view, in both single and multiple lines #getstarted"
44
page_type: sample
55
languages:
66
- csharp

GetStarted/Tutorials/ListViewTutorial/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.Forms - ListView Tutorial
3-
description: This sample demonstrates how to present lists of data, using the Xamarin.Forms ListView.
3+
description: "This sample demonstrates how to present lists of data, using the Xamarin.Forms ListView #getstarted"
44
page_type: sample
55
languages:
66
- csharp

GetStarted/Tutorials/LocalDatabaseTutorial/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.Forms - Local Database Tutorial
3-
description: This sample demonstrates how to use the SQLite.NET NuGet package to incorporate local database operations into a Xamarin.Forms application.
3+
description: "This sample demonstrates how to use the SQLite.NET NuGet package to incorporate local database operations into a Xamarin.Forms application #getstarted"
44
page_type: sample
55
languages:
66
- csharp
@@ -12,7 +12,7 @@ urlFragment: getstarted-tutorials-localdatabasetutorial
1212

1313
This sample demonstrates how to use the SQLite.NET NuGet package to incorporate local database operations into a Xamarin.Forms application.
1414

15-
For more information about this sample, see [Local Database Tutorial](https://docs.microsoft.com/xamarin/get-started/tutorials/local-datbase/).
15+
For more information about this sample, see [Local Database Tutorial](https://docs.microsoft.com/xamarin/get-started/tutorials/local-database/).
1616

1717
![Local Database Tutorial application screenshot](Screenshots/01All.png "Local Database Tutorial application screenshot")
1818

GetStarted/Tutorials/PopupsTutorial/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.Forms - Pop-ups Tutorial
3-
description: This sample demonstrates how to display alerts and action sheets with Xamarin.Forms, to ask users simple questions, and to guide users through...
3+
description: "This sample demonstrates how to display alerts and action sheets with Xamarin.Forms, to ask users simple questions #getstarted"
44
page_type: sample
55
languages:
66
- csharp

GetStarted/Tutorials/StackLayoutTutorial/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.Forms - StackLayout Tutorial
3-
description: This sample demonstrates how to organize views in a one-dimensional stack, with the Xamarin.Forms StackLayout, either horizontally or vertically.
3+
description: "This sample demonstrates how to organize views in a one-dimensional stack, with the Xamarin.Forms StackLayout, either horizontally or vertically #getstarted"
44
page_type: sample
55
languages:
66
- csharp

GetStarted/Tutorials/WebServiceTutorial/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.Forms - Web Service Tutorial
3-
description: This sample demonstrates how to consume REST-based web services from Xamarin.Forms applications.
3+
description: "This sample demonstrates how to consume REST-based web services from Xamarin.Forms applications #getstarted"
44
page_type: sample
55
languages:
66
- csharp

0 commit comments

Comments
 (0)