From 3dc0cb331779431eaf24b77e5b6e52fb40b42ea9 Mon Sep 17 00:00:00 2001 From: tomer953 Date: Mon, 2 Oct 2023 21:08:34 +0300 Subject: [PATCH] docs: change siderbar order - sort by difficulty --- .../content/docs/challenges/angular-performance/12-scroll-cd.md | 2 +- .../docs/challenges/angular-performance/34-default-onpush.md | 2 +- .../content/docs/challenges/angular-performance/35-memoize.md | 2 +- docs/src/content/docs/challenges/angular/10-pipe-utility.md | 2 +- docs/src/content/docs/challenges/angular/13-styling.md | 2 +- docs/src/content/docs/challenges/angular/16-di.md | 2 +- docs/src/content/docs/challenges/angular/21-achor-scrolling.md | 2 +- docs/src/content/docs/challenges/angular/22-router-input.md | 2 +- .../content/docs/challenges/angular/3-directive-enhancement.md | 2 +- .../content/docs/challenges/angular/30-interop-rxjs-signal.md | 2 +- .../content/docs/challenges/angular/31-module-to-standalone.md | 2 +- docs/src/content/docs/challenges/angular/32-bug-cd.md | 2 +- docs/src/content/docs/challenges/angular/33-decoupling.md | 2 +- .../content/docs/challenges/angular/4-context-outlet-typed.md | 2 +- docs/src/content/docs/challenges/angular/5-crud.md | 2 +- docs/src/content/docs/challenges/angular/6-permissions.md | 2 +- docs/src/content/docs/challenges/angular/8-pipe-pure.md | 2 +- docs/src/content/docs/challenges/angular/9-pipe-wrapFn.md | 2 +- docs/src/content/docs/challenges/ngrx/2-effect-selector.md | 2 +- docs/src/content/docs/challenges/ngrx/7-power-effect.md | 2 +- docs/src/content/docs/challenges/nx/25-generator-lib-ext.md | 2 +- docs/src/content/docs/challenges/nx/26-generator-comp.md | 2 +- docs/src/content/docs/challenges/nx/27-forbid-enum-rule.md | 2 +- .../content/docs/challenges/rxjs/11-bug-chaining-operator.md | 2 +- docs/src/content/docs/challenges/rxjs/14-race-condition.md | 2 +- docs/src/content/docs/challenges/testing/17-router.md | 2 +- docs/src/content/docs/challenges/testing/18-nested-comp.md | 2 +- docs/src/content/docs/challenges/testing/19-input-output.md | 2 +- docs/src/content/docs/challenges/testing/20-modal.md | 2 +- docs/src/content/docs/challenges/testing/23-harness.md | 2 +- docs/src/content/docs/challenges/testing/24-harness-creation.md | 2 +- docs/src/content/docs/challenges/testing/28-checkbox.md | 2 +- docs/src/content/docs/challenges/testing/29-real-application.md | 2 +- docs/src/content/docs/challenges/typescript/15-overload-fn.md | 2 +- 34 files changed, 34 insertions(+), 34 deletions(-) diff --git a/docs/src/content/docs/challenges/angular-performance/12-scroll-cd.md b/docs/src/content/docs/challenges/angular-performance/12-scroll-cd.md index 60d33c3..5792c29 100644 --- a/docs/src/content/docs/challenges/angular-performance/12-scroll-cd.md +++ b/docs/src/content/docs/challenges/angular-performance/12-scroll-cd.md @@ -2,7 +2,7 @@ title: 🟠 Optimize Change Detection description: Challenge 12 about optimizing the number of change detection cycle while scrolling sidebar: - order: 12 + order: 107 ---
Challenge #12
diff --git a/docs/src/content/docs/challenges/angular-performance/34-default-onpush.md b/docs/src/content/docs/challenges/angular-performance/34-default-onpush.md index 03bc446..2aa2ff1 100644 --- a/docs/src/content/docs/challenges/angular-performance/34-default-onpush.md +++ b/docs/src/content/docs/challenges/angular-performance/34-default-onpush.md @@ -2,7 +2,7 @@ title: 🟢 Default vs OnPush description: Challenge 34 is about learning the difference between Default and OnPush Change Detection Strategy. sidebar: - order: 34 + order: 7 ---
Challenge #34
diff --git a/docs/src/content/docs/challenges/angular-performance/35-memoize.md b/docs/src/content/docs/challenges/angular-performance/35-memoize.md index 3139be0..54fa6aa 100644 --- a/docs/src/content/docs/challenges/angular-performance/35-memoize.md +++ b/docs/src/content/docs/challenges/angular-performance/35-memoize.md @@ -2,7 +2,7 @@ title: 🟢 Memoization description: Challenge 35 is about learning sidebar: - order: 35 + order: 8 ---
Challenge #35
diff --git a/docs/src/content/docs/challenges/angular/10-pipe-utility.md b/docs/src/content/docs/challenges/angular/10-pipe-utility.md index ca0ec37..d9cc5dc 100644 --- a/docs/src/content/docs/challenges/angular/10-pipe-utility.md +++ b/docs/src/content/docs/challenges/angular/10-pipe-utility.md @@ -2,7 +2,7 @@ title: 🔴 Utility Wrapper Pipe description: Challenge 10 is about creating a pipe to wrap utilities sidebar: - order: 10 + order: 202 --- :::note diff --git a/docs/src/content/docs/challenges/angular/13-styling.md b/docs/src/content/docs/challenges/angular/13-styling.md index b5a3df5..431452c 100644 --- a/docs/src/content/docs/challenges/angular/13-styling.md +++ b/docs/src/content/docs/challenges/angular/13-styling.md @@ -2,7 +2,7 @@ title: 🟠 Highly Customizable CSS description: Challenge 13 is about creating highly customizable CSS styles sidebar: - order: 13 + order: 104 --- :::note diff --git a/docs/src/content/docs/challenges/angular/16-di.md b/docs/src/content/docs/challenges/angular/16-di.md index f594c8f..1897bfe 100644 --- a/docs/src/content/docs/challenges/angular/16-di.md +++ b/docs/src/content/docs/challenges/angular/16-di.md @@ -2,7 +2,7 @@ title: 🔴 Master Dependancy Injection description: Challenge 16 is about masjering how dependancy injection works sidebar: - order: 16 + order: 203 --- :::note diff --git a/docs/src/content/docs/challenges/angular/21-achor-scrolling.md b/docs/src/content/docs/challenges/angular/21-achor-scrolling.md index 0a4d5da..1a3c1ce 100644 --- a/docs/src/content/docs/challenges/angular/21-achor-scrolling.md +++ b/docs/src/content/docs/challenges/angular/21-achor-scrolling.md @@ -2,7 +2,7 @@ title: 🟢 Anchor Navigation description: Challenge 21 is about navigating inside the page with anchor sidebar: - order: 21 + order: 4 --- :::note diff --git a/docs/src/content/docs/challenges/angular/22-router-input.md b/docs/src/content/docs/challenges/angular/22-router-input.md index 20b61e2..e7fa859 100644 --- a/docs/src/content/docs/challenges/angular/22-router-input.md +++ b/docs/src/content/docs/challenges/angular/22-router-input.md @@ -2,7 +2,7 @@ title: 🟢 @RouterInput() description: Challenge 22 is about using the @Input decorator to retreive router params. sidebar: - order: 22 + order: 5 --- :::note diff --git a/docs/src/content/docs/challenges/angular/3-directive-enhancement.md b/docs/src/content/docs/challenges/angular/3-directive-enhancement.md index c8bcd85..aa5aebe 100644 --- a/docs/src/content/docs/challenges/angular/3-directive-enhancement.md +++ b/docs/src/content/docs/challenges/angular/3-directive-enhancement.md @@ -2,7 +2,7 @@ title: 🟠 Directive Enhancement description: Challenge 3 is about enhancing a built-in directive sidebar: - order: 3 + order: 101 --- :::note diff --git a/docs/src/content/docs/challenges/angular/30-interop-rxjs-signal.md b/docs/src/content/docs/challenges/angular/30-interop-rxjs-signal.md index 37032a7..ddf26ac 100644 --- a/docs/src/content/docs/challenges/angular/30-interop-rxjs-signal.md +++ b/docs/src/content/docs/challenges/angular/30-interop-rxjs-signal.md @@ -2,7 +2,7 @@ title: 🔴 Interoperability Rxjs/Signal description: Challenge 30 is about learning how to mix signal with Rxjs sidebar: - order: 30 + order: 204 --- :::note diff --git a/docs/src/content/docs/challenges/angular/31-module-to-standalone.md b/docs/src/content/docs/challenges/angular/31-module-to-standalone.md index 2fc59a7..b98131f 100644 --- a/docs/src/content/docs/challenges/angular/31-module-to-standalone.md +++ b/docs/src/content/docs/challenges/angular/31-module-to-standalone.md @@ -2,7 +2,7 @@ title: 🟢 Module to Standalone description: Challenge 31 is about migrating a module based application to a standalone application. sidebar: - order: 31 + order: 6 --- :::note diff --git a/docs/src/content/docs/challenges/angular/32-bug-cd.md b/docs/src/content/docs/challenges/angular/32-bug-cd.md index 4da8d3e..6a4f458 100644 --- a/docs/src/content/docs/challenges/angular/32-bug-cd.md +++ b/docs/src/content/docs/challenges/angular/32-bug-cd.md @@ -2,7 +2,7 @@ title: 🟠 Change Detection Bug description: Challenge 32 is about debugging an application that has issue when change detection is triggered sidebar: - order: 32 + order: 105 --- :::note diff --git a/docs/src/content/docs/challenges/angular/33-decoupling.md b/docs/src/content/docs/challenges/angular/33-decoupling.md index 6720d08..c317820 100644 --- a/docs/src/content/docs/challenges/angular/33-decoupling.md +++ b/docs/src/content/docs/challenges/angular/33-decoupling.md @@ -2,7 +2,7 @@ title: 🟠 Decoupling Components description: Challenge 33 is about decoupling two strongly coupled components using Injection Token sidebar: - order: 33 + order: 106 --- :::note diff --git a/docs/src/content/docs/challenges/angular/4-context-outlet-typed.md b/docs/src/content/docs/challenges/angular/4-context-outlet-typed.md index 7baff54..29c1a47 100644 --- a/docs/src/content/docs/challenges/angular/4-context-outlet-typed.md +++ b/docs/src/content/docs/challenges/angular/4-context-outlet-typed.md @@ -2,7 +2,7 @@ title: 🔴 Typed ContextOutlet description: Challenge 4 is about strongly typing ngContextOutlet directives sidebar: - order: 4 + order: 201 --- :::note diff --git a/docs/src/content/docs/challenges/angular/5-crud.md b/docs/src/content/docs/challenges/angular/5-crud.md index 6f926d5..2bde197 100644 --- a/docs/src/content/docs/challenges/angular/5-crud.md +++ b/docs/src/content/docs/challenges/angular/5-crud.md @@ -2,7 +2,7 @@ title: 🟢 Crud application description: Challenge 5 is about refactoring a crud application sidebar: - order: 5 + order: 2 --- :::note diff --git a/docs/src/content/docs/challenges/angular/6-permissions.md b/docs/src/content/docs/challenges/angular/6-permissions.md index 0de9e61..fd3bc14 100644 --- a/docs/src/content/docs/challenges/angular/6-permissions.md +++ b/docs/src/content/docs/challenges/angular/6-permissions.md @@ -2,7 +2,7 @@ title: 🟠 Structural Directive description: Challenge 6 is about creating a structural directive to handle permissions sidebar: - order: 6 + order: 102 --- :::note diff --git a/docs/src/content/docs/challenges/angular/8-pipe-pure.md b/docs/src/content/docs/challenges/angular/8-pipe-pure.md index 3f80ac7..cf382a8 100644 --- a/docs/src/content/docs/challenges/angular/8-pipe-pure.md +++ b/docs/src/content/docs/challenges/angular/8-pipe-pure.md @@ -2,7 +2,7 @@ title: 🟢 Pure Pipe description: Challenge 8 is about creating a pure pipe sidebar: - order: 8 + order: 3 --- :::note diff --git a/docs/src/content/docs/challenges/angular/9-pipe-wrapFn.md b/docs/src/content/docs/challenges/angular/9-pipe-wrapFn.md index 1dad662..55e0ed6 100644 --- a/docs/src/content/docs/challenges/angular/9-pipe-wrapFn.md +++ b/docs/src/content/docs/challenges/angular/9-pipe-wrapFn.md @@ -2,7 +2,7 @@ title: 🟠 Wrap Function Pipe description: Challenge 9 is about creating a pipe to wrap component fonctions sidebar: - order: 9 + order: 103 --- :::note diff --git a/docs/src/content/docs/challenges/ngrx/2-effect-selector.md b/docs/src/content/docs/challenges/ngrx/2-effect-selector.md index 38a760e..6c34b6e 100644 --- a/docs/src/content/docs/challenges/ngrx/2-effect-selector.md +++ b/docs/src/content/docs/challenges/ngrx/2-effect-selector.md @@ -2,7 +2,7 @@ title: 🟠 Effect vs Selector description: Challenge 2 is about learning the difference between effects and selectors in NgRx sidebar: - order: 2 + order: 113 --- :::note diff --git a/docs/src/content/docs/challenges/ngrx/7-power-effect.md b/docs/src/content/docs/challenges/ngrx/7-power-effect.md index e22cd14..8eee6a9 100644 --- a/docs/src/content/docs/challenges/ngrx/7-power-effect.md +++ b/docs/src/content/docs/challenges/ngrx/7-power-effect.md @@ -2,7 +2,7 @@ title: 🔴 Power of Effect description: Challenge 7 is about creating an Ngrx effect with another Rxjs Hot observable sidebar: - order: 7 + order: 206 --- :::note diff --git a/docs/src/content/docs/challenges/nx/25-generator-lib-ext.md b/docs/src/content/docs/challenges/nx/25-generator-lib-ext.md index c8d16e1..ca072bb 100644 --- a/docs/src/content/docs/challenges/nx/25-generator-lib-ext.md +++ b/docs/src/content/docs/challenges/nx/25-generator-lib-ext.md @@ -2,7 +2,7 @@ title: 🔴 Extend Lib Generator description: Challenge 25 is about creating a Nx generator to extend the built-in Library Generator sidebar: - order: 25 + order: 207 --- :::note diff --git a/docs/src/content/docs/challenges/nx/26-generator-comp.md b/docs/src/content/docs/challenges/nx/26-generator-comp.md index e7db885..25045d1 100644 --- a/docs/src/content/docs/challenges/nx/26-generator-comp.md +++ b/docs/src/content/docs/challenges/nx/26-generator-comp.md @@ -2,7 +2,7 @@ title: 🟠 Component Generator description: Challenge 26 is about creating a Nx generator to create a custom component sidebar: - order: 26 + order: 116 --- :::note diff --git a/docs/src/content/docs/challenges/nx/27-forbid-enum-rule.md b/docs/src/content/docs/challenges/nx/27-forbid-enum-rule.md index 2d61936..fbc25ff 100644 --- a/docs/src/content/docs/challenges/nx/27-forbid-enum-rule.md +++ b/docs/src/content/docs/challenges/nx/27-forbid-enum-rule.md @@ -2,7 +2,7 @@ title: 🟢 Custom Eslint Rule description: Challenge 27 is about creating a custom Eslint Rule to forbid enums sidebar: - order: 27 + order: 12 --- :::note diff --git a/docs/src/content/docs/challenges/rxjs/11-bug-chaining-operator.md b/docs/src/content/docs/challenges/rxjs/11-bug-chaining-operator.md index b8f7553..ef4beee 100644 --- a/docs/src/content/docs/challenges/rxjs/11-bug-chaining-operator.md +++ b/docs/src/content/docs/challenges/rxjs/11-bug-chaining-operator.md @@ -2,7 +2,7 @@ title: 🟠 High Order Operator Bug description: Challenge 11 is about resolving a Rxjs bug because of high order operators sidebar: - order: 11 + order: 114 --- :::note diff --git a/docs/src/content/docs/challenges/rxjs/14-race-condition.md b/docs/src/content/docs/challenges/rxjs/14-race-condition.md index 9b3da13..36646d1 100644 --- a/docs/src/content/docs/challenges/rxjs/14-race-condition.md +++ b/docs/src/content/docs/challenges/rxjs/14-race-condition.md @@ -2,7 +2,7 @@ title: 🟢 Race Condition description: Challenge 14 is about race condition in Rxjs sidebar: - order: 14 + order: 11 --- :::note diff --git a/docs/src/content/docs/challenges/testing/17-router.md b/docs/src/content/docs/challenges/testing/17-router.md index 934cd2c..265ed9a 100644 --- a/docs/src/content/docs/challenges/testing/17-router.md +++ b/docs/src/content/docs/challenges/testing/17-router.md @@ -2,7 +2,7 @@ title: 🟠 Router description: Challenge 17 is about testing the router sidebar: - order: 17 + order: 108 --- :::note diff --git a/docs/src/content/docs/challenges/testing/18-nested-comp.md b/docs/src/content/docs/challenges/testing/18-nested-comp.md index f3bf893..0369774 100644 --- a/docs/src/content/docs/challenges/testing/18-nested-comp.md +++ b/docs/src/content/docs/challenges/testing/18-nested-comp.md @@ -2,7 +2,7 @@ title: 🟠 Nested Components description: Challenge 18 is about testing nested components sidebar: - order: 18 + order: 109 --- :::note diff --git a/docs/src/content/docs/challenges/testing/19-input-output.md b/docs/src/content/docs/challenges/testing/19-input-output.md index 6391dd4..cb145e9 100644 --- a/docs/src/content/docs/challenges/testing/19-input-output.md +++ b/docs/src/content/docs/challenges/testing/19-input-output.md @@ -2,7 +2,7 @@ title: 🟠 Input Output description: Challenge 19 is about testing inputs and ouputs sidebar: - order: 19 + order: 110 --- :::note diff --git a/docs/src/content/docs/challenges/testing/20-modal.md b/docs/src/content/docs/challenges/testing/20-modal.md index b31abfb..b5050a4 100644 --- a/docs/src/content/docs/challenges/testing/20-modal.md +++ b/docs/src/content/docs/challenges/testing/20-modal.md @@ -2,7 +2,7 @@ title: 🟠 Modal description: Challenge 20 is about testing modals sidebar: - order: 20 + order: 111 --- :::note diff --git a/docs/src/content/docs/challenges/testing/23-harness.md b/docs/src/content/docs/challenges/testing/23-harness.md index 5f8cf9d..b0d64c7 100644 --- a/docs/src/content/docs/challenges/testing/23-harness.md +++ b/docs/src/content/docs/challenges/testing/23-harness.md @@ -2,7 +2,7 @@ title: 🟢 Harness description: Challenge 23 is about testing with component harnesses sidebar: - order: 23 + order: 9 --- :::note diff --git a/docs/src/content/docs/challenges/testing/24-harness-creation.md b/docs/src/content/docs/challenges/testing/24-harness-creation.md index 7ee678f..c27ce77 100644 --- a/docs/src/content/docs/challenges/testing/24-harness-creation.md +++ b/docs/src/content/docs/challenges/testing/24-harness-creation.md @@ -2,7 +2,7 @@ title: 🟠 Harness Creation description: Challenge 24 is about creating a component harness. sidebar: - order: 24 + order: 112 --- :::note diff --git a/docs/src/content/docs/challenges/testing/28-checkbox.md b/docs/src/content/docs/challenges/testing/28-checkbox.md index d7efba4..d5cb2cd 100644 --- a/docs/src/content/docs/challenges/testing/28-checkbox.md +++ b/docs/src/content/docs/challenges/testing/28-checkbox.md @@ -2,7 +2,7 @@ title: 🟢 Checkbox description: Challenge 28 is about testing a simple checkbox sidebar: - order: 28 + order: 10 --- :::note diff --git a/docs/src/content/docs/challenges/testing/29-real-application.md b/docs/src/content/docs/challenges/testing/29-real-application.md index 33001a5..c85f054 100644 --- a/docs/src/content/docs/challenges/testing/29-real-application.md +++ b/docs/src/content/docs/challenges/testing/29-real-application.md @@ -2,7 +2,7 @@ title: 🔴 Real-life Application description: Challenge 29 is about testing a real-life application sidebar: - order: 29 + order: 205 --- :::note diff --git a/docs/src/content/docs/challenges/typescript/15-overload-fn.md b/docs/src/content/docs/challenges/typescript/15-overload-fn.md index a942a28..94cb913 100644 --- a/docs/src/content/docs/challenges/typescript/15-overload-fn.md +++ b/docs/src/content/docs/challenges/typescript/15-overload-fn.md @@ -2,7 +2,7 @@ title: 🟠 Function Overload description: Challenge 15 is about creating overload functions sidebar: - order: 15 + order: 115 --- :::note