Migration to starlight #5
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
This PR migrates all documentation from Docusaurus to Starlight
The primary reason was described in #3, where we bumped into the build related projects (too high memory consumption, long build time, etc.). I find any such issues to be very unexpected for the simple documentation website.
All the related issues seems to be fixed related with move to Starlight.
Some stats:
gantt title Build Time Comparison dateFormat s axisFormat %S s section Build Starlight (26s) :starlight, 0, 26 Docusaurus (57s) :docusaurus, 0, 57gantt title Peak Memory Usage (GiB-equivalent scale) dateFormat X section Memory Starlight (0.7 GiB) :starlight, 0, 700 Docusaurus (3 GiB) :docusaurus, 0, 3000So generally the starlight fixes our problems with builds.
Related changes due to the migration
Regressions
Changes
Everything else is backwards compatible.
Closes #4