File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -72,16 +72,24 @@ watch-cdocs:
72
72
@echo " Compiling .mdoc files to HTML" ;
73
73
@node ./local/bin/js/cdocs-build.js --watch;
74
74
75
+ # compile .mdoc.md files to HTML
76
+ # so Hugo can include them in the site
77
+ build-llms-txt :
78
+ @echo " Makefile: Running build-llms-txt" ;
79
+ @node ./local/bin/js/build-llms-txt.js;
80
+
75
81
start :
76
82
@make setup-build-scripts # # Build and run docs including external content.
77
83
@make dependencies
84
+ @make build-llms-txt
78
85
@make update_websites_sources_module
79
86
@make server
80
87
81
88
# Skip downloading any dependencies and run the site (hugo needs at the least node)
82
89
start-no-pre-build : node_modules # # Build and run docs excluding external content.
83
90
@make setup-build-scripts
84
91
@make build-cdocs
92
+ @make build-llms-txt
85
93
@make server
86
94
87
95
# Leave build scripts as is for local testing
You can’t perform that action at this time.
0 commit comments