We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c28c3 commit 489aa35Copy full SHA for 489aa35
README.md
@@ -48,6 +48,12 @@ First build the Docker image which will contain N Nodejs - thats all this docume
48
docker build . -t naemon/docs
49
```
50
51
+or simply run:
52
+
53
+```sh
54
+make docker-build
55
+```
56
57
Now run the Docker container and navigate to `http://127.0.0.1:5173` in your browser.
58
The container watches for file changes and will automatically regenerate the website if needed.
59
@@ -64,6 +70,12 @@ docker run \
64
70
naemon/docs:latest
65
71
66
72
73
74
75
76
+make docker-server
77
78
67
79
### Important for the Migration
68
80
69
81
1. Remove all HTML from the Markdown files. Probably in 99% it's not required and can be done using Markdown.
0 commit comments