File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -74,8 +74,11 @@ vendor/autoload.php: composer.lock composer.json
7474
7575docs/CLI.md : $(CMDS )
7676 @rm -f $@
77- @echo " <!-- AUTOMATICALLY GENERATED -->" >> $@
78- @echo " <!-- REGENERATE VIA: make $@ -->" >> $@
77+ @echo " ---" >> $@
78+ @echo " layout: page" >> $@
79+ @echo " title: Moodle Plugin CI Commands" >> $@
80+ @echo " ---" >> $@
7981 @echo " " >> $@
80- @php bin/moodle-plugin-ci list --format md > $@
82+ @echo " <!-- AUTOMATICALLY GENERATED VIA: make $@ -->" >> $@
83+ @php bin/moodle-plugin-ci list --format md | sed 1,2d >> $@
8184 @echo " REGENERATED $@ "
Original file line number Diff line number Diff line change 1- Moodle Plugin CI @package_version@
2- ==================================
1+ ---
2+ layout : page
3+ title : Moodle Plugin CI Commands
4+ ---
5+
6+ <!-- AUTOMATICALLY GENERATED VIA: make docs/CLI.md -->
37
48* [ ` add-config ` ] ( #add-config )
59* [ ` add-plugin ` ] ( #add-plugin )
@@ -1989,4 +1993,4 @@ Do not ask any interactive question
19891993* Accept value: no
19901994* Is value required: no
19911995* Is multiple: no
1992- * Default: ` false `
1996+ * Default: ` false `
You can’t perform that action at this time.
0 commit comments