Skip to content

Commit e37ab68

Browse files
authored
Merge pull request #155 from tomer953/change-sidebar-order
Change sidebar order
2 parents c37c1b6 + 477a12e commit e37ab68

37 files changed

+57
-50
lines changed

challenge-number.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"total": 35
2+
"total": 35,
3+
"🟢": 12,
4+
"🟠": 116,
5+
"🔴": 207
36
}

docs/src/content/docs/challenges/angular-performance/12-scroll-cd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 🟠 Optimize Change Detection
33
description: Challenge 12 about optimizing the number of change detection cycle while scrolling
44
sidebar:
5-
order: 12
5+
order: 107
66
---
77

88
<div class="chip">Challenge #12</div>

docs/src/content/docs/challenges/angular-performance/34-default-onpush.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 🟢 Default vs OnPush
33
description: Challenge 34 is about learning the difference between Default and OnPush Change Detection Strategy.
44
sidebar:
5-
order: 34
5+
order: 7
66
---
77

88
<div class="chip">Challenge #34</div>

docs/src/content/docs/challenges/angular-performance/35-memoize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 🟢 Memoization
33
description: Challenge 35 is about learning
44
sidebar:
5-
order: 35
5+
order: 8
66
---
77

88
<div class="chip">Challenge #35</div>

docs/src/content/docs/challenges/angular/10-pipe-utility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 🔴 Utility Wrapper Pipe
33
description: Challenge 10 is about creating a pipe to wrap utilities
44
sidebar:
5-
order: 10
5+
order: 202
66
---
77

88
:::note

docs/src/content/docs/challenges/angular/13-styling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 🟠 Highly Customizable CSS
33
description: Challenge 13 is about creating highly customizable CSS styles
44
sidebar:
5-
order: 13
5+
order: 104
66
---
77

88
:::note

docs/src/content/docs/challenges/angular/16-di.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 🔴 Master Dependancy Injection
33
description: Challenge 16 is about masjering how dependancy injection works
44
sidebar:
5-
order: 16
5+
order: 203
66
---
77

88
:::note

docs/src/content/docs/challenges/angular/21-achor-scrolling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 🟢 Anchor Navigation
33
description: Challenge 21 is about navigating inside the page with anchor
44
sidebar:
5-
order: 21
5+
order: 4
66
---
77

88
:::note

docs/src/content/docs/challenges/angular/22-router-input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 🟢 @RouterInput()
33
description: Challenge 22 is about using the @Input decorator to retreive router params.
44
sidebar:
5-
order: 22
5+
order: 5
66
---
77

88
:::note

docs/src/content/docs/challenges/angular/3-directive-enhancement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 🟠 Directive Enhancement
33
description: Challenge 3 is about enhancing a built-in directive
44
sidebar:
5-
order: 3
5+
order: 101
66
---
77

88
:::note

0 commit comments

Comments
 (0)