Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdata committed Dec 18, 2024
1 parent 1743329 commit 537896d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions jawsboot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,16 @@ func setupRoutes(jw *jaws.Jaws, mux *http.ServeMux) (err error) {
return
}
```

Expects an `assets` directory in the source tree:

```
assets
├── static
│   └── images
│   └── favicon.png
└── ui
├── somepage.html
├── otherpage.html
└── index.html
```

0 comments on commit 537896d

Please sign in to comment.