Remove deprecated CLIENT_FORK_README files and update references
- Removed CLIENT_FORK_README.md (deprecated - replaced by CLIENT_FORK_WORKFLOW.md) - Removed templates/CLIENT_FORK_README_TEMPLATE.md (no longer needed) - Updated README.md to reference CLIENT_FORK_WORKFLOW.md for client forks - Updated docs/README.md project structure to reflect changes - Updated CLAUDE.md to reference CLIENT_FORK_WORKFLOW.md - Updated .github/copilot-instructions.md to document colors-only approach - All references now point to simplified workflow documentation Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
This commit is contained in:
@@ -1,57 +0,0 @@
|
||||
<!-- Copyright (C) 2026 Moko Consulting <hello@mokoconsulting.tech>
|
||||
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
BRIEF: Quick template README for client custom code forks
|
||||
-->
|
||||
|
||||
# [CLIENT NAME] - MokoCassiopeia Custom
|
||||
|
||||
Custom Joomla template fork for **[CLIENT NAME]**.
|
||||
|
||||
---
|
||||
|
||||
## 🎨 Custom Branding
|
||||
|
||||
**Brand Colors**:
|
||||
- Primary: `[COLOR]`
|
||||
- Accent: `[COLOR]`
|
||||
- Background: `[COLOR]`
|
||||
|
||||
**Custom Files**:
|
||||
- Light mode colors: `src/media/css/colors/light/colors_custom.css`
|
||||
- Dark mode colors: `src/media/css/colors/dark/colors_custom.css`
|
||||
- Custom PHP code: `src/templates/custom.php`
|
||||
|
||||
---
|
||||
|
||||
## 🔄 Syncing with Upstream
|
||||
|
||||
```bash
|
||||
# Add upstream remote (first time only)
|
||||
git remote add upstream https://github.com/mokoconsulting-tech/MokoCassiopeia.git
|
||||
|
||||
# Sync with upstream
|
||||
git fetch upstream
|
||||
git merge upstream/main
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## 📚 Documentation
|
||||
|
||||
- **Full Client Fork Guide**: [CLIENT_FORK_README.md](../CLIENT_FORK_README.md)
|
||||
- **MokoCassiopeia Docs**: https://github.com/mokoconsulting-tech/MokoCassiopeia
|
||||
- **CSS Variables**: [docs/CSS_VARIABLES.md](../docs/CSS_VARIABLES.md)
|
||||
|
||||
---
|
||||
|
||||
## 📝 Quick Notes
|
||||
|
||||
[Add your client-specific notes here]
|
||||
|
||||
---
|
||||
|
||||
**Fork of**: [MokoCassiopeia](https://github.com/mokoconsulting-tech/MokoCassiopeia) v03.06.03
|
||||
**Last Synced**: [DATE]
|
||||
**Contact**: [CONTACT INFO]
|
||||
Reference in New Issue
Block a user