Skip to content

Commit

Permalink
build-tools: Rename md to docsite-gen
Browse files Browse the repository at this point in the history
Rename md to docsite-gen as we are about to add a labsite-gen tool. This naming
also better aligns with site-gen that is is added as a final step. Maybe later
we should add them all into a single tool maybe even evy proper (full build),
but for now that should put things in a slightly better and more consistently
named place.
  • Loading branch information
juliaogris committed Aug 22, 2024
1 parent 1435df9 commit 5b018db
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ LAB_TARGET_DIR = frontend/lab

## Generate static HTML documentation in frontend/docs from MarkDown in docs
docs: | $(NODELIB)
go run ./build-tools/md docs $(DOCS_TARGET_DIR)
go run ./build-tools/docsite-gen docs $(DOCS_TARGET_DIR)
npx --prefix $(NODEPREFIX) -y prettier --write $(DOCS_TARGET_DIR)

## Generate static HTML for learn.evy.dev in frontend/learn from MarkDown in learn/content
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5b018db

Please sign in to comment.