Skip to content

Commit 0e9e9ae

Browse files
committed
logs and fixess
Signed-off-by: Anna Khismatullina <[email protected]>
1 parent 0cb3f04 commit 0e9e9ae

File tree

15 files changed

+261
-14
lines changed

15 files changed

+261
-14
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
class: core:class:Enum
2+
title: Difficulty
3+
values:
4+
- Easy
5+
- Medium
6+
- Hard
7+
- Expert
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
class: card:class:DocumentCard
3+
title: Document Example
4+
---
5+
CONTENT
6+
bla bla bla
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
class: card:types:File
3+
title: File Example
4+
blobs:
5+
- ./files/cake.png
6+
attachments:
7+
- ./files/cake.png
8+
---
9+
10+
*DESCRiption*

dev/import-tool/docs/huly/example-workspace/FileImport.md

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# RecipeRelations.yaml
2+
class: core:class:Association
3+
typeA: "./Recipes.yaml"
4+
typeB: "./Recipes.yaml"
5+
nameA: recommendedDesserts
6+
nameB: recommendedMainDishes
7+
type: "N:N" # 1:1, 1:N, N:N
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
class: card:class:MasterTag
2+
title: Recipe
3+
properties:
4+
- label: cookingTime
5+
type: TypeString
6+
- label: servings
7+
type: TypeNumber
8+
- label: difficulty
9+
enumOf: "./Difficulty.yaml"
10+
# isArray: true # for multiple values
11+
- label: category
12+
type: TypeString
13+
- label: calories
14+
type: TypeNumber
15+
- label: chef
16+
type: TypeString
17+
- label: relatedRecipes
18+
refTo: "./Recipes.yaml"
19+
isArray: true
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: Chocolate Lava Cake
3+
cookingTime: 25 minutes
4+
servings: 4
5+
difficulty: Medium
6+
category: Dessert
7+
calories: 450
8+
chef: Anna Smith
9+
blobs:
10+
- ./files/cake.png
11+
recommendedMainDishes:
12+
- ./Classic Margherita Pizza.md
13+
- ./Vegan/Mushroom Risotto.md
14+
---
15+
16+
# Chocolate Lava Cake
17+
18+
## Ingredients
19+
- 200g dark chocolate (70% cocoa)
20+
- 200g butter
21+
- 4 eggs
22+
- 200g sugar
23+
- 120g flour
24+
- 1 tsp vanilla extract
25+
- Pinch of salt
26+
- Butter for ramekins
27+
- Cocoa powder for dusting
28+
29+
## Instructions
30+
1. Melt chocolate and butter together
31+
2. Whisk eggs and sugar until pale
32+
3. Fold in chocolate mixture
33+
4. Add flour and vanilla
34+
5. Pour into buttered ramekins
35+
6. Bake at 200°C (400°F) for 12 minutes
36+
37+
## Notes
38+
- Serve immediately while warm
39+
- Can be prepared ahead and refrigerated
40+
- Perfect with vanilla ice cream
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: Rich Chocolate Sauce
3+
tags:
4+
- ../DietaryType.yaml
5+
cookingTime: 10 minutes
6+
servings: 4
7+
difficulty: Easy
8+
category: Dessert Components
9+
calories: 200
10+
chef: Maria Green
11+
restrictions: Vegetarian
12+
allergens: Dairy
13+
relatedRecipes:
14+
- '../Chocolate Lava Cake.md'
15+
---
16+
17+
# Rich Chocolate Sauce for Lava Cake
18+
19+
## Ingredients
20+
- 100g dark chocolate (70% cocoa)
21+
- 100ml heavy cream
22+
- 30g unsalted butter
23+
- 1 tsp vanilla extract
24+
- Pinch of sea salt
25+
26+
## Instructions
27+
1. Chop chocolate into small pieces
28+
2. Heat cream until just simmering
29+
3. Pour hot cream over chocolate
30+
4. Let stand for 1 minute
31+
5. Stir until smooth
32+
6. Add butter and vanilla
33+
7. Mix until glossy
34+
35+
## Notes
36+
- Use high-quality chocolate for best results
37+
- Can be made ahead and reheated
38+
- Store in refrigerator for up to 3 days
39+
- Warm slightly before serving
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
title: Classic Margherita Pizza
3+
tags:
4+
- ./DietaryType.yaml
5+
cookingTime: 30 minutes
6+
servings: 4
7+
difficulty: Medium
8+
category: Italian
9+
calories: 850
10+
chef: Mario Rossi
11+
restrictions: Vegetarian
12+
allergens: Gluten, Dairy
13+
recommendedDesserts:
14+
- ./Chocolate Lava Cake.md
15+
16+
---
17+
18+
# Classic Margherita Pizza
19+
20+
## Ingredients
21+
- 2 1/2 cups (300g) all-purpose flour
22+
- 1 tsp salt
23+
- 1 tsp active dry yeast
24+
- 1 cup warm water
25+
- 2 tbsp olive oil
26+
- 1 cup tomato sauce
27+
- 2 cups mozzarella cheese
28+
- Fresh basil leaves
29+
- Extra virgin olive oil
30+
31+
## Instructions
32+
1. Mix flour, salt, and yeast in a large bowl
33+
2. Add warm water and olive oil, knead for 10 minutes
34+
3. Let rise for 1 hour
35+
4. Roll out dough and add toppings
36+
5. Bake at 450°F (230°C) for 15-20 minutes
37+
38+
## Notes
39+
- For best results, use San Marzano tomatoes for the sauce
40+
- Fresh mozzarella is preferred over pre-shredded
41+
- Add basil leaves after baking
42+
43+
# Classic Margherita Pizza
44+
45+
## Ingredients
46+
- Pizza dough
47+
- San Marzano tomatoes
48+
- Fresh mozzarella
49+
- Fresh basil
50+
- Extra virgin olive oil
51+
- Salt
52+
53+
## Instructions
54+
1. Preheat oven to 450°F (230°C)
55+
2. Roll out the pizza dough
56+
3. Add tomato sauce
57+
4. Add fresh mozzarella
58+
5. Bake for 12-15 minutes
59+
6. Add fresh basil and olive oil
60+
61+
## Notes
62+
- Best served immediately
63+
- Use high-quality ingredients for authentic taste
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
class: card:class:Tag
2+
title: DietaryType
3+
properties:
4+
- label: restrictions
5+
type: TypeString
6+
- label: allergens
7+
type: TypeString

0 commit comments

Comments
 (0)