... | ... | @@ -6,6 +6,7 @@ I am currently experimenting with Astro: https://github.com/upsiflu/astro-blog |
|
|
graph TD
|
|
|
A[CMS] --- B{Data Model - Directus}
|
|
|
B -->|Client Sdk| C(Content with frontmatter mirroring all Data Model fields)
|
|
|
B -->|automatic unique Slugs| E
|
|
|
B -->|OpenAPI3| D(Type definitions for all fields)
|
|
|
C --> E(mdx content files)
|
|
|
D --> F(zod schema file)
|
... | ... | @@ -15,7 +16,6 @@ graph TD |
|
|
I[Ecobytes Components] --- H
|
|
|
K[Ecobytes Stylesheet] --- H
|
|
|
F -->|ts Types| H
|
|
|
B -->|automatic unique Slugs| E
|
|
|
```
|
|
|
|
|
|
# Integration with Directus
|
... | ... | |