Skip to content

Commit a793fad

Browse files
committed
✨ Build out ToC for the Cookbook
1 parent 54da686 commit a793fad

10 files changed

+24
-4
lines changed

learn/cookbook/difference-of-thinking.md

Whitespace-only changes.

learn/cookbook/evolution.md

Whitespace-only changes.

learn/cookbook/history.md

Whitespace-only changes.

learn/cookbook/philosophy.md

Whitespace-only changes.

learn/cookbook/to-use-or-not-to-use.md

Whitespace-only changes.

learn/cookbook/toc.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
- name: History
2+
href: history.md
3+
- name: Philosophy
4+
href: philosophy.md
5+
- name: To Use or Not to Use
6+
href: to-use-or-not-to-use.md
7+
- name: Difference of Thinking
8+
href: difference-of-thinking.md
9+
- name: Evolution
10+
href: evolution.md

learn/overview.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
There are 2 main areas of the learn section.
44

5-
## Philosophy
6-
<!-- TODO: Think about this name. Does 'Philosophy' match the 'context'?. Maybe 'Cookbook' (rules? principles?) -->
5+
## Cookbook
6+
7+
> The cookbook is for theory and higher level thinking. It's a comprehensive guide to VSA and how to think about it. It's a great place to start if you're new to VSA.
8+
79
This will cover:
810

911
- the history of VSA
@@ -15,6 +17,8 @@ This will cover:
1517
- how your implementation might evolve over time
1618
- how to act as a team
1719

18-
## Patterns
20+
## Recipes
21+
22+
> The recipes are strictly practical guides, that are hands on. Beyond trivial examples that exist online, more difficult questions are yet to be documented well. This is the place to go for those.
1923
2024
This is the more hands on side of the site. It goes over common patterns you might encounter while implementing VSA. It will also cover how to implement these patterns at a conceptual & practical level (using the [VSA Template](https://github.com/Hona/VerticalSliceArchitecture) using C# on .NET 8 & ASP.NET Core)

learn/recipes/quick-reference.md

Whitespace-only changes.

learn/recipes/toc.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- name: Quick Reference
2+
href: quick-reference.md

learn/toc.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
- name: Overview
2-
href: overview.md
2+
href: overview.md
3+
- name: Cookbook
4+
href: cookbook/toc.yml
5+
- name: Recipes
6+
href: recipes/toc.yml

0 commit comments

Comments
 (0)