浏览代码

Add some status markers to make it easier to see what step you are on.

Robert Middleswarth 3 年之前
父节点
当前提交
5df3d7f993
共有 2 个文件被更改,包括 6 次插入1 次删除
  1. 5 0
      build/pre-commit
  2. 1 1
      docs/DocumentList.md

+ 5 - 0
build/pre-commit

@@ -40,10 +40,15 @@ if $doUpdate ; then
 
 	echo "Updating documentation..."
 	# Run all scripts
+	echo "Starting joinApps.sh..."
 	./joinApps.sh
+	echo "Starting generateAppList..."
 	./generators/generateAppList.sh
+	echo "Starting generateDocList..."
 	./generators/generateDocList.sh
+	echo "Starting generateREADME..."
 	./generators/generateREADME.sh
+	echo "Starting generateToolsREADME..."
 	./generators/generateToolsREADME.sh
 	echo "Update finished"
 

+ 1 - 1
docs/DocumentList.md

@@ -10,7 +10,7 @@ List of all Documents used within this project with related Apps and Videos.
 |[macvlan_setup.md](../docs/macvlan_setup.md)|Attach a container directly to local network (macvlan)|||
 |[nginx_proxy_manager.md](../docs/nginx_proxy_manager.md)|Install and setup instructions for Nginx Proxy Manager (NPM)|Nginx Proxy Manager|[![YouTube](https://img.shields.io/badge/YouTube-FF0000?style=plastic&logo=youtube&logoColor=white)]("https://www.youtube.com/watch?v=yl2Laxbqvo8&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=10")|
 |[photoprism.md](../docs/photoprism.md)|Install and Setup Instructions for PhotoPrism Stack|PhotoPrism||
-|[pi-hole.md](../docs/pi-hole.md)|Install and Setup Pi-Hole for Network-Wide Ad Block|Pi-Hole-Unbound<br>Pi-Hole DoH/DoT<br>Pi-Hole||
+|[pi-hole.md](../docs/pi-hole.md)|Install and Setup Pi-Hole for Network-Wide Ad Block|Pi-Hole<br>Pi-Hole-Unbound<br>Pi-Hole DoH/DoT||
 |[rpi_docker_monitor.md](../docs/rpi_docker_monitor.md)|Install and setup instructions for the RPI Docker Monitor|Raspberry Pi Docker Monitor|[![YouTube](https://img.shields.io/badge/YouTube-FF0000?style=plastic&logo=youtube&logoColor=white)]("https://www.youtube.com/watch?v=IoD3vFuep64&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=8")|
 |[searxng.md](../docs/searxng.md)|Install and Setup Instructions for SearXNG Meta Search|SearXNG||
 |[throttled.md](../docs/throttled.md)|Install and Setup Instructions for the Throttled Script|||