Skip to content

Commit 03b100b

Browse files
committed
chore: README
Signed-off-by: thediveo <[email protected]>
1 parent 6e6c78f commit 03b100b

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

README.md

-14
Original file line numberDiff line numberDiff line change
@@ -368,20 +368,6 @@ The included `enumflag.code-workspace` defines the following tasks:
368368
- **Run all tests with coverage** task: does what it says on the tin and runs
369369
all tests with coverage.
370370

371-
#### Aux Tasks
372-
373-
- _pksite service_: auxiliary task to run `pkgsite` as a background service
374-
using `scripts/pkgsite.sh`. The script leverages browser-sync and nodemon to
375-
hot reload the Go module documentation on changes; many thanks to @mdaverde's
376-
[_Build your Golang package docs
377-
locally_](https://mdaverde.com/posts/golang-local-docs) for paving the way.
378-
`scripts/pkgsite.sh` adds automatic installation of `pkgsite`, as well as the
379-
`browser-sync` and `nodemon` npm packages for the local user.
380-
- _view pkgsite_: auxiliary task to open the VSCode-integrated "simple" browser
381-
and pass it the local URL to open in order to show the module documentation
382-
rendered by `pkgsite`. This requires a detour via a task input with ID
383-
"_pkgsite_".
384-
385371
## Make Targets
386372

387373
- `make`: lists available targets.

0 commit comments

Comments
 (0)