-
Notifications
You must be signed in to change notification settings - Fork 406
docs: docusaurus versioning setup #2270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2270 +/- ##
==========================================
- Coverage 77.05% 76.75% -0.30%
==========================================
Files 84 88 +4
Lines 2157 2491 +334
Branches 555 649 +94
==========================================
+ Hits 1662 1912 +250
- Misses 382 463 +81
- Partials 113 116 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…it to static page folder)
I don't know, we should think about an approach to not refer to the code in the main repository. Because the links always show the current main branch. Referencing tags is not very convenient, but it's better. I think we can leave it like this for now, and do something later. The current version is quite good. |
There were a lot of file changes. It's very difficult to review. I apologize, but it's necessary. |
Description
Implement Docusaurus versioning for js-lingui documentation website with support for current version (5.x) and archived version (4.x). Reorganize project structure to separate versioned documentation from static pages and blog content.
Closes #2126
Types of changes
Checklist