File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -80,9 +80,11 @@ plugins:
80
80
default : true
81
81
name : 🇬🇧 English
82
82
build : true
83
+ link : /Solar-Router-for-ESPHome/
83
84
- locale : fr
84
85
name : 🇫🇷 Français
85
86
build : true
87
+ link : /Solar-Router-for-ESPHome/fr/
86
88
nav_translations :
87
89
Home : Accueil
88
90
Disclamer : Avertissement
Original file line number Diff line number Diff line change 2
2
3
3
SCRIPT_DIR=$( dirname " $0 " )
4
4
pushd " ${SCRIPT_DIR} /.." > /dev/null
5
- git cliff > docs/changelog.md
6
- code docs/changelog.md
5
+ git cliff > docs/en/ changelog.md
6
+ code docs/en/ changelog.md
7
7
8
8
read -r -p " Ready to publish? [y/N]: " response
9
9
10
10
if [[ " $response " =~ ^[Yy]$ ]]; then
11
11
mkdocs gh-deploy
12
12
fi
13
- git restore docs/changelog.md
13
+ git restore docs/en/ changelog.md
14
14
15
15
popd > /dev/null
You can’t perform that action at this time.
0 commit comments