From 6cbd51dc5dcef3cd22e7aeed705433ecb7ae288c Mon Sep 17 00:00:00 2001 From: zachary62 Date: Sat, 8 Mar 2025 01:56:14 -0500 Subject: [PATCH] add github and discord links --- docs/_config.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/_config.yml b/docs/_config.yml index 69588ce..93768ab 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -40,4 +40,10 @@ callouts: color: blue best-practice: title: Best Practice - color: green \ No newline at end of file + color: green + +# The custom navigation +nav: + - Home: index.md # Link to your main docs index + - GitHub: "https://github.com/the-pocket/PocketFlow" + - Discord: "https://discord.gg/hUHHE9Sa6T" \ No newline at end of file