Skip to content

Commit c5f21c0

Browse files
committed
Deploying to gh-pages from @ 6c26421 🚀
1 parent da01b54 commit c5f21c0

22 files changed

+18
-425
lines changed

docs/advanced-setups.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
<li class='sub--on'>
3838
<h2>Prologue</h2>
3939
<ul>
40-
<li><a href='org.html'>Lychee & LycheeOrg</a></li>
4140
<li><a href='releases.html'>Release Notes</a></li>
4241
</ul>
4342
<li class='sub--on'>
@@ -73,7 +72,6 @@ <h2>Contributing</h2>
7372
<li><a href='architecture.html'>Lychee logic overview</a></li>
7473
<li><a href='structure.html'>Directory Structure</a></li>
7574
<li><a href='frontend.html'>Front-end</a></li>
76-
<li><a href='livewire.html'>Livewire Front-end (alpha)</a></li>
7775
</ul>
7876

7977
<li class="laravel">

docs/api.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
<li class='sub--on'>
3838
<h2>Prologue</h2>
3939
<ul>
40-
<li><a href='org.html'>Lychee & LycheeOrg</a></li>
4140
<li><a href='releases.html'>Release Notes</a></li>
4241
</ul>
4342
<li class='sub--on'>
@@ -73,7 +72,6 @@ <h2>Contributing</h2>
7372
<li><a href='architecture.html'>Lychee logic overview</a></li>
7473
<li><a href='structure.html'>Directory Structure</a></li>
7574
<li><a href='frontend.html'>Front-end</a></li>
76-
<li><a href='livewire.html'>Livewire Front-end (alpha)</a></li>
7775
</ul>
7876

7977
<li class="laravel">

docs/architecture.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
<li class='sub--on'>
3838
<h2>Prologue</h2>
3939
<ul>
40-
<li><a href='org.html'>Lychee & LycheeOrg</a></li>
4140
<li><a href='releases.html'>Release Notes</a></li>
4241
</ul>
4342
<li class='sub--on'>
@@ -73,7 +72,6 @@ <h2>Contributing</h2>
7372
<li class='active'><a href='architecture.html'>Lychee logic overview</a></li>
7473
<li><a href='structure.html'>Directory Structure</a></li>
7574
<li><a href='frontend.html'>Front-end</a></li>
76-
<li><a href='livewire.html'>Livewire Front-end (alpha)</a></li>
7775
</ul>
7876

7977
<li class="laravel">

docs/configuration.html

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
<li class='sub--on'>
3838
<h2>Prologue</h2>
3939
<ul>
40-
<li><a href='org.html'>Lychee & LycheeOrg</a></li>
4140
<li><a href='releases.html'>Release Notes</a></li>
4241
</ul>
4342
<li class='sub--on'>
@@ -73,7 +72,6 @@ <h2>Contributing</h2>
7372
<li><a href='architecture.html'>Lychee logic overview</a></li>
7473
<li><a href='structure.html'>Directory Structure</a></li>
7574
<li><a href='frontend.html'>Front-end</a></li>
76-
<li><a href='livewire.html'>Livewire Front-end (alpha)</a></li>
7775
</ul>
7876

7977
<li class="laravel">
@@ -177,6 +175,11 @@ <h3 id="base-options"><a class="toclink" href="#base-options">Base options</a></
177175
<td><code>/uploads</code></td>
178176
</tr>
179177
<tr>
178+
<td><code>APP_FORCE_HTTPS</code></td>
179+
<td>Force HTTPS on all URLs</td>
180+
<td><code>false</code></td>
181+
</tr>
182+
<tr>
180183
<td><code>TRUSTED_PROXIES</code></td>
181184
<td>Trusted proxy IP addresses</td>
182185
<td><code>null</code></td>
@@ -187,10 +190,15 @@ <h3 id="base-options"><a class="toclink" href="#base-options">Base options</a></
187190
<td><code>true</code></td>
188191
</tr>
189192
<tr>
190-
<td><code>LIVEWIRE_ENABLED</code></td>
191-
<td>Enable v5 Livewire frontend; set to <code>false</code> if the new frontend doesn't work on our installation (this is a <strong>temporary</strong> workaround).</td>
193+
<td><code>VUEJS_ENABLED</code></td>
194+
<td>Enable v6 VueJs frontend; set to <code>false</code> if the new frontend doesn't work on our installation (this is a <strong>temporary</strong> workaround).</td>
192195
<td><code>true</code></td>
193196
</tr>
197+
<tr>
198+
<td><code>LEGACY_API_ENABLED</code></td>
199+
<td>Enable the Legacy API. It will also be enabled if <code>VUEJS_ENABLED</code> is set to <code>false</code>.</td>
200+
<td><code>false</code></td>
201+
</tr>
194202
</tbody>
195203
</table>
196204
<blockquote>

