Some documentation:
-* Phone:
- * [Framagenda](/Phone/Framagenda)
* Politique:
- * [Le droit d'asile (France)](/Politique/Le%20droit%20d%27asile%20pour%20les%20nuls)
-* History
- * [Ancient Rome](/Ancient%20Rome)
+ * [Le droit d'asile (France)](/Politique/Le%20droit%20d'asile%20pour%20les%20nuls)
+* History:
+ * Ancient Rome:
+ * [Waking up](/History/Ancient%20Rome/Waking%20up)
* Tech:
- * [Dark-Olympic](/Tech/color-theme)
- * [Git](/Tech/git)
- * [MP4 Conversion](/Tech/mp4)
- * [Linux display](/Tech/scaling)
- * [Web css](/Tech/web-css)
- * SteamDeck:
- * [Docker](/Tech/SteamDeck/docker)
- * [Scaling](/Tech/SteamDeck/scaling)
+ * [DosBox](/Tech/dosbox)
+ * [Dark-Olycmpic](/Tech/color-theme)
+ * [SteamDeck](/Tech/SteamDeck):
* [Game Mode](/Tech/SteamDeck/game-mode)
-
+ * [Force X11](/Tech/SteamDeck/force-x11)
+ * [Docker](/Tech/SteamDeck/docker)
+ * [SSH](/Tech/ssh)
+ * [Web CSS](/Tech/web-css)
+ * [MP4 Conversion](/Tech/mp4)
+ * Raspi:
+ * [Info](/Tech/Raspi/info)
+ * [MHS 3.5 Inch Display](/Tech/Raspi/MHS%203.5%20Inch%20Display)
+ * [Linux display scaling](/Tech/scaling)
+ * [Git](/Tech/git)
+ * [Firefox](/Tech/firefox)
+ * [Bash](/Tech/bash)
+ * [Qemu](/Tech/qemu)
+ * [Docker](/Tech/docker)
+* Phone:
+ * [Framagenda](/Phone/Framagenda)
pre=" $pre"
fi
elif [ $cur_lvl -lt $lvl ]; then
- pre=$(echo "$pre" | cut -c5-)
+ for i in $(seq 1 $((lvl - cur_lvl)) ); do
+ pre=$(echo "$pre" | cut -c5-)
+ done
fi
if [ "$ln" = "" ]; then
+ echo \# Content table
+ echo
echo Some documentation:
echo
elif [ -d "$ln" ]; then