diff --git a/Readme.md b/Readme.md index 9678aa6b1..3f9426d99 100644 --- a/Readme.md +++ b/Readme.md @@ -107,6 +107,7 @@ If you're using Slate for the first time, check out the [Getting Started](./docs - [Applying Custom Formatting](./docs/guides/applying-custom-formatting.md) - [Using Plugins](./docs/guides/using-plugins.md) - [Saving to a Database](./docs/guides/saving-to-a-database.md) + - [Saving and Loading HTML Content](./docs/guides/saving-and-loading-html-content.md) - Adding a Hovering Menu - Rendering Adjacent Elements in Components - Adding Images Using Void Nodes diff --git a/docs/guides/Readme.md b/docs/guides/Readme.md index 51fb0f23e..99d16d7d7 100644 --- a/docs/guides/Readme.md +++ b/docs/guides/Readme.md @@ -9,5 +9,6 @@ These guides introduce you to the different parts of Slate in a step-by-step way - [Applying Custom Formatting](./applying-custom-formatting.md) - [Using Plugins](./using-plugins.md) - [Saving to a Database](./saving-to-a-database.md) +- [Saving and Loading HTML Content](./saving-and-loading-html-content.md) _If you have an idea for a guide, or notice something that isn't clear, submit a pull request!_