Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
pub:development:source_code [28.09.2024 15:59] – [Website (Docusaurus)] Predrag Tasevski | pub:development:source_code [28.09.2024 15:59] (current) – [Community Edition] Predrag Tasevski | ||
---|---|---|---|
Line 121: | Line 121: | ||
=== Repository Structure === | === Repository Structure === | ||
- | + | <codify tree> | |
- | unicis-platform-ce\\ | + | unicis-platform-ce |
- | ├── components\\ | + | ├── components |
- | ├── data\\ | + | ├── data |
- | ├── hooks\\ | + | ├── hooks |
- | ├── lib\\ | + | ├── lib |
- | └── locales/en\\ | + | └── locales/ |
- | └── models\\ | + | └── models |
- | └── pages\\ | + | └── pages |
- | └── prisma\\ | + | └── prisma |
- | └── public\\ | + | └── public |
- | └── style\\ | + | └── style |
- | └── test/ | + | └── test/ |
- | └── types\\ | + | └── types |
+ | </ | ||
=== Access === | === Access === |