Add normal
This commit is contained in:
parent
7671a71141
commit
607f28ee0e
8 changed files with 365 additions and 73 deletions
1
public/build-and-deploy.md
Normal file
1
public/build-and-deploy.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
# Build and Deploy
|
||||
1
public/debug.md
Normal file
1
public/debug.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
# Debug
|
||||
14
public/pages.json
Normal file
14
public/pages.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[
|
||||
{
|
||||
"icon": "mdi-file-outline",
|
||||
"activeIcon": "mdi-file",
|
||||
"label": "การตรวจสอบและแก้ไขปัญหา",
|
||||
"path": "/debug"
|
||||
},
|
||||
{
|
||||
"icon": "mdi-file-outline",
|
||||
"activeIcon": "mdi-file",
|
||||
"label": "Build and Deploy",
|
||||
"path": "/build-and-deploy"
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue