From 5bef42ab385e0d2da9e68a60e4ba484c583b9aa7 Mon Sep 17 00:00:00 2001 From: vhyrro Date: Sat, 13 Jul 2024 23:26:40 +0200 Subject: [PATCH] feat(docgen): add more links to sidebar --- docgen/docgen.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docgen/docgen.lua b/docgen/docgen.lua index 0508f0776..a9b8fe10b 100644 --- a/docgen/docgen.lua +++ b/docgen/docgen.lua @@ -400,6 +400,10 @@ docgen.generators = { "", "", "", + "- [Setup Guide](https://github.com/nvim-neorg/neorg/wiki/Setup-Guide)", + "- [Tutorial](https://github.com/nvim-neorg/neorg/wiki/Tutorial)", + "- [Default Keybinds](https://github.com/nvim-neorg/neorg/wiki/Default-Keybinds)", + "", "
", "

Inbuilt modules:

", "",