File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed
Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,14 @@ const config: Config = {
6666 position : 'left' ,
6767 label : 'Instructions' ,
6868 } ,
69+ {
70+ label : 'πΊ Video Course' ,
71+ href : 'https://courses.marmicode.io/courses/pragmatic-angular-testing?utm_source=angular-vitest-mini-workshop&utm_medium=sidenav&coupon=NGDE_KITCHEN_SPECIAL' ,
72+ } ,
73+ {
74+ label : 'π¨π»βπ« 3-Day Workshop' ,
75+ href : 'https://luma.com/27f85isx?coupon=NGDE_KITCHEN_SPECIAL' ,
76+ } ,
6977 ] ,
7078 } ,
7179
Original file line number Diff line number Diff line change 11import type { SidebarsConfig } from '@docusaurus/plugin-content-docs' ;
22
33const sidebars : SidebarsConfig = {
4- instructions : [ { type : 'autogenerated' , dirName : '.' } ] ,
4+ instructions : [
5+ { type : 'autogenerated' , dirName : '.' } ,
6+ {
7+ type : 'category' ,
8+ collapsed : false ,
9+ label : 'π Gifts' ,
10+ items : [
11+ {
12+ type : 'link' ,
13+ label : 'π¨π»βπ« 3-Day Workshop (30% off)' ,
14+ href : 'https://luma.com/27f85isx?coupon=NGDE_KITCHEN_SPECIAL' ,
15+ } ,
16+ {
17+ type : 'link' ,
18+ label : 'πΊ Video Course (60% off)' ,
19+ href : 'https://courses.marmicode.io/courses/pragmatic-angular-testing?utm_source=angular-vitest-mini-workshop&utm_medium=sidenav&coupon=NGDE_KITCHEN_SPECIAL' ,
20+ } ,
21+ {
22+ type : 'link' ,
23+ label : 'π¦ WallabyJS (15% off)' ,
24+ href : 'https://wallabyjs.com/store/personal/?discount=Special_YOUNES15_UYC675U#buy-wallaby' ,
25+ } ,
26+ ] ,
27+ } ,
28+ ] ,
529} ;
630
731export default sidebars ;
You canβt perform that action at this time.
0 commit comments