mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 08:44:49 +00:00
21 lines
823 B
PHP
21 lines
823 B
PHP
|
@extends('site.help.partial.template', ['breadcrumb'=>'Labs Deprecation'])
|
||
|
|
||
|
@section('section')
|
||
|
|
||
|
<div class="title">
|
||
|
<h3 class="font-weight-bold">Labs Deprecation</h3>
|
||
|
</div>
|
||
|
<hr>
|
||
|
<p class="lead">We are deprecating Labs in a future version. No new experiments will be released. We will give 6 months notice before removing Labs.</p>
|
||
|
<hr>
|
||
|
<h4 class="font-weight-bold">When will labs be deprecated?</h4>
|
||
|
<p>TBA</p>
|
||
|
<hr>
|
||
|
<h4 class="font-weight-bold">What features will be deprecated?</h4>
|
||
|
<p>TBA</p>
|
||
|
<hr>
|
||
|
<h4 class="font-weight-bold">Why is Labs being deprecated?</h4>
|
||
|
<p>Labs was started in early 2019 to test experimental designs and features. Now the project is more mature, we are outgrowing some of these experiments.</p>
|
||
|
<hr>
|
||
|
<p class="small">Last Updated: April 10/2020</p>
|
||
|
@endsection
|