Skip to content

Commit

Permalink
update urutan
Browse files Browse the repository at this point in the history
  • Loading branch information
zonblade committed Mar 22, 2024
1 parent 8f8d268 commit 942cef8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 12 deletions.
22 changes: 11 additions & 11 deletions docs/menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,37 +17,37 @@
{
"id": "folder/structures",
"mode":"menu",
"title": "Action ",
"file": "pages/folder/action"
"title": "1 - Root ",
"file": "pages/folder/main"
},
{
"id": "folder/structures",
"mode":"menu",
"title": "Element ",
"file": "pages/folder/element"
"title": "2 - Feature ",
"file": "pages/folder/feature"
},
{
"id": "folder/structures",
"mode":"menu",
"title": "Feature ",
"file": "pages/folder/feature"
"title": "3 - Action ",
"file": "pages/folder/action"
},
{
"id": "folder/structures",
"mode":"menu",
"title": "Function ",
"file": "pages/folder/function"
"title": "4 - Element ",
"file": "pages/folder/element"
},
{
"id": "folder/structures",
"mode":"menu",
"title": "Main ",
"file": "pages/folder/main"
"title": "5 - Function ",
"file": "pages/folder/function"
},
{
"id": "fodler/structures",
"mode":"menu",
"title": "API ",
"title": "6 - API ",
"file": "pages/folder/api"
},
{
Expand Down
11 changes: 10 additions & 1 deletion docs/pages/folder/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## Garis Besar Struktur Folder
## Struktur Folder

Disarankan untuk dibaca sesuai urutan angka, dan harap memahami struktur dibawah sebelum melanjutkan.

___

### Garis Besar Struktur Folder

`Basic Folder Structure`
```sh
Expand Down Expand Up @@ -29,6 +35,9 @@
│ │ ├── layout.tsx
│ │ └── page.tsx
│ ├── lib
│ │ └── [file].tsx
│ ├── registry
│ │ └── [file].tsx
│ └── middleware.ts
└── package.json
```

0 comments on commit 942cef8

Please sign in to comment.