Add normal

This commit is contained in:
Methapon2001 2024-06-24 13:07:27 +07:00
parent 7671a71141
commit 607f28ee0e
8 changed files with 365 additions and 73 deletions

View file

@ -0,0 +1 @@
# Build and Deploy

1
public/debug.md Normal file
View file

@ -0,0 +1 @@
# Debug

14
public/pages.json Normal file
View 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"
}
]