From 749858716bb1561050b66831b8e615b97608531e Mon Sep 17 00:00:00 2001 From: Ian Date: Sun, 20 Aug 2023 01:09:56 -0400 Subject: [PATCH] Add doc link for stack_strings (#2686) --- packages.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index e20a87e..d67dfb6 100644 --- a/packages.json +++ b/packages.json @@ -31181,7 +31181,8 @@ ], "description": "Library for guaranteed zero heap allocation strings ", "license": "MIT", - "web": "https://github.com/termermc/nim-stack-strings/" + "web": "https://github.com/termermc/nim-stack-strings/", + "doc": "https://docs.termer.net/nim/stack_strings/" }, { "name": "getpodia",