From 235b36b7f6e8a6d3f018687bebaad2913a1ff268 Mon Sep 17 00:00:00 2001 From: Ruidy Date: Wed, 23 Mar 2022 10:58:44 -0400 Subject: [PATCH] add documentation link --- Dockerfile | 1 - README.md | 2 ++ docs/config.toml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 724915b..d37e86c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,4 +11,3 @@ COPY go.* ./ RUN go mod download COPY . ./ - diff --git a/README.md b/README.md index fda8bdb..f14a77f 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ It is mostly a port from the `underscore.js` library based on generics brought b ## Usage +📚 Follow this link for the [documentation](https://underscore.onrender.com/). + Install the library using ```shell diff --git a/docs/config.toml b/docs/config.toml index abe2563..e31ea98 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -1,4 +1,4 @@ -baseURL = "http://localhost" +baseURL = "https://underscore.onrender.com/" title = "underscore" theme = "hugo-geekdoc"