From efbe4bde558fb810ace4ede002ffcdd44fde15e7 Mon Sep 17 00:00:00 2001 From: Ben Carbery Date: Sun, 31 Jan 2021 15:31:26 +1100 Subject: [PATCH] Minor corrections --- doc/Developing/Creating-Documentation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Developing/Creating-Documentation.md b/doc/Developing/Creating-Documentation.md index 4ba89742de..3f25fd115d 100644 --- a/doc/Developing/Creating-Documentation.md +++ b/doc/Developing/Creating-Documentation.md @@ -101,13 +101,13 @@ INFO - Building documentation... <..> INFO - Documentation built in 12.54 seconds <..> -INFO - Serving on http://0.0.0.0:8000 +INFO - Serving on http://127.0.0.1:8000 <..> INFO - Start watching changes ``` Now you will find the complete set of LibreNMS documentation by opening your -browser to `:8000`. +browser to `localhost:8000` or `127.0.0.1:8000`. Note it is not necessary to `build` before viewing as the `serve` command will do this for you. Also the server will update the documents it is serving