Skip to content

Commit

Permalink
feat(docs): add tags to DeltaV guides (#212)
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Croft <[email protected]>
  • Loading branch information
FelixNicolaeBucsa and devjsc authored Oct 27, 2023
1 parent 1fa7094 commit 7b9ab7b
Showing 1 changed file with 40 additions and 8 deletions.
48 changes: 40 additions & 8 deletions pages/guides/deltav/_meta.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,44 @@
{
"deltav-chat-interface": {
"title": "DeltaV chat interface",
"tags": ["hotel", "journey", "holiday", "Ev"]
},
"book-flight-with-deltav": "Book a flight with DeltaV ✈️",
"book-hotel-with-deltav": "Book a hotel with DeltaV \uD83D\uDECE",
"book-car-washing-with-deltav": "Book a car washing service with DeltaV \uD83D\uDE98\uD83E\uDDFC",
"book-evcharger-with-deltav": "Book an EV charger with DeltaV \uD83D\uDD0C",
"top-activities-top-destinations-with-deltav": "Find top destinations and activities with DeltaV",
"book-car-park-with-deltav": "Book a car parking spot service with DeltaV \uD83C\uDD7F\uD83D\uDE97"
"tags": ["DeltaV", "UI explainer"]
},
"book-flight-with-deltav": {
"title": "Book a flight with DeltaV ✈️",
"tags": [
"DeltaV",
"Flights",
"Travel",
"Tutorial",
"UI explainer",
"User-flow"
]
},
"book-hotel-with-deltav": {
"title": "Book a hotel with DeltaV \uD83D\uDECE",
"tags": [
"DeltaV",
"Hotel",
"Travel",
"Tutorial",
"UI explainer",
"User-flow"
]
},
"book-car-washing-with-deltav": {
"title": "Book a car washing service with DeltaV \uD83D\uDE98\uD83E\uDDFC",
"tags": ["DeltaV", "Cleaning", "Tutorial", "Service", "User-flow"]
},
"book-evcharger-with-deltav": {
"title": "Book an EV charger with DeltaV \uD83D\uDD0C",
"tags": ["DeltaV", "Electric Vehicle", "Tutorial", "Service", "User-flow"]
},
"top-activities-top-destinations-with-deltav": {
"title": "Find top destinations and activities with DeltaV",
"tags": ["DeltaV", "Travel", "Tutorial", "Holiday", "User-flow"]
},
"book-car-park-with-deltav": {
"title": "Book a car parking spot service with DeltaV \uD83C\uDD7F\uD83D\uDE97",
"tags": ["DeltaV", "Car Park", "Tutorial", "Service", "User-flow"]
}
}

0 comments on commit 7b9ab7b

Please sign in to comment.