.welcome(v-if='state === "welcome" || state === "restart"')
.welcome(v-if='state === "welcome" || state === "restart"')
...
@@ -47,7 +25,7 @@ html(data-logic='configure')
...
@@ -47,7 +25,7 @@ html(data-logic='configure')
p Detailed information about installation and usage can be found on the #[a(href='https://docs.wiki.requarks.io/') official documentation site]. #[br] Should you have any question or would like to report something that doesn't look right, feel free to create a new issue on the #[a(href='https://github.com/Requarks/wiki/issues') GitHub project].
p Detailed information about installation and usage can be found on the #[a(href='https://docs.wiki.requarks.io/') official documentation site]. #[br] Should you have any question or would like to report something that doesn't look right, feel free to create a new issue on the #[a(href='https://github.com/Requarks/wiki/issues') GitHub project].
span.desc The port on which Wiki.js will listen to. Usually port 80 if connecting directly, or a random port (e.g. 3000) if using a web server in front of it.<br>Set <strong>$(PORT)</strong> to use PORT environment variable.
span.desc The port on which Wiki.js will listen to. Usually port 80 if connecting directly, or a random port (e.g. 3000) if using a web server in front of it.<br>Set <strong>$(PORT)</strong> to use PORT environment variable.
section
section
p.control
p.control
label.label Site UI Language
label.label Site UI Language
select(v-model='conf.lang')
select(v-model='conf.site.lang')
each lg in langs
each lg in data.langs
option(value=lg.id)= lg.name
option(value=lg.id)= lg.name
span.desc The language in which navigation, help and other UI elements will be displayed.
span.desc The language in which navigation, help and other UI elements will be displayed.
section
section
...
@@ -113,8 +90,8 @@ html(data-logic='configure')
...
@@ -113,8 +90,8 @@ html(data-logic='configure')
span.desc Should the site be accessible (read only) without login.
span.desc Should the site be accessible (read only) without login.
span.desc The connection string to your MongoDB server. Leave the default localhost value if MongoDB is installed on the same server.<br />You can also specify an environment variable as the connection string, e.g. $(MONGO_URI).
span.desc The connection string to your MongoDB server. Leave the default localhost value if MongoDB is installed on the same server.<br />You can also specify an environment variable as the connection string, e.g. $(MONGO_URI).