doc: add documentation reference via deno doc
This commit is contained in:
parent
67e70ec781
commit
26b523cd03
18
README.md
18
README.md
|
@ -31,3 +31,21 @@ deno task serve
|
|||
```sh
|
||||
./server
|
||||
```
|
||||
|
||||
# Documentation
|
||||
|
||||
Logique vis.js dans [client/db_graph.tsx](./client/db_graph.tsx).
|
||||
|
||||
## Avec deno
|
||||
|
||||
```sh
|
||||
deno doc --html --name=client ./client/*
|
||||
# open doc/index.html
|
||||
```
|
||||
|
||||
## Depuis [doc.deno.land](Deno Doc)
|
||||
|
||||
Copier la raw url du fichier depuis le git dans le générateur de doc.
|
||||
|
||||
Exemple :
|
||||
`https://git.cohabit.fr/julien.oculi/demo_network_visjs/raw/branch/main/client/app.tsx`
|
||||
|
|
Loading…
Reference in a new issue