diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt
index 8562034..ed9bcad 100644
--- a/doc/lazy.nvim.txt
+++ b/doc/lazy.nvim.txt
@@ -3,13 +3,15 @@
==============================================================================
Table of Contents *lazy.nvim-table-of-contents*
-1. π Getting Started |lazy.nvim-π-getting-started|
+1. π° Whatβs new? |lazy.nvim-π°-whatβs-new?|
+ - 11.x |lazy.nvim-π°-whatβs-new?-11.x|
+2. π Getting Started |lazy.nvim-π-getting-started|
- β¨ Features |lazy.nvim-π-getting-started-β¨-features|
- β‘οΈ Requirements |lazy.nvim-π-getting-started-β‘οΈ-requirements|
-2. π οΈ Installation |lazy.nvim-π οΈ-installation|
+3. π οΈ Installation |lazy.nvim-π οΈ-installation|
- Structured Setup |lazy.nvim-π οΈ-installation-structured-setup|
- Single File Setup |lazy.nvim-π οΈ-installation-single-file-setup|
-3. π Plugin Spec |lazy.nvim-π-plugin-spec|
+4. π Plugin Spec |lazy.nvim-π-plugin-spec|
- Spec Source |lazy.nvim-π-plugin-spec-spec-source|
- Spec Loading |lazy.nvim-π-plugin-spec-spec-loading|
- Spec Setup |lazy.nvim-π-plugin-spec-spec-setup|
@@ -19,13 +21,13 @@ Table of Contents *lazy.nvim-table-of-contents*
- Examples |lazy.nvim-π-plugin-spec-examples|
- Lazy Loading |lazy.nvim-π-plugin-spec-lazy-loading|
- Versioning |lazy.nvim-π-plugin-spec-versioning|
-4. π¦ Packages |lazy.nvim-π¦-packages|
+5. π¦ Packages |lazy.nvim-π¦-packages|
- Lazy |lazy.nvim-π¦-packages-lazy|
- Rockspec |lazy.nvim-π¦-packages-rockspec|
- Packspec |lazy.nvim-π¦-packages-packspec|
-5. βοΈ Configuration |lazy.nvim-βοΈ-configuration|
+6. βοΈ Configuration |lazy.nvim-βοΈ-configuration|
- π Highlight Groups|lazy.nvim-βοΈ-configuration-π-highlight-groups|
-6. π Usage |lazy.nvim-π-usage|
+7. π Usage |lazy.nvim-π-usage|
- βΆοΈ Startup Sequence |lazy.nvim-π-usage-βΆοΈ-startup-sequence|
- π Commands |lazy.nvim-π-usage-π-commands|
- π User Events |lazy.nvim-π-usage-π-user-events|
@@ -34,11 +36,33 @@ Table of Contents *lazy.nvim-table-of-contents*
- π¦ Migration Guide |lazy.nvim-π-usage-π¦-migration-guide|
- β‘ Profiling & Debug |lazy.nvim-π-usage-β‘-profiling-&-debug|
- π Structuring Your Plugins|lazy.nvim-π-usage-π-structuring-your-plugins|
-7. π Plugin Developers |lazy.nvim-π-plugin-developers|
-8. Links |lazy.nvim-links|
+8. π Plugin Developers |lazy.nvim-π-plugin-developers|
+9. Links |lazy.nvim-links|
==============================================================================
-1. π Getting Started *lazy.nvim-π-getting-started*
+1. π° Whatβs new? *lazy.nvim-π°-whatβs-new?*
+
+
+11.X *lazy.nvim-π°-whatβs-new?-11.x*
+
+- **New Website**: Thereβs a whole new website with a fresh look and improved
+ documentation. Check it out at lazy.nvim . The GitHub
+ `README.md` has been updated to point to the new website. The `vimdoc` contains
+ all the information that is available on the website.
+- **Spec Resolution & Merging**: the code that resolves a final spec from a
+ pluginβs fragments has been rewritten. This should be a tiny bit faster, but
+ more importantly, fixes some issues and is easier to maintain.
+- `rocks`: specs can now specify a list of rocks (luarocks
+ ) that should be installed.
+- Packages can now specify their dependencies
+ and configuration using one of:
+ - **Lazy**: `lazy.lua` file
+ - **Rockspec**: luarocks `*-scm-1.rockspec` file
+ - **Packspec**: `pkg.json` (experimental, since the format is not quite there yet)
+
+
+==============================================================================
+2. π Getting Started *lazy.nvim-π-getting-started*
**lazy.nvim** is a modern plugin manager for Neovim.
@@ -72,7 +96,7 @@ Table of Contents *lazy.nvim-table-of-contents*
==============================================================================
-2. π οΈ Installation *lazy.nvim-π οΈ-installation*
+3. π οΈ Installation *lazy.nvim-π οΈ-installation*
There are multiple ways to install **lazy.nvim**. The **Structured Setup** is
the recommended way, but you can also use the **Single File Setup** if you
@@ -161,7 +185,7 @@ SINGLE FILE SETUP *lazy.nvim-π οΈ-installation-single-file-setup*
==============================================================================
-3. π Plugin Spec *lazy.nvim-π-plugin-spec*
+4. π Plugin Spec *lazy.nvim-π-plugin-spec*
SPEC SOURCE *lazy.nvim-π-plugin-spec-spec-source*
@@ -488,7 +512,7 @@ EXAMPLES ~
==============================================================================
-4. π¦ Packages *lazy.nvim-π¦-packages*
+5. π¦ Packages *lazy.nvim-π¦-packages*
**lazy.nvim** supports three ways for plugins to define their dependencies and
configuration.
@@ -524,7 +548,7 @@ will be added to the pluginβs spec.
==============================================================================
-5. βοΈ Configuration *lazy.nvim-βοΈ-configuration*
+6. βοΈ Configuration *lazy.nvim-βοΈ-configuration*
**lazy.nvim** comes with the following defaults:
@@ -826,7 +850,7 @@ If you donβt want to use a Nerd Font, you can replace the icons with Unicode s
-----------------------------------------------------------------------
==============================================================================
-6. π Usage *lazy.nvim-π-usage*
+7. π Usage *lazy.nvim-π-usage*
βΆοΈ STARTUP SEQUENCE *lazy.nvim-π-usage-βΆοΈ-startup-sequence*
@@ -1151,7 +1175,7 @@ spec.
==============================================================================
-7. π Plugin Developers *lazy.nvim-π-plugin-developers*
+8. π Plugin Developers *lazy.nvim-π-plugin-developers*
To make it easier for users to install your plugin, you can include a package
spec in your repo.
@@ -1164,7 +1188,7 @@ This makes it easier for users, as they no longer need to specify a `build`
command.
==============================================================================
-8. Links *lazy.nvim-links*
+9. Links *lazy.nvim-links*
1. *image*: https://user-images.githubusercontent.com/292349/208301737-68fb279c-ba70-43ef-a369-8c3e8367d6b1.png
2. *image*: https://user-images.githubusercontent.com/292349/208301766-5c400561-83c3-4811-9667-1ec4bb3c43b8.png