Open timotheeguerin opened 1 year ago
I'd love to be part of this effort.
@rishi-raj-jain thanks for your intrest, I did go through this a while ago but there was some deal breaking issues https://github.com/microsoft/typespec/pull/2562
So I don't think this is something we can do right now
Doesn't support multi versions
Why's that the case? I believe you can use https://starlight.astro.build and just create folders for versioning, ain't it?
Yeah we can just need to then do the selection ourself. The first item was the biggest deal breaker the version might just need more or less work from us
After some quick investigation migrating to astro would both improve build performance and runtime performance.
Astro main selling point is everything is rendered on the server(unless go through extra step to have dynamic content) This means it result in a completely static website without the need for javascript. Somethings like light/dark theme switch still use js but the core of the website is available.
Pros:
Issues: