Lines Matching refs:docs
327 test: all ## Runs default tests, linters, and builds docs.
337 test-only: all ## For a quick test, does not run linter or build docs.
633 test-doc: doc-only lint-md ## Builds, lints, and verifies the docs.
762 $(apidoc_dirs) $(apiassets) ## Builds the docs with the local or the global Node.js binary.
775 # If it's a source tarball, doc/api already contains the generated docs.
1185 $(RM) -r $(TARNAME)/deps/uv/docs
1231 ssh $(STAGINGSERVER) "mkdir -p nodejs/$(DISTTYPEDIR)/$(FULLVERSION)/docs/"
1233 scp -pr out/doc/* $(STAGINGSERVER):nodejs/$(DISTTYPEDIR)/$(FULLVERSION)/docs/
1234 ssh $(STAGINGSERVER) "touch nodejs/$(DISTTYPEDIR)/$(FULLVERSION)/docs.done"
1506 .PHONY: lint-addon-docs
1507 lint-addon-docs: tools/.doclintstamp
1510 $(info Running C++ linter on addon docs...)
1563 $(MAKE) lint-addon-docs || EXIT_STATUS=$$? ; \
1570 lint-ci: lint-js-ci lint-cpp lint-py lint-md lint-addon-docs lint-yaml-build lint-yaml