Skip to content

Commit

Permalink
Clean up the obsolete documentation change.
Browse files Browse the repository at this point in the history
  • Loading branch information
surabax committed Oct 29, 2024
1 parent 5126437 commit 1a083b8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/making-a-static-site.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -154,14 +154,8 @@ CL-USER> (staticl:serve :root-dir #P"/tmp/my-site"
Starting Clack server to serve site from /tmp/result/
Hunchentoot server is started.
Listening on localhost:8001.
#S(CLACK.HANDLER::HANDLER
:SERVER :HUNCHENTOOT
:SWANK-PORT NIL
:ACCEPTOR #<BT2:THREAD "clack-handler-hunchentoot" {100480FF43}>)
```
It will return a web server handler.
Or from the command line:
```bash
Expand Down

0 comments on commit 1a083b8

Please sign in to comment.