mirror of
https://github.com/michivonah/click-guide.git
synced 2025-12-22 14:06:29 +01:00
22 lines
No EOL
591 B
JSON
22 lines
No EOL
591 B
JSON
{
|
|
"title":"Guide Title",
|
|
"description":"Description of the guide",
|
|
"date":"2024-10-27",
|
|
"author":"Me",
|
|
"steps":[
|
|
{
|
|
"label":"Click login",
|
|
"description":"Short description of the step",
|
|
"action":"click",
|
|
"element":"#login",
|
|
"image":"data:image/jpeg;base64,..."
|
|
},
|
|
{
|
|
"label":"Click login",
|
|
"description":"Short description of the step",
|
|
"action":"click",
|
|
"element":"#login",
|
|
"image":"data:image/jpeg;base64,..."
|
|
}
|
|
]
|
|
} |