You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We’ll probably want to embed it in the app, preferably via some sort of reusable component.
We’ll probably want to embed Primer programs in the docs site; e.g., for example programs.
In other words, the documentation site will be a full-blown React-based SPA of its own, though preferably most of the content will be statically rendered.
Astro looks interesting for this purpose. It’s framework-agnostic, as far as I’m aware. I believe that Docusaurus uses React under the hood, but my impression is that it’s too static for our needs. VitePress looks nice, but it uses Vue.
The text was updated successfully, but these errors were encountered:
We need a documentation site:
In other words, the documentation site will be a full-blown React-based SPA of its own, though preferably most of the content will be statically rendered.
Astro looks interesting for this purpose. It’s framework-agnostic, as far as I’m aware. I believe that Docusaurus uses React under the hood, but my impression is that it’s too static for our needs. VitePress looks nice, but it uses Vue.
The text was updated successfully, but these errors were encountered: