mirror of
https://gitea.com/gitea/docs.git
synced 2026-06-26 22:26:18 +00:00
try to fix siderbar position
This commit is contained in:
@@ -21,6 +21,7 @@ for file in `find ./docs/ -name "*.md"`; do
|
||||
sed -i 's/{{< relref "doc/\/docs/g' $file
|
||||
sed -i 's/" >}}//g' $file
|
||||
sed -i 's/\*\*Table of Contents\*\*//' $file
|
||||
sed -i 's/weight:/sidebar_position:/g' $file
|
||||
done
|
||||
|
||||
for file in `find ./docs/usage/ -name "*.md"`; do
|
||||
|
||||
Reference in New Issue
Block a user