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

feat(v4_migration): add first draft of the v4 migration guide #138

Merged
merged 27 commits into from
Feb 20, 2024

Conversation

gwww
Copy link
Contributor

@gwww gwww commented Feb 17, 2024

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).

@gwww gwww marked this pull request as draft February 17, 2024 17:35
src/content/docs/configuration/v4_migration.md Outdated Show resolved Hide resolved
src/content/docs/configuration/v4_migration.md Outdated Show resolved Hide resolved
src/content/docs/configuration/v4_migration.md Outdated Show resolved Hide resolved
src/content/docs/configuration/v4_migration.md Outdated Show resolved Hide resolved
src/content/docs/configuration/v4_migration.md Outdated Show resolved Hide resolved
src/content/docs/configuration/v4_migration.md Outdated Show resolved Hide resolved
src/content/docs/configuration/v4_migration.md Outdated Show resolved Hide resolved
src/content/docs/configuration/v4_migration.md Outdated Show resolved Hide resolved
src/content/docs/configuration/custom_plugins.md Outdated Show resolved Hide resolved
src/content/docs/configuration/v4_migration.md Outdated Show resolved Hide resolved
gwww added 3 commits February 19, 2024 13:51
Was on detached head branch. Hopefull this brings it all back to working git goodness!
@gwww gwww marked this pull request as ready for review February 19, 2024 19:32
src/content/docs/configuration/v4_migration.md Outdated Show resolved Hide resolved
src/content/docs/configuration/v4_migration.md Outdated Show resolved Hide resolved
src/content/docs/configuration/v4_migration.md Outdated Show resolved Hide resolved
Copy link
Member

@mehalter mehalter left a comment

Choose a reason for hiding this comment

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

LGTM!

@mehalter 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 mehalter merged commit 9c5238d into AstroNvim:v4 Feb 20, 2024
1 check passed
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants