mirror of
https://github.com/documize/community.git
synced 2025-07-19 05:09:42 +02:00
Show doc links on setup screen
This commit is contained in:
parent
f828583b49
commit
af641b93f1
8 changed files with 826 additions and 826 deletions
1632
embed/bindata.go
1632
embed/bindata.go
File diff suppressed because one or more lines are too long
|
@ -39,7 +39,7 @@ export default Route.extend({
|
|||
|
||||
activate() {
|
||||
$('body').addClass('background-color-theme-100');
|
||||
document.title = "Documize Setup";
|
||||
document.title = "Welcome to the Documize installer";
|
||||
},
|
||||
|
||||
deactivate() {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.installer {
|
||||
margin: 20px;
|
||||
max-width: 300px;
|
||||
margin: 3rem;
|
||||
max-width: 500px;
|
||||
}
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
<div class="installer">
|
||||
<div>
|
||||
<img src="/assets/img/setup/cogs.png" width="157" height="187" alt="Setup new database" class="no-select no-outline">
|
||||
</div>
|
||||
|
||||
<img src="/assets/img/setup/logo-purple.png" srcset="/assets/img/setup/logo-purple@2x.png" alt="Documize Setup" style="width: 250px; height: 76px;">
|
||||
{{ui/ui-spacer size=300}}
|
||||
<h1 class="color-gray-800">Documize Setup</h1>
|
||||
<h3 class="color-gray-700">Database is {{model.dbname}}</h3>
|
||||
<h1 class="color-theme-700">Installation Guide</h1>
|
||||
<p class="color-gray-800">
|
||||
Review the <a href="https://docs.documize.com/s/VzO9ZqMOCgABGyfW/installation-guides/d/V16L08ucxwABhZF6/installation-guide">installation instructions</a>
|
||||
and the <a href="https://docs.documize.com/s/VzO9ZqMOCgABGyfW/installation-guides/d/V2KuM8ICcQABagM5/mysql-specific-database-tuning">MySQL database tuning guide</a>
|
||||
</p>
|
||||
{{ui/ui-spacer size=300}}
|
||||
|
||||
<form {{action "save" on="submit"}}>
|
||||
<div class="form-group">
|
||||
<label>Site name</label>
|
||||
{{focus-input id="siteTitle" type="text" value=model.title class=(if hasEmptyTitleError "form-control is-invalid" "form-control")}}
|
||||
<small class="form-text text-muted">Usually your company name</small>
|
||||
<small class="form-text text-muted">Usually your company or team name</small>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="adminFirstname">Firstname</label>
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 15 KiB |
BIN
gui/public/assets/img/setup/logo-purple.png
Normal file
BIN
gui/public/assets/img/setup/logo-purple.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.5 KiB |
BIN
gui/public/assets/img/setup/logo-purple@2x.png
Normal file
BIN
gui/public/assets/img/setup/logo-purple@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Binary file not shown.
Before Width: | Height: | Size: 5.5 KiB |
Loading…
Add table
Add a link
Reference in a new issue