Skip to content

Commit 4ede41b

Browse files
committed
docs: πŸ“ add promotional links
1 parent 6553e7d commit 4ede41b

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

β€Ždocs/docusaurus.config.tsβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

β€Ždocs/sidebars.tsβ€Ž

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,31 @@
11
import type { SidebarsConfig } from '@docusaurus/plugin-content-docs';
22

33
const 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

731
export default sidebars;

0 commit comments

Comments
Β (0)