You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Add "serve" rule to Makefile and provide description to what actions are available
by default make does nothing! I kept it that way but made that "nothing" explicit.
I also added serve target so it is straightforward to trigger build&serve
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -267,12 +267,12 @@ such as when you build the documentation locally.
267
267
268
268
### 4. Ready to build!
269
269
270
-
Using the terminal (command line) please enter `uv run mkdocs serve`.
270
+
Using the terminal (command line) please enter `uv run mkdocs serve` or if you would like to use `make` - `make serve` would ensure node and `uv` environments being present and trigger the `mkdocs` build.
271
271
This will allow you to see a local version of the specification.
272
272
The local address will be `http://127.0.0.1:8000`.
273
273
You may enter that into your browser and this will bring up the specification!
274
274
275
-
(If you are not using `uv`, activate your environment and then run `mkdocs serve`.)
275
+
(If you are not using `uv` or `make`, activate your environment and then run `mkdocs serve`.)
0 commit comments