test without hardcoded slugs

This commit is contained in:
techknowlogick
2023-03-26 00:26:13 -04:00
parent e9efa41ba0
commit f058a3c00a
2 changed files with 2 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ for file in `find ./docs/ -name "*.md"`; do
sed -i 's/" >}}//g' $file
sed -i 's/\*\*Table of Contents\*\*//' $file
sed -i 's/weight:/sidebar_position:/g' $file
sed -i 's/^slug:.*///' $file
done
for file in `find ./docs/usage/ -name "*.md"`; do