pixelfed/resources/views/site/help/labs-deprecation.blade.php

21 lines
823 B
PHP
Raw Normal View History

2020-04-11 03:59:15 +00:00
@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