docs/contributions.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
<li class='sub--on'>
3838
<h2>Prologue</h2>
3939
<ul>
40-
<li><a href='org.html'>Lychee & LycheeOrg</a></li>
4140
<li><a href='releases.html'>Release Notes</a></li>
4241
</ul>
4342
<li class='sub--on'>
@@ -73,7 +72,6 @@ <h2>Contributing</h2>
7372
<li><a href='architecture.html'>Lychee logic overview</a></li>
7473
<li><a href='structure.html'>Directory Structure</a></li>
7574
<li><a href='frontend.html'>Front-end</a></li>
76-
<li><a href='livewire.html'>Livewire Front-end (alpha)</a></li>
7775
</ul>
7876

7977
<li class="laravel">

docs/docker.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
<li class='sub--on'>
3838
<h2>Prologue</h2>
3939
<ul>
40-
<li><a href='org.html'>Lychee & LycheeOrg</a></li>
4140
<li><a href='releases.html'>Release Notes</a></li>
4241
</ul>
4342
<li class='sub--on'>
@@ -73,7 +72,6 @@ <h2>Contributing</h2>
7372
<li><a href='architecture.html'>Lychee logic overview</a></li>
7473
<li><a href='structure.html'>Directory Structure</a></li>
7574
<li><a href='frontend.html'>Front-end</a></li>
76-
<li><a href='livewire.html'>Livewire Front-end (alpha)</a></li>
7775
</ul>
7876

7977
<li class="laravel">

docs/external_tracking.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
<li class='sub--on'>
3838
<h2>Prologue</h2>
3939
<ul>
40-
<li><a href='org.html'>Lychee & LycheeOrg</a></li>
4140
<li><a href='releases.html'>Release Notes</a></li>
4241
</ul>
4342
<li class='sub--on'>
@@ -73,7 +72,6 @@ <h2>Contributing</h2>
7372
<li><a href='architecture.html'>Lychee logic overview</a></li>
7473
<li><a href='structure.html'>Directory Structure</a></li>
7574
<li><a href='frontend.html'>Front-end</a></li>
76-
<li><a href='livewire.html'>Livewire Front-end (alpha)</a></li>
7775
</ul>
7876

7977
<li class="laravel">

docs/faq_general.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
<li class='sub--on'>
3838
<h2>Prologue</h2>
3939
<ul>
40-
<li><a href='org.html'>Lychee & LycheeOrg</a></li>
4140
<li><a href='releases.html'>Release Notes</a></li>
4241
</ul>
4342
<li class='sub--on'>
@@ -73,7 +72,6 @@ <h2>Contributing</h2>
7372
<li><a href='architecture.html'>Lychee logic overview</a></li>
7473
<li><a href='structure.html'>Directory Structure</a></li>
7574
<li><a href='frontend.html'>Front-end</a></li>
76-
<li><a href='livewire.html'>Livewire Front-end (alpha)</a></li>
7775
</ul>
7876

7977
<li class="laravel">

docs/faq_installation.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
<li class='sub--on'>
3838
<h2>Prologue</h2>
3939
<ul>
40-
<li><a href='org.html'>Lychee & LycheeOrg</a></li>
4140
<li><a href='releases.html'>Release Notes</a></li>
4241
</ul>
4342
<li class='sub--on'>
@@ -73,7 +72,6 @@ <h2>Contributing</h2>
7372
<li><a href='architecture.html'>Lychee logic overview</a></li>
7473
<li><a href='structure.html'>Directory Structure</a></li>
7574
<li><a href='frontend.html'>Front-end</a></li>
76-
<li><a href='livewire.html'>Livewire Front-end (alpha)</a></li>
7775
</ul>
7876

7977
<li class="laravel">

docs/faq_troubleshooting.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
<li class='sub--on'>
3838
<h2>Prologue</h2>
3939
<ul>
40-
<li><a href='org.html'>Lychee & LycheeOrg</a></li>
4140
<li><a href='releases.html'>Release Notes</a></li>
4241
</ul>
4342
<li class='sub--on'>
@@ -73,7 +72,6 @@ <h2>Contributing</h2>
7372
<li><a href='architecture.html'>Lychee logic overview</a></li>
7473
<li><a href='structure.html'>Directory Structure</a></li>
7574
<li><a href='frontend.html'>Front-end</a></li>
76-
<li><a href='livewire.html'>Livewire Front-end (alpha)</a></li>
7775
</ul>
7876

7977
<li class="laravel">

0 commit comments

Comments
 (0)