mirror of
https://gitea.com/gitea/docs.git
synced 2026-06-26 14:16:22 +00:00
add back titles to usage
This commit is contained in:
@@ -29,11 +29,6 @@ done
|
||||
|
||||
$SED_INPLACE 's/</⁠/' versioned_docs/version-1.19/contributing/guidelines-backend.en-us.md
|
||||
|
||||
for file in `find ./versioned_docs/version-1.19/usage/ -name "*.md"`; do
|
||||
# hide hugo toc
|
||||
$SED_INPLACE 's/title:.*//' $file
|
||||
done
|
||||
|
||||
for file in versioned_docs/version-1.19/*; do
|
||||
if [ -d $file ]; then
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user