From 92dbdf5c3ec52ae63c466036ff7e939c28b68462 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Thu, 7 Dec 2023 18:24:06 +0100 Subject: [PATCH] Move docs server to port 8000 By default it's on 3000 which is the same as mastodon. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b6b26ad..7500d13 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ docs: changelog mdbook build docs-serve: - mdbook serve + mdbook serve --port 8000 docs-deploy: docs rsync --archive --compress --delete --stats book/ bezdomni:web/toot