Skip to content

Commit 79c2d58

Browse files
Update README project structure to match actual repository (#14)
- Added docs/design/ and docs/legacy/ directories to structure - Added .github/workflows/ directory to structure - Ensures README structure accurately reflects actual repository - Maintains alignment with DevOps Visions guidance Fixes #13
1 parent 96b970d commit 79c2d58

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,19 @@ elmentor-landing-page-clean/
4444
├── dist/ # Build output
4545
├── docs/ # Documentation
4646
│ ├── deployment/ # Deployment documentation
47+
│ ├── design/ # Design documents
4748
│ ├── development/ # Development guides
48-
│ └── devops-visions-guidance/ # DevOps Visions standards
49+
│ ├── devops-visions-guidance/ # DevOps Visions standards
50+
│ └── legacy/ # Legacy documentation
4951
├── public/ # Static assets [DO NOT MODIFY]
5052
├── scripts/ # Utility scripts
5153
│ ├── deployment/ # Deployment scripts [DO NOT MODIFY]
5254
│ ├── maintenance/ # Maintenance scripts
5355
│ └── utils/ # Utility scripts
5456
├── .github/ # GitHub templates and workflows
5557
│ ├── ISSUE_TEMPLATE/ # Issue templates
56-
│ └── PULL_REQUEST_TEMPLATE/ # PR templates
58+
│ ├── PULL_REQUEST_TEMPLATE/ # PR templates
59+
│ └── workflows/ # GitHub Actions workflows
5760
├── .temp/ # Untracked local development files (not in Git)
5861
└── src/ # Source code [DO NOT MODIFY]
5962
```

0 commit comments

Comments
 (0)