Skip to content

Commit 306f614

Browse files
committed
doc/starlight: add preview command
1 parent 9b9af38 commit 306f614

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/starlight/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ build: install
1717
@npm run build --prefix $(CURDIR)
1818
@echo "RIOT documentation successfully generated at file://$(RIOTBASE)/doc/starlight/dist/index.html"
1919

20+
.PHONY: preview
21+
preview: build
22+
@npm run preview --prefix $(CURDIR)
23+
2024
.PHONY: dev
2125
dev: install
2226
@echo "Linking RIOT documentation source files..."

0 commit comments

Comments
 (0)