Open morekid opened 1 month ago
I created a non-working prototype of some changes at https://github.com/arcjet/arcjet-docs/tree/phated/everything-is-broken. My findings were mostly that content layer doesn't work well with things that need to b analyzed statically (such as frontmatter, mdx, etc) since the static analysis happens before rendering.
The branch is useful because it explored some techniques with writing our own remark plugins to augment the static analysis.
Context: https://github.com/arcjet/arcjet-docs/issues/55#issuecomment-2379834926 Experiment: https://github.com/arcjet/arcjet-docs/pull/118