-
Notifications
You must be signed in to change notification settings - Fork 60
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
feat(v4_migration): add first draft of the v4 migration guide #138
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mehalter
reviewed
Feb 19, 2024
TheSast
reviewed
Feb 19, 2024
Was on detached head branch. Hopefull this brings it all back to working git goodness!
mehalter
reviewed
Feb 20, 2024
…ell as various edits
mehalter
reviewed
Feb 20, 2024
mehalter
approved these changes
Feb 20, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
mehalter
changed the title
Migration guide and getting started pages
feat(v4_migration): add first draft of the v4 migration guide
Feb 20, 2024
mehalter
added a commit
that referenced
this pull request
Feb 21, 2024
* First draft on new migration guide and added getting started. * Edits. * More edits. * More edits. * More edits. * More edits. * More edits. * migration getting started information to getting started guide and plugin configuration page * Changes on v4 branch Was on detached head branch. Hopefull this brings it all back to working git goodness! * Added plugin changes section. * Add comment about which plugins can be disabled. * rename "Custom Plugins" page to "Customizing Plugins" * fix: remove unnecessary title * chore: copy edits and fix some bugs in the formatting * Remove todo. * add more details to the migration guide regarding plugin changes as well as various edits * fix: add missing configuration options in migration guide * chore: simplify table entries * chore: more table simplification for formatting * chore: add link when referencing other section * fix: add missing link * feat: add placeholder for session management recipes * feat(sessions): add recipes to sessions management page * feat(customizing_plugins): add walkthrough for how `opts` overriding works * chore: reorder migration guide * feat(v4_migration): add utility function migration information * chore: remove unnecessary todo --------- Co-authored-by: Micah Halter <micah@mehalter.com>
mehalter
added a commit
that referenced
this pull request
Feb 26, 2024
* First draft on new migration guide and added getting started. * Edits. * More edits. * More edits. * More edits. * More edits. * More edits. * migration getting started information to getting started guide and plugin configuration page * Changes on v4 branch Was on detached head branch. Hopefull this brings it all back to working git goodness! * Added plugin changes section. * Add comment about which plugins can be disabled. * rename "Custom Plugins" page to "Customizing Plugins" * fix: remove unnecessary title * chore: copy edits and fix some bugs in the formatting * Remove todo. * add more details to the migration guide regarding plugin changes as well as various edits * fix: add missing configuration options in migration guide * chore: simplify table entries * chore: more table simplification for formatting * chore: add link when referencing other section * fix: add missing link * feat: add placeholder for session management recipes * feat(sessions): add recipes to sessions management page * feat(customizing_plugins): add walkthrough for how `opts` overriding works * chore: reorder migration guide * feat(v4_migration): add utility function migration information * chore: remove unnecessary todo --------- Co-authored-by: Micah Halter <micah@mehalter.com>
mehalter
added a commit
that referenced
this pull request
Mar 6, 2024
* First draft on new migration guide and added getting started. * Edits. * More edits. * More edits. * More edits. * More edits. * More edits. * migration getting started information to getting started guide and plugin configuration page * Changes on v4 branch Was on detached head branch. Hopefull this brings it all back to working git goodness! * Added plugin changes section. * Add comment about which plugins can be disabled. * rename "Custom Plugins" page to "Customizing Plugins" * fix: remove unnecessary title * chore: copy edits and fix some bugs in the formatting * Remove todo. * add more details to the migration guide regarding plugin changes as well as various edits * fix: add missing configuration options in migration guide * chore: simplify table entries * chore: more table simplification for formatting * chore: add link when referencing other section * fix: add missing link * feat: add placeholder for session management recipes * feat(sessions): add recipes to sessions management page * feat(customizing_plugins): add walkthrough for how `opts` overriding works * chore: reorder migration guide * feat(v4_migration): add utility function migration information * chore: remove unnecessary todo --------- Co-authored-by: Micah Halter <micah@mehalter.com>
mehalter
added a commit
that referenced
this pull request
Apr 1, 2024
* First draft on new migration guide and added getting started. * Edits. * More edits. * More edits. * More edits. * More edits. * More edits. * migration getting started information to getting started guide and plugin configuration page * Changes on v4 branch Was on detached head branch. Hopefull this brings it all back to working git goodness! * Added plugin changes section. * Add comment about which plugins can be disabled. * rename "Custom Plugins" page to "Customizing Plugins" * fix: remove unnecessary title * chore: copy edits and fix some bugs in the formatting * Remove todo. * add more details to the migration guide regarding plugin changes as well as various edits * fix: add missing configuration options in migration guide * chore: simplify table entries * chore: more table simplification for formatting * chore: add link when referencing other section * fix: add missing link * feat: add placeholder for session management recipes * feat(sessions): add recipes to sessions management page * feat(customizing_plugins): add walkthrough for how `opts` overriding works * chore: reorder migration guide * feat(v4_migration): add utility function migration information * chore: remove unnecessary todo --------- Co-authored-by: Micah Halter <micah@mehalter.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes #124
📑 Description
Updates the migration to v4 page.
Adds a getting started page, which is not the best name as there is already a getting started page. The info seems useful as it helps people with some core AstroNvim concepts. For now, I'll keep editing it as a Getting Started and we can figure out where the info goes (including possibly the trash).