Skip to content

Commit

Permalink
chore: update menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Ristorante Da Michele Baden-Baden committed Feb 7, 2024
1 parent 0f8e2f6 commit 06c74b2
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions docs/.vitepress/components/menu/drinks.vinorosso.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"priceeuro": 36
},
{
"show": true,
"show": false,
"anchor": "barbera-d-alba",
"name": "Barbera d'Alba, Cordero di Montezemolo",
"img": "vino_rosso/barbera_cordero_di_montezemolo.webp",
Expand Down Expand Up @@ -76,7 +76,7 @@
"priceeuro": 45
},
{
"show": true,
"show": false,
"anchor": "jungano",
"name": "Jungano, San Salvatore 1988",
"desc": {
Expand All @@ -92,7 +92,7 @@
"priceeuro": 45
},
{
"show": true,
"show": false,
"anchor": "rosso-di-montalcino-argiano",
"name": "Rosso di Montalcino, Argiano",
"img": "vino_rosso/rosso_di_montalcino_argiano.webp",
Expand All @@ -103,7 +103,7 @@
"priceeuro": 48
},
{
"show": true,
"show": false,
"anchor": "prunotto-pian-romualdo",
"name": "Prunotto, Barbera d'Alba, Pian Romualdo",
"region": "Alba",
Expand All @@ -113,7 +113,7 @@
"priceeuro": 58
},
{
"show": true,
"show": false,
"anchor": "pasqua-black-label",
"name": "Pasqua Black Label, Amarone della Valpolicella",
"img": "vino_rosso/pasqua_black_label.webp",
Expand Down
6 changes: 3 additions & 3 deletions docs/.vitepress/components/menu/food.antipasti.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"img": "antipasti/insalata_di_arance.webp"
},
{
"show": false,
"show": true,
"anchor": "insalata-di-finnochio-arance",
"name": "Insalata di Finnochio & Arance",
"desc": {
Expand Down Expand Up @@ -179,7 +179,7 @@
"priceeuro": 16
},
{
"show": false,
"show": true,
"anchor": "parmigiana",
"name": "Parmigiana",
"desc": {
Expand Down Expand Up @@ -424,7 +424,7 @@
"priceeuro": 18
},
{
"show": true,
"show": false,
"anchor": "rucola-fegato-di-coniglio",
"name": "Rucola & Fegato di Coniglio",
"desc": {
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/components/menu/food.pasta.json
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
"img": "pasta/calamarata_salsiccia_rapa.webp"
},
{
"show": false,
"show": true,
"anchor": "spaghetti-cozze",
"name": "Spaghetti Cozze",
"desc": {
Expand Down
4 changes: 2 additions & 2 deletions docs/.vitepress/components/menu/food.pesce.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"de": "Wolfsbarsch mit geschmortem Gemüse",
"en": "Grilled sea bass with braised vegetables"
},
"priceeuro": 28
"priceeuro": 29
},
{
"show": false,
Expand All @@ -62,7 +62,7 @@
"priceeuro": 29
},
{
"show": false,
"show": true,
"anchor": "spigula-alla-griglia",
"name": "Spigula alla griglia",
"desc": {
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/components/menu/food.pizze.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"priceeuro": 14
},
{
"show": true,
"show": false,
"anchor": "pizza-mortadella",
"name": "Pizza Mortadella",
"desc": {
Expand Down
4 changes: 2 additions & 2 deletions docs/src/en/menu/index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
editLink: false
date: 2024-02-05
date: 2024-02-07
head:
- [meta, { property: 'og:title', content: 'Menu | Ristorante da Michele, Baden-Baden' }]
- [meta, { property: 'og:url', content: 'https://da-michele.com/en/menu/' }]
- [meta, { property: 'og:type', content: article }]
- [meta, { property: 'article:section', content: Menu }]
- [meta, { property: 'article:author', content: 'Vincenzo Romano' }]
- [meta, { property: 'article:modified_time', content: 2024-02-05 }]
- [meta, { property: 'article:modified_time', content: 2024-02-07 }]
outline: 2
sitemap:
changefreq: hourly
Expand Down
4 changes: 2 additions & 2 deletions docs/src/menu/index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
date: 2024-02-05
date: 2024-02-07
editLink: false
head:
- [meta, { property: 'og:title', content: 'Tageskarte | Ristorante da Michele, Baden-Baden' }]
- [meta, { property: 'og:url', content: 'https://da-michele.com/menu/' }]
- [meta, { property: 'og:type', content: article }]
- [meta, { property: 'article:section', content: Tageskarte }]
- [meta, { property: 'article:author', content: 'Vincenzo Romano' }]
- [meta, { property: 'article:modified_time', content: 2024-02-05 }]
- [meta, { property: 'article:modified_time', content: 2024-02-07 }]
outline: 2
sitemap:
changefreq: hourly
Expand Down

0 comments on commit 06c74b2

Please sign in to comment.