From 83760397d146cbd0c10e119c244f9ff8a4899663 Mon Sep 17 00:00:00 2001 From: maddalax Date: Tue, 24 Sep 2024 15:10:08 -0500 Subject: [PATCH] docs --- README.md | 2 +- examples/todo-list/.gitignore | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 examples/todo-list/.gitignore diff --git a/README.md b/README.md index 84ebc38..145ba4d 100644 --- a/README.md +++ b/README.md @@ -38,4 +38,4 @@ func IndexPage(ctx *h.RequestContext) *h.Page { **get started:** -View documentation on [htmgo.dev](https://htmgo.dev/). +View documentation on [htmgo.dev](https://htmgo.dev/docs). diff --git a/examples/todo-list/.gitignore b/examples/todo-list/.gitignore new file mode 100644 index 0000000..3d6a979 --- /dev/null +++ b/examples/todo-list/.gitignore @@ -0,0 +1,6 @@ +/assets/dist +tmp +node_modules +.idea +__htmgo +dist \ No newline at end of file