diff --git a/docs/de_quickstart.html b/docs/de_quickstart.html index 38339119..9258dea7 100644 --- a/docs/de_quickstart.html +++ b/docs/de_quickstart.html @@ -377,7 +377,7 @@
- host: an.example.com + host: "an.example.com" port: 8080Diese Datei kann unter dem Namen
assisted.yaml
entweder im Dayon!
Heimverzeichnis, im Benutzerverzeichnis, oder im selben Verzeichnis wie die .jar
, resp.
diff --git a/docs/fr_quickstart.html b/docs/fr_quickstart.html
index abd7477c..2135165b 100644
--- a/docs/fr_quickstart.html
+++ b/docs/fr_quickstart.html
@@ -353,8 +353,8 @@ -host : an.example.com -port : 8080+host: "an.example.com" +port: 8080 Ce fichier peut être enregistré sous le nom
assisted.yaml
soit dans le Dayon! répertoire personnel, dans le répertoire utilisateur, ou dans le même répertoire que le
.jar
, resp. Fichier .exe
. Cet ordre correspond également à la priorité avec laquelle
diff --git a/docs/quickstart.html b/docs/quickstart.html
index 96a60245..70790642 100644
--- a/docs/quickstart.html
+++ b/docs/quickstart.html
@@ -379,7 +379,7 @@ -host: an.example.com +host: "an.example.com" port: 8080This file can be saved under the name
assisted.yaml
either in the
Dayon! home directory, in the user directory, or in the same directory as the .jar
, resp.
diff --git a/docs/zh_quickstart.html b/docs/zh_quickstart.html
index aced1a9c..3a0e290e 100644
--- a/docs/zh_quickstart.html
+++ b/docs/zh_quickstart.html
@@ -229,7 +229,7 @@
从 v11.0.5 版本开始,连接参数可以存储在 YAML
文件中。
结构极其简单:
-host: an.example.com +host: "an.example.com" port: 8080该文件可以在 Dayon 中以
assisted.yaml
的名称保存! 主目录,在用户目录中,
或在与 .jar
相同的目录中,分别。 .exe
文件。