From cbb557b35846e7c31415a98786ad2d6f8fcdf2bc Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Wed, 8 Oct 2025 10:55:00 +0200 Subject: [PATCH 1/5] fix typo in contributing.smd --- content/docs/contributing.smd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/contributing.smd b/content/docs/contributing.smd index f7a6c7f..77e170f 100644 --- a/content/docs/contributing.smd +++ b/content/docs/contributing.smd @@ -67,7 +67,7 @@ purpose and intent. Don't worry about commenting each function, module or parameter, there are automated tools that are currently helping with this, take a peek on [deepwiki](https://deepwiki.com/neurocyte/flow), if you find something inaccurate in those docs or others, do open an -issue or jump in [Discourse to comment](https://discord.com/invite/4wvteUPphx) +issue or jump in [Discord](https://discord.com/invite/4wvteUPphx) and comment. ### Testing From 5dacc74ef296642ede95924828774820c87c264b Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Wed, 8 Oct 2025 10:55:21 +0200 Subject: [PATCH 2/5] add deepwiki to docs index --- content/docs/index.smd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/docs/index.smd b/content/docs/index.smd index eb377d3..2801891 100644 --- a/content/docs/index.smd +++ b/content/docs/index.smd @@ -7,4 +7,5 @@ --- * [Architecture overview](/docs/architecture) -* [Contributing](/docs/contributing) \ No newline at end of file +* [Contributing](/docs/contributing) +* [DeepWiki generated documentation](https://deepwiki.com/neurocyte/flow) From d22b0a79e8a96884a15ea08d76ed2c6ecfe7083c Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Wed, 8 Oct 2025 10:57:27 +0200 Subject: [PATCH 3/5] add docs page to nav bar instead of direct deekwiki link --- layouts/templates/base.shtml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/layouts/templates/base.shtml b/layouts/templates/base.shtml index 76650b2..3a18db8 100644 --- a/layouts/templates/base.shtml +++ b/layouts/templates/base.shtml @@ -13,19 +13,17 @@