mirror of
https://github.com/michivonah/click-guide.git
synced 2025-12-22 22:16:28 +01:00
beginn development of MVP
This commit is contained in:
parent
38ef57f310
commit
cfb4959168
12 changed files with 138 additions and 0 deletions
22
guide.json
Normal file
22
guide.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"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,..."
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue