mirror of
https://github.com/rjNemo/underscore
synced 2026-06-06 02:26:42 +00:00
add documentation link
This commit is contained in:
parent
d19fa7b8c9
commit
235b36b7f6
3 changed files with 3 additions and 2 deletions
|
|
@ -11,4 +11,3 @@ COPY go.* ./
|
||||||
RUN go mod download
|
RUN go mod download
|
||||||
|
|
||||||
COPY . ./
|
COPY . ./
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,8 @@ It is mostly a port from the `underscore.js` library based on generics brought b
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
📚 Follow this link for the [documentation](https://underscore.onrender.com/).
|
||||||
|
|
||||||
Install the library using
|
Install the library using
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
baseURL = "http://localhost"
|
baseURL = "https://underscore.onrender.com/"
|
||||||
title = "underscore"
|
title = "underscore"
|
||||||
theme = "hugo-geekdoc"
|
theme = "hugo-geekdoc"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue