From 32e9830b59af12fde5a81839be81159ddc587d56 Mon Sep 17 00:00:00 2001 From: jlenon7 Date: Thu, 19 Oct 2023 12:49:04 +0100 Subject: [PATCH] feat(lib): add library development page --- docs/digging-deeper/library-development.mdx | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/digging-deeper/library-development.mdx diff --git a/docs/digging-deeper/library-development.mdx b/docs/digging-deeper/library-development.mdx new file mode 100644 index 00000000..462883c2 --- /dev/null +++ b/docs/digging-deeper/library-development.mdx @@ -0,0 +1,13 @@ +--- +title: Library Development +sidebar_position: 5 +description: See how you can create your own library and integrate with Athenna. +--- + +# Library Development + +See how you can create your own library and integrate with Athenna. + +## Introduction + +Coming soon