docs
This commit is contained in:
parent
64d8929d51
commit
83760397d1
2 changed files with 7 additions and 1 deletions
|
|
@ -38,4 +38,4 @@ func IndexPage(ctx *h.RequestContext) *h.Page {
|
||||||
|
|
||||||
**get started:**
|
**get started:**
|
||||||
|
|
||||||
View documentation on [htmgo.dev](https://htmgo.dev/).
|
View documentation on [htmgo.dev](https://htmgo.dev/docs).
|
||||||
|
|
|
||||||
6
examples/todo-list/.gitignore
vendored
Normal file
6
examples/todo-list/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
/assets/dist
|
||||||
|
tmp
|
||||||
|
node_modules
|
||||||
|
.idea
|
||||||
|
__htmgo
|
||||||
|
dist
|
||||||
Loading…
Reference in a new issue