mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #4453 from nextcloud/fix/noid/l10n-for-usermanual
Fix language url in sidebar
This commit is contained in:
commit
e703938883
@ -53,7 +53,7 @@ html:
|
||||
versions-template-all: $(foreach lang, $(LANGS), add-lang-to-versions-template-$(lang))
|
||||
|
||||
add-lang-to-versions-template-%:
|
||||
sed -i '/Here goes the Langs/i <dd><a href="/$*/">$*</a></dd>' ./_templates/versions.html
|
||||
sed -i '/Here goes the Langs/i <dd><a href="/server/latest/user_manual/$*/">$*</a></dd>' ./_templates/versions.html
|
||||
|
||||
html-all: $(foreach lang, $(LANGS), html-lang-$(lang))
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user