For the complete documentation index, see llms.txt. This page is also available as Markdown.

πŸ“‚Directory Structure

Since Datta Able comes with a gulp, it has minor differences in structure but one can pick and start making changes, both are totally independent.

dist/
β”œβ”€β”€ assets/
β”‚   β”œβ”€β”€ css/
β”‚   β”œβ”€β”€ fonts/
β”‚   β”œβ”€β”€ images/
β”‚   β”œβ”€β”€ js/
β”‚   β”œβ”€β”€ json/
β”œβ”€β”€ admins/
β”œβ”€β”€ application/
β”œβ”€β”€ chart/
β”œβ”€β”€ dashboard/
β”œβ”€β”€ demo/
β”œβ”€β”€ elements/
β”œβ”€β”€ forms/
β”œβ”€β”€ layouts/
β”œβ”€β”€ other/
β”œβ”€β”€ pages/
β”œβ”€β”€ table/
β”œβ”€β”€ widget/
β”œβ”€β”€ index.html
src/
β”œβ”€β”€ assets/
β”‚   β”œβ”€β”€ fonts/
β”‚   β”œβ”€β”€ images/
β”‚   β”œβ”€β”€ js/
β”‚   β”œβ”€β”€ json/
β”‚   β”œβ”€β”€ scss/
β”œβ”€β”€ html/
β”‚   β”œβ”€β”€ admins/
β”‚   β”œβ”€β”€ application/
β”‚   β”œβ”€β”€ charts/
β”‚   β”œβ”€β”€ dashboard/
β”‚   β”œβ”€β”€ demo/
β”‚   β”œβ”€β”€ elements/
β”‚   β”œβ”€β”€ forms/
β”‚   β”œβ”€β”€ layouts/
β”‚   β”œβ”€β”€ other/
β”‚   β”œβ”€β”€ pages/
β”‚   β”œβ”€β”€ table/
β”‚   β”œβ”€β”€ widget/
β”‚   β”œβ”€β”€ index.html
β”œβ”€β”€ gulpfile.js
β”œβ”€β”€ package.json

Last updated