Open jbmoelker opened 11 months ago
docs/architecture.md
docs/a11y.md
docs/getting-started.md
docs/icons.md
docs/seo.md
docs/blocks-and-components.md
docs/cms-content-modelling.md
docs/cms-data-loading.md
docs/project-structure.md
.client.ts
.fragment|query.graphql
.partial.astro
/api/...
create:*
docs/routing.md
docs/upgrade.md
A more realistic architecture diagram than the one in the main readme:
But Mermaid makes it look kinda messy. So need to figure something else out.
(moved to separate issue #212)docs/architecture.md
: add more detail, see commentdocs/a11y.md
: linting, skip links, required alt texts, semantics, native elements with built-in a11y, css helpers; (see #99)docs/getting-started.md
: use template, create Cloudflare and DatoCMS instance, configure; (see #90)(moved to separate issue #210)docs/icons.md
: directory, sprite, component (see project structure and icon component for now)docs/seo.md
: DatoCMS SEO preferences, SEO fields, SEO head; (see #75)docs/blocks-and-components.md
(see #79)docs/cms-content-modelling.md
(see #88)docs/cms-data-loading.md
(see #78)docs/project-structure.md
: update with path aliases, and conventions (.client.ts
,.fragment|query.graphql
,.partial.astro
,/api/...
), mentioncreate:*
scripts (see #82).docs/routing.md
: nested, api, 404 pages & middleware, i18n, redirects (#64)docs/upgrade.md
: (see #191), (linking migrations is moved to separate issue #211)