From f0e3540a0a51c0c6c7f1646477482fec5da181fb Mon Sep 17 00:00:00 2001 From: Frederik Wagner Date: Tue, 4 May 2021 23:41:43 +0200 Subject: [PATCH] Added SSR guide --- docs/_sidebar.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_sidebar.md b/docs/_sidebar.md index 6b27036f..9bd818bd 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -3,6 +3,7 @@ * [Editor Instance](/editor.md) * [Event System](/event-system.md) * [Styling](/styling.md) + * [Nuxt (SSR)](https://medium.com/@mrambourg/use-baklavajs-with-nuxt-ba696c2a1602) * **Custom Nodes** * [Creating Custom Nodes](/custom-nodes.md) * [Node Options](/node-options.md) @@ -13,4 +14,4 @@ * [Options](/plugins/options.md) * **Reference** * [API Reference](/baklavajs/api/index.html) - * [Contributing Guide](/contributing.md) \ No newline at end of file + * [Contributing Guide](/contributing.md)