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"