mirror of
https://gitea.com/gitea/docs.git
synced 2026-06-11 12:41:27 +00:00
1.19.2
This commit is contained in:
@@ -22,7 +22,7 @@ $SED_INPLACE 's/"version":.*/"version":"1.20-dev"/' static/latest-swagger.json
|
||||
for file in `find ./docs/ -name "*.md"`; do
|
||||
# hide hugo toc
|
||||
$SED_INPLACE 's/{{< toc >}}//' $file
|
||||
$SED_INPLACE 's/{{< version >}}/1.18.5/g' $file
|
||||
$SED_INPLACE 's/{{< version >}}/1.19.2/g' $file
|
||||
$SED_INPLACE 's/{{< relref "doc/\/docs/g' $file
|
||||
$SED_INPLACE 's/" >}}//g' $file
|
||||
$SED_INPLACE 's/\*\*Table of Contents\*\*//' $file
|
||||
|
||||
Reference in New Issue
Block a user