Skip to content

Commit c8421d8

Browse files
committed
docs: update project structure
1 parent 50c23a7 commit c8421d8

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

README.md

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -98,33 +98,34 @@ Within the download you'll find the following directories and files, logically g
9898
```
9999
free-bootstrap-admin-template/
100100
├── build/
101-
├── pug/
102-
│ ├── _layout/
103-
│ ├── _partial/
104-
│ ├── base/
105-
│ ├── buttons/
106-
│ ├── icons/
107-
│ ├── notifications/
108-
│ ├── ...
109-
│ ├── index.pug
110-
│ └── ...
111101
├── src/
112102
│ ├── assets/
113103
│ │ ├── brand/
114104
│ │ ├── favicon/
115105
│ │ ├── icons/
116106
│ │ ├── img/
117-
│ ├── base/
118-
│ ├── buttons/
119-
│ ├── css/
120-
│ ├── icons/
121107
│ ├── js/
122-
│ ├── notifications/
108+
│ ├── pug/
109+
│ │ ├── _layout/
110+
│ │ ├── _partial/
111+
│ │ ├── base/
112+
│ │ ├── buttons/
113+
│ │ ├── icons/
114+
│ │ ├── notifications/
115+
│ │ ├── ...
116+
│ │ ├── index.pug
117+
│ │ └── ...
123118
│ ├── scss/
124119
│ ├── vendors/
125-
│ ├── ...
126-
│ ├── index.html
127-
│ └── ...
120+
│ └── views/
121+
│ ├── base/
122+
│ ├── buttons/
123+
│ ├── css/
124+
│ ├── icons/
125+
│ ├── notifications/
126+
│ ├── ...
127+
│ ├── index.html
128+
│ └── ...
128129
└── package.json
129130
```
130131

0 commit comments

Comments
 (0)