mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-17 19:55:34 +00:00
Docusaurus-ify main repo (#51)
https://github.com/go-gitea/gitea/pull/26051 https://github.com/go-gitea/gitea/pull/26052 https://github.com/go-gitea/gitea/pull/26053 Reviewed-on: https://gitea.com/gitea/gitea-docusaurus/pulls/51 Co-authored-by: jolheiser <[email protected]> Co-committed-by: jolheiser <[email protected]>
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ locale="$2"
|
||||
cur_path=`pwd`
|
||||
cd .tmp/upstream-docs-"$version"
|
||||
|
||||
for file in `find ./docs/content/doc -name "*.${locale}.md"`; do
|
||||
for file in `find ./docs/content -name "*.${locale}.md"`; do
|
||||
file_en="${file/.${locale}/.en-us}"
|
||||
if [ ! -f "$file_en" ]; then
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user