Skip to content

Commit 1fe1593

Browse files
committed
In Progress Status
1 parent be1b5a0 commit 1fe1593

File tree

5 files changed

+10
-53
lines changed

5 files changed

+10
-53
lines changed

content/courses/dapr-aspire/bindings.md

Lines changed: 1 addition & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -6,39 +6,4 @@ tags: ['.NET Aspire', 'DAPR', 'CRON', 'Storage']
66
weight: 6
77
---
88

9-
## Input Bindings
10-
11-
### CRON
12-
13-
```yaml
14-
apiVersion: dapr.io/v1alpha1
15-
kind: Component
16-
metadata:
17-
name: scheduler
18-
namespace: default
19-
spec:
20-
type: bindings.cron
21-
version: v1
22-
metadata:
23-
- name: schedule
24-
value: "@every 20s"
25-
- name: route
26-
value: /api/bindings/cron
27-
```
28-
29-
## Output Bindings
30-
31-
### Local Storage
32-
33-
```yaml
34-
apiVersion: dapr.io/v1alpha1
35-
kind: Component
36-
metadata:
37-
name: storage
38-
spec:
39-
type: bindings.localstorage
40-
version: v1
41-
metadata:
42-
- name: rootPath
43-
value: "../Storage"
44-
```
9+
## *Cooking 🍳 Something Fresh ... Stay Hungry!*

content/courses/dapr-aspire/configurations.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,4 @@ tags: ['.NET Aspire', 'DAPR', 'Redis']
66
weight: 4
77
---
88

9-
- [ ] Overview
10-
- [ ] Configurations with DAPR
11-
- [ ] Deployment
9+
## *Preheating 🔥 Knowledge Oven ... Ready to Serve Shortly!*

content/courses/dapr-aspire/pub-sub.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,4 @@ tags: ['.NET Aspire', 'DAPR', 'Redis', 'Pub-Sub', 'In-Memory']
66
weight: 3
77
---
88

9-
- [ ] Overview
10-
- [ ] Pub / Sub with DAPR
11-
- [ ] Power of Abstraction
12-
- [ ] Deployment
9+
## *Chef’s Special 👨‍🍳 Coming Right Up ...*

content/courses/dapr-aspire/secrets.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,4 @@ tags: ['.NET Aspire', 'DAPR', 'Kubernetes']
66
weight: 5
77
---
88

9-
- [ ] Overview
10-
- [ ] Secrets with DAPR
11-
- [ ] Deployment
12-
- [ ] Kubernetes Secrets
9+
## *Simmering 🥘 Content in Progress ... Served Soon!*

hugo.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ params:
1919
profileMode:
2020
enabled: true
2121
title: "Net Recipes"
22-
subtitle: "<b>Net Recipes<br /></b><em>🍴 Cooking... 🍴</em><br />Cookbook for modern .NET developers: cloud‑native, distributed, and future‑ready systems."
22+
subtitle: "<b>Net Recipes<br /></b><em>🍴 Cooking... 🍴</em><br />Cookbook for modern .NET Developers 👩‍💻<br />☁️Cloud‑Native 🕸️Distributed Systems."
2323
imageUrl: "/assets/images/logo.jpg"
2424
imageTitle: "Net Recipes"
2525
buttons:
26-
- name: "Courses"
26+
- name: "📖 Courses"
2727
url: "/courses/"
28-
- name: "Tags"
28+
- name: "🏷️ Tags"
2929
url: "/tags/"
3030
socialIcons:
3131
- name: "github"
@@ -52,15 +52,15 @@ params:
5252
menu:
5353
main:
5454
- identifier: courses
55-
name: Courses
55+
name: 📖 Courses
5656
url: /courses/
5757
weight: 10
5858
- identifier: tags
59-
name: Tags
59+
name: 🏷️ Tags
6060
url: /tags/
6161
weight: 20
6262
- identifier: search
63-
name: Search
63+
name: 🔍 Search
6464
url: /search/
6565
weight: 30
6666
- identifier: github

0 commit comments

Comments
 (0)