Skip to content
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

Wasp 0.15.0 migration docs #2301

Merged
merged 15 commits into from
Oct 4, 2024
Merged

Wasp 0.15.0 migration docs #2301

merged 15 commits into from
Oct 4, 2024

Conversation

infomiho
Copy link
Contributor

@infomiho infomiho commented Sep 20, 2024

  • Moves migrations to a separate category in the sidebar and Markdown files into a separate folder
  • Collapses the migration and misc categories by default
  • Adds migration instructions from 0.14.X to 0.15.X

Left to do:

  • Test the migration docs after 0.15.0 RC
  • Update docs
    • Add NavLink - isActive is deprecated (we use it in Open SaaS)
  • Users need to remove @types/react-router-dom: it's irrelevant and incorrect - but it doesn't mess up the app. Should we add validation rules for that?

@infomiho infomiho marked this pull request as ready for review October 2, 2024 14:34
Copy link
Member

@Martinsos Martinsos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@@ -280,6 +282,18 @@ module.exports = {
from: '/docs/tutorials/todo-app',
to: '/docs/tutorial/create',
},
{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice job on grouping migrations in top level category and collapsing it by default!

@infomiho infomiho merged commit 451251b into main Oct 4, 2024
6 checks passed
@infomiho infomiho deleted the miho-0-15-0-migration-docs branch October 4, 2024 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants