Fix project structure diagram to clarify custom color file locations
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
This commit is contained in:
@@ -92,10 +92,15 @@ moko-cassiopeia/
|
|||||||
│ └── ROADMAP.md # Version-specific roadmap
|
│ └── ROADMAP.md # Version-specific roadmap
|
||||||
├── src/ # Template source code
|
├── src/ # Template source code
|
||||||
│ ├── templates/ # Joomla template files
|
│ ├── templates/ # Joomla template files
|
||||||
│ └── media/ # Assets (CSS, JS, images)
|
│ ├── media/ # Assets (CSS, JS, images)
|
||||||
|
│ │ └── css/colors/ # Color schemes (light/dark subdirectories)
|
||||||
|
│ │ ├── light/ # Light mode color files (colors_custom.css)
|
||||||
|
│ │ └── dark/ # Dark mode color files (colors_custom.css)
|
||||||
|
│ └── language/ # Translation files
|
||||||
├── templates/ # Template files for customization
|
├── templates/ # Template files for customization
|
||||||
│ ├── colors_custom.css # Custom color palette template
|
│ ├── colors_custom.css # Custom color palette template (copy to src/media/css/colors/)
|
||||||
│ └── CLIENT_FORK_README_TEMPLATE.md # Template for client fork docs
|
│ ├── CLIENT_FORK_README_TEMPLATE.md # Template for client fork docs
|
||||||
|
│ └── README.md # Guide to using templates
|
||||||
├── tests/ # Automated tests
|
├── tests/ # Automated tests
|
||||||
├── CLIENT_FORK_README.md # Client fork guide
|
├── CLIENT_FORK_README.md # Client fork guide
|
||||||
└── .github/ # GitHub configuration and workflows
|
└── .github/ # GitHub configuration and workflows
|
||||||
|
|||||||
Reference in New Issue
Block a user