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 9b9af38 commit 306f614Copy full SHA for 306f614
doc/starlight/Makefile
@@ -17,6 +17,10 @@ build: install
17
@npm run build --prefix $(CURDIR)
18
@echo "RIOT documentation successfully generated at file://$(RIOTBASE)/doc/starlight/dist/index.html"
19
20
+.PHONY: preview
21
+preview: build
22
+ @npm run preview --prefix $(CURDIR)
23
+
24
.PHONY: dev
25
dev: install
26
@echo "Linking RIOT documentation source files..."
0 commit comments