Skip to content

Commit

Permalink
chore: Updating ids
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrandolph committed Nov 30, 2023
1 parent 01f63b5 commit b661cba
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
uid: Uno.GettingStarted.Counter.CSharp.MVUX
uid: Workshop.Counter.CSharp.MVUX
---

# Counter App using C# Markup and MVUX
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
uid: Uno.GettingStarted.Counter.CSharp.MVVM
uid: Workshop.Counter.CSharp.MVVM
---

# Counter App using C# Markup and MVVM
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
uid: Uno.GettingStarted.Counter.XAML.MVUX
uid: Workshop.Counter.XAML.MVUX
---

# Counter App using XAML and MVUX
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
uid: Uno.GettingStarted.Counter.XAML.MVVM
uid: Workshop.Counter.XAML.MVVM
---

# Counter App using XAML and MVVM
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
uid: Uno.GettingStarted.Counter
uid: Workshop.Counter
---

# Create a Counter App with Uno Platform
Expand Down
12 changes: 6 additions & 6 deletions doc/articles/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,18 @@
- name: Samples & Tutorials
items:
- name: Counter
href: xref:Uno.GettingStarted.Counter
href: xref:Workshop.Counter
items:
- name: Counter App
href: xref:Uno.GettingStarted.Counter
href: xref:Workshop.Counter
- name: XAML + MVVM
href: xref:Uno.GettingStarted.Counter.XAML.MVVM
href: xref:Workshop.Counter.XAML.MVVM
- name: XAML + MVUX
href: xref:Uno.GettingStarted.Counter.XAML.MVUX
href: xref:Workshop.Counter.XAML.MVUX
- name: C# Markup + MVVM
href: xref:Uno.GettingStarted.Counter.CSharp.MVVM
href: xref:Workshop.Counter.CSharp.MVVM
- name: C# Markup + MVUX
href: xref:Uno.GettingStarted.Counter.CSharp.MVUX
href: xref:Workshop.Counter.CSharp.MVUX
- name: Simple Calc
topicHref: external/workshops/simple-calc/README.md
href: external/workshops/simple-calc/toc.yml
Expand Down

0 comments on commit b661cba

Please sign in to comment.