Skip to content

Commit

Permalink
add files.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DSLZL committed Nov 27, 2023
1 parent 10a7edc commit 07f0e12
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions markdown/files.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"files": [
{
"name": "docs",
"type": "directory",
"children": [
{
"name": "README.md",
"type": "file",
"path": "markdown/docs/README.md"
},
{
"name": "guide.md",
"type": "file",
"path": "markdown/docs/guide.md"
}
]
},
{
"name": "src",
"type": "directory",
"children": [
{
"name": "index.md",
"type": "file",
"path": "markdown/src/index.md"
},
{
"name": "components",
"type": "directory",
"children": [
{
"name": "button.md",
"type": "file",
"path": "markdown/src/components/button.md"
},
{
"name": "input.md",
"type": "file",
"path": "markdown/src/components/input.md"
}
]
}
]
}
]
}

0 comments on commit 07f0e12

Please sign in to comment